Geht nicht, benutze das Plugin. Glaube es geht nur LOG_ERROR und LOG_WARNING.
Mit freundlichen Grüßen,
DexterA1
EDIT: Jeffrey:
Hab mal Error, Warning und Debug einzeln gelogt, aber nur bei Debug kam was in der mysql_log.
[21:06:00] [DEBUG] mysql_connect - host: "127.0.0.1", user: "root", database: "mcd", password: "****", port: 3306, autoreconnect: true
[21:06:00] [DEBUG] CMySQLHandle::Create - creating new connection..
[21:06:00] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
[21:06:00] [DEBUG] CMySQLHandle::Create - connection created with ID = 1
[21:06:00] [DEBUG] CMySQLConnection::Connect - connection was successful
[21:06:00] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[21:06:00] [DEBUG] CMySQLConnection::Connect - connection was successful
[21:06:00] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[21:06:00] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM haus", callback: "OnHausesLoad", format: "(null)"
[21:06:00] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[21:06:00] [DEBUG] mysql_tquery - scheduling query "SELECT * FROM haus"..
[21:06:00] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM frak_autos", callback: "OnFrakCarsLoad", format: "(null)"
[21:06:00] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[21:06:00] [DEBUG] mysql_tquery - scheduling query "SELECT * FROM frak_autos"..
[21:06:00] [DEBUG] CMySQLQuery::Execute[OnHausesLoad()] - starting query execution
[21:06:00] [DEBUG] CMySQLQuery::Execute[OnHausesLoad()] - query was successful
[21:06:00] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[21:06:00] [DEBUG] CMySQLQuery::Execute[OnHausesLoad()] - data being passed to ProcessCallbacks()
[21:06:00] [DEBUG] CMySQLQuery::Execute[OnFrakCarsLoad()] - starting query execution
[21:06:00] [DEBUG] CMySQLQuery::Execute[OnFrakCarsLoad()] - query was successful
[21:06:00] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[21:06:00] [DEBUG] CMySQLQuery::Execute[OnFrakCarsLoad()] - data being passed to ProcessCallbacks()
[21:06:00] [DEBUG] Calling callback "OnHausesLoad"..
[21:06:00] [DEBUG] cache_get_data - connection: 1
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "h_x", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "h_x", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "h_y", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "h_y", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "h_z", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "h_z", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "ih_x", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ih_x", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "ih_y", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ih_y", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "ih_z", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ih_z", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "h_interior", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "h_interior", data: "0"
[21:06:00] [DEBUG] cache_get_field_content - row: 0, field_name: "besitzer", connection: 1, max_len: 24
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "besitzer", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "id", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "id", data: "1"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "h_preis", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "h_preis", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 1, field_name: "h_x", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "h_x", data: "1497.17"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 1, field_name: "h_y", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "h_y", data: "-687.893"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 1, field_name: "h_z", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "h_z", data: "95.5633"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 1, field_name: "ih_x", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "ih_x", data: "225.68"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 1, field_name: "ih_y", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "ih_y", data: "1021.45"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 1, field_name: "ih_z", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "ih_z", data: "1084.02"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 1, field_name: "h_interior", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "h_interior", data: "7"
[21:06:00] [DEBUG] cache_get_field_content - row: 1, field_name: "besitzer", connection: 1, max_len: 24
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "besitzer", data: "[MCD]Mr.Finch"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 1, field_name: "id", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "id", data: "9"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 1, field_name: "h_preis", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "h_preis", data: "1"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 2, field_name: "h_x", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "h_x", data: "2145.21"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 2, field_name: "h_y", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "h_y", data: "-1084.65"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 2, field_name: "h_z", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "h_z", data: "25.0371"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 2, field_name: "ih_x", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "ih_x", data: "225.68"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 2, field_name: "ih_y", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "ih_y", data: "1021.45"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 2, field_name: "ih_z", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "ih_z", data: "1084.02"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 2, field_name: "h_interior", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "h_interior", data: "7"
[21:06:00] [DEBUG] cache_get_field_content - row: 2, field_name: "besitzer", connection: 1, max_len: 24
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "besitzer", data: "Riddick"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 2, field_name: "id", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "id", data: "10"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 2, field_name: "h_preis", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "h_preis", data: "5000"
[21:06:00] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
[21:06:00] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[21:06:00] [DEBUG] Calling callback "OnFrakCarsLoad"..
[21:06:00] [DEBUG] cache_get_data - connection: 1
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "model", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "model", data: "420"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "frakid", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "frakid", data: "1"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "x", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "x", data: "1546.77"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "y", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "y", data: "-1026.36"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "z", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "z", data: "23.6859"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "r", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "r", data: "163.958"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "color1", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "color1", data: "3"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "color2", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "color2", data: "1"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "paintjob", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "paintjob", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning1", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning1", data: "1003"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning2", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning2", data: "1004"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning3", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning3", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning4", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning4", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning5", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning5", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning6", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning6", data: "1010"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning7", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning7", data: "1019"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning8", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning8", data: "1096"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning9", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning9", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning10", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning10", data: "1087"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning11", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning11", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning12", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning12", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning13", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning13", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning14", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning14", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "locked", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "locked", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "id", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "id", data: "0"
[21:06:00] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
[21:06:00] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[21:06:00] [DEBUG] CMySQLHandle::Create - creating new connection..
[21:06:00] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
[21:06:00] [DEBUG] CMySQLHandle::Create - connection created with ID = 1
[21:06:00] [DEBUG] CMySQLConnection::Connect - connection was successful
[21:06:00] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[21:06:00] [DEBUG] CMySQLConnection::Connect - connection was successful
[21:06:00] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[21:06:00] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM haus", callback: "OnHausesLoad", format: "(null)"
[21:06:00] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[21:06:00] [DEBUG] mysql_tquery - scheduling query "SELECT * FROM haus"..
[21:06:00] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM frak_autos", callback: "OnFrakCarsLoad", format: "(null)"
[21:06:00] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[21:06:00] [DEBUG] mysql_tquery - scheduling query "SELECT * FROM frak_autos"..
[21:06:00] [DEBUG] CMySQLQuery::Execute[OnHausesLoad()] - starting query execution
[21:06:00] [DEBUG] CMySQLQuery::Execute[OnHausesLoad()] - query was successful
[21:06:00] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[21:06:00] [DEBUG] CMySQLQuery::Execute[OnHausesLoad()] - data being passed to ProcessCallbacks()
[21:06:00] [DEBUG] CMySQLQuery::Execute[OnFrakCarsLoad()] - starting query execution
[21:06:00] [DEBUG] CMySQLQuery::Execute[OnFrakCarsLoad()] - query was successful
[21:06:00] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[21:06:00] [DEBUG] CMySQLQuery::Execute[OnFrakCarsLoad()] - data being passed to ProcessCallbacks()
[21:06:00] [DEBUG] Calling callback "OnHausesLoad"..
[21:06:00] [DEBUG] cache_get_data - connection: 1
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "h_x", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "h_x", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "h_y", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "h_y", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "h_z", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "h_z", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "ih_x", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ih_x", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "ih_y", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ih_y", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "ih_z", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ih_z", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "h_interior", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "h_interior", data: "0"
[21:06:00] [DEBUG] cache_get_field_content - row: 0, field_name: "besitzer", connection: 1, max_len: 24
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "besitzer", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "id", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "id", data: "1"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "h_preis", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "h_preis", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 1, field_name: "h_x", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "h_x", data: "1497.17"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 1, field_name: "h_y", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "h_y", data: "-687.893"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 1, field_name: "h_z", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "h_z", data: "95.5633"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 1, field_name: "ih_x", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "ih_x", data: "225.68"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 1, field_name: "ih_y", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "ih_y", data: "1021.45"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 1, field_name: "ih_z", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "ih_z", data: "1084.02"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 1, field_name: "h_interior", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "h_interior", data: "7"
[21:06:00] [DEBUG] cache_get_field_content - row: 1, field_name: "besitzer", connection: 1, max_len: 24
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "besitzer", data: "[MCD]Mr.Finch"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 1, field_name: "id", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "id", data: "9"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 1, field_name: "h_preis", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "h_preis", data: "1"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 2, field_name: "h_x", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "h_x", data: "2145.21"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 2, field_name: "h_y", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "h_y", data: "-1084.65"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 2, field_name: "h_z", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "h_z", data: "25.0371"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 2, field_name: "ih_x", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "ih_x", data: "225.68"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 2, field_name: "ih_y", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "ih_y", data: "1021.45"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 2, field_name: "ih_z", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "ih_z", data: "1084.02"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 2, field_name: "h_interior", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "h_interior", data: "7"
[21:06:00] [DEBUG] cache_get_field_content - row: 2, field_name: "besitzer", connection: 1, max_len: 24
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "besitzer", data: "Riddick"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 2, field_name: "id", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "id", data: "10"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 2, field_name: "h_preis", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "h_preis", data: "5000"
[21:06:00] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
[21:06:00] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[21:06:00] [DEBUG] Calling callback "OnFrakCarsLoad"..
[21:06:00] [DEBUG] cache_get_data - connection: 1
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "model", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "model", data: "420"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "frakid", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "frakid", data: "1"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "x", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "x", data: "1546.77"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "y", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "y", data: "-1026.36"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "z", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "z", data: "23.6859"
[21:06:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "r", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "r", data: "163.958"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "color1", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "color1", data: "3"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "color2", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "color2", data: "1"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "paintjob", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "paintjob", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning1", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning1", data: "1003"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning2", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning2", data: "1004"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning3", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning3", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning4", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning4", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning5", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning5", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning6", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning6", data: "1010"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning7", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning7", data: "1019"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning8", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning8", data: "1096"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning9", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning9", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning10", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning10", data: "1087"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning11", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning11", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning12", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning12", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning13", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning13", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tuning14", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tuning14", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "locked", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "locked", data: "0"
[21:06:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "id", connection: 1
[21:06:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "id", data: "0"
[21:06:00] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
[21:06:00] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called