mysql debug
#1

Hello, when I run my server in mysql log.txt there are always these lines that bother me. How to fix these errors please?

Код:
[19:45:56] [DEBUG] mysql_connect - host: "localhost", user: "root", database: "bdd", password: "****", port: 3306, autoreconnect: true, pool_size: 2
[19:45:56] [DEBUG] CMySQLHandle::Create - creating new connection..
[19:45:56] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
[19:45:56] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
[19:45:56] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[19:45:56] [DEBUG] CMySQLConnection::Connect - connection was successful
[19:45:56] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[19:45:56] [DEBUG] mysql_errno - connection: 1
[19:45:56] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[19:45:56] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[19:45:56] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[19:45:56] [DEBUG] CMySQLConnection::Connect - connection was successful
[19:45:56] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[19:45:56] [DEBUG] CMySQLConnection::Connect - connection was successful
[19:45:56] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[19:45:56] [DEBUG] CMySQLConnection::Connect - connection was successful
[19:45:56] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[19:45:56] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `clans` ORDER BY `cID` ASC LIMIT #MAX_CLANS", callback: "OnClanLoad", format: "(null)"
[19:45:56] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `zones` ORDER BY `zID` ASC LIMIT 14", callback: "OnZoneLoad", format: "(null)"
[19:45:56] [DEBUG] CMySQLQuery::Execute[OnClanLoad] - starting query execution
[19:45:56] [ERROR] CMySQLQuery::Execute[OnClanLoad] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1
[19:45:56] [DEBUG] CMySQLQuery::Execute[OnClanLoad] - error will be triggered in OnQueryError
[19:45:56] [DEBUG] CMySQLQuery::Execute[OnZoneLoad] - starting query execution
[19:45:56] [DEBUG] CMySQLQuery::Execute[OnZoneLoad] - query was successfully executed within 18.172 milliseconds
[19:45:56] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[19:45:56] [DEBUG] Calling callback "OnZoneLoad"..
[19:45:56] [DEBUG] cache_get_data - connection: 1
[19:45:56] [DEBUG] cache_get_field_content_int - row: 0, field_name: "zID", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "zID", data: "1"
[19:45:56] [DEBUG] cache_get_field_content - row: 0, field_name: "zName", connection: 1, max_len: 128
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "zName", data: "Idlewood"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 0, field_name: "zMinX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "zMinX", data: "2004"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 0, field_name: "zMinY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "zMinY", data: "-1750"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 0, field_name: "zMaxX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "zMaxX", data: "2077"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 0, field_name: "zMaxY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "zMaxY", data: "-1616"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 0, field_name: "zCPX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "zCPX", data: "2041.57"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 0, field_name: "zCPY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "zCPY", data: "-1646.28"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 0, field_name: "zCPZ", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "zCPZ", data: "13.547"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 0, field_name: "zTeam", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "zTeam", data: "1"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 0, field_name: "zMoney", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "zMoney", data: "3500"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 0, field_name: "zEXP", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "zEXP", data: "14"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 1, field_name: "zID", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "zID", data: "2"
[19:45:56] [DEBUG] cache_get_field_content - row: 1, field_name: "zName", connection: 1, max_len: 128
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "zName", data: "Glen Park"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 1, field_name: "zMinX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "zMinX", data: "1854"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 1, field_name: "zMinY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "zMinY", data: "-1257"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 1, field_name: "zMaxX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "zMaxX", data: "2063"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 1, field_name: "zMaxY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "zMaxY", data: "-1139"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 1, field_name: "zCPX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "zCPX", data: "1972.87"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 1, field_name: "zCPY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "zCPY", data: "-1235.14"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 1, field_name: "zCPZ", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "zCPZ", data: "20.051"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 1, field_name: "zTeam", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "zTeam", data: "3"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 1, field_name: "zMoney", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "zMoney", data: "3000"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 1, field_name: "zEXP", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "zEXP", data: "10"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 2, field_name: "zID", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "zID", data: "3"
[19:45:56] [DEBUG] cache_get_field_content - row: 2, field_name: "zName", connection: 1, max_len: 128
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "zName", data: "East Beach Warehouse"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 2, field_name: "zMinX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "zMinX", data: "2743"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 2, field_name: "zMinY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "zMinY", data: "-1651"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 2, field_name: "zMaxX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "zMaxX", data: "2861"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 2, field_name: "zMaxY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "zMaxY", data: "-1499"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 2, field_name: "zCPX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "zCPX", data: "2766.52"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 2, field_name: "zCPY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "zCPY", data: "-1610.96"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 2, field_name: "zCPZ", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "zCPZ", data: "10.9219"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 2, field_name: "zTeam", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "zTeam", data: "0"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 2, field_name: "zMoney", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "zMoney", data: "2800"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 2, field_name: "zEXP", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "zEXP", data: "8"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 3, field_name: "zID", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "zID", data: "4"
[19:45:56] [DEBUG] cache_get_field_content - row: 3, field_name: "zName", connection: 1, max_len: 128
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "zName", data: "Skate Park"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 3, field_name: "zMinX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "zMinX", data: "1854"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 3, field_name: "zMinY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "zMinY", data: "-1456"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 3, field_name: "zMaxX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "zMaxX", data: "1983"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 3, field_name: "zMaxY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "zMaxY", data: "-1345"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 3, field_name: "zCPX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "zCPX", data: "1918.21"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 3, field_name: "zCPY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "zCPY", data: "-1416.67"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 3, field_name: "zCPZ", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "zCPZ", data: "13.57"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 3, field_name: "zTeam", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "zTeam", data: "2"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 3, field_name: "zMoney", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "zMoney", data: "3800"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 3, field_name: "zEXP", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "zEXP", data: "12"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 4, field_name: "zID", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "zID", data: "5"
[19:45:56] [DEBUG] cache_get_field_content - row: 4, field_name: "zName", connection: 1, max_len: 128
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "zName", data: "East Los Santos"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 4, field_name: "zMinX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "zMinX", data: "2457"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 4, field_name: "zMinY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "zMinY", data: "-1438"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 4, field_name: "zMaxX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "zMaxX", data: "2634"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 4, field_name: "zMaxY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "zMaxY", data: "-1262"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 4, field_name: "zCPX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "zCPX", data: "2543.85"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 4, field_name: "zCPY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "zCPY", data: "-1322.4"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 4, field_name: "zCPZ", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "zCPZ", data: "35.749"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 4, field_name: "zTeam", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "zTeam", data: "2"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 4, field_name: "zMoney", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "zMoney", data: "2500"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 4, field_name: "zEXP", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "zEXP", data: "3"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 5, field_name: "zID", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '5', field: "zID", data: "6"
[19:45:56] [DEBUG] cache_get_field_content - row: 5, field_name: "zName", connection: 1, max_len: 128
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '5', field: "zName", data: "Seville"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 5, field_name: "zMinX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '5', field: "zMinX", data: "2722"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 5, field_name: "zMinY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '5', field: "zMinY", data: "-2044"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 5, field_name: "zMaxX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '5', field: "zMaxX", data: "2814"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 5, field_name: "zMaxY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '5', field: "zMaxY", data: "-1899"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 5, field_name: "zCPX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '5', field: "zCPX", data: "2793.74"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 5, field_name: "zCPY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '5', field: "zCPY", data: "-1944.46"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 5, field_name: "zCPZ", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '5', field: "zCPZ", data: "13.5469"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 5, field_name: "zTeam", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '5', field: "zTeam", data: "0"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 5, field_name: "zMoney", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '5', field: "zMoney", data: "2800"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 5, field_name: "zEXP", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '5', field: "zEXP", data: "7"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 6, field_name: "zID", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '6', field: "zID", data: "7"
[19:45:56] [DEBUG] cache_get_field_content - row: 6, field_name: "zName", connection: 1, max_len: 128
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '6', field: "zName", data: "Ammu Nation"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 6, field_name: "zMinX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '6', field: "zMinX", data: "1351.56"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 6, field_name: "zMinY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '6', field: "zMinY", data: "-1455.08"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 6, field_name: "zMaxX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '6', field: "zMaxX", data: "1460.94"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 6, field_name: "zMaxY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '6', field: "zMaxY", data: "-1238.28"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 6, field_name: "zCPX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '6', field: "zCPX", data: "1424.66"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 6, field_name: "zCPY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '6', field: "zCPY", data: "-1291.77"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 6, field_name: "zCPZ", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '6', field: "zCPZ", data: "13.557"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 6, field_name: "zTeam", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '6', field: "zTeam", data: "5"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 6, field_name: "zMoney", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '6', field: "zMoney", data: "2800"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 6, field_name: "zEXP", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '6', field: "zEXP", data: "5"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 7, field_name: "zID", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '7', field: "zID", data: "8"
[19:45:56] [DEBUG] cache_get_field_content - row: 7, field_name: "zName", connection: 1, max_len: 128
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '7', field: "zName", data: "Pig Pen"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 7, field_name: "zMinX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '7', field: "zMinX", data: "2361.33"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 7, field_name: "zMinY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '7', field: "zMinY", data: "-1269.53"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 7, field_name: "zMaxX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '7', field: "zMaxX", data: "2457.03"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 7, field_name: "zMaxY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '7', field: "zMaxY", data: "-1173.83"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 7, field_name: "zCPX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '7', field: "zCPX", data: "2394.66"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 7, field_name: "zCPY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '7', field: "zCPY", data: "-1214.37"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 7, field_name: "zCPZ", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '7', field: "zCPZ", data: "27.164"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 7, field_name: "zTeam", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '7', field: "zTeam", data: "5"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 7, field_name: "zMoney", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '7', field: "zMoney", data: "1800"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 7, field_name: "zEXP", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '7', field: "zEXP", data: "6"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 8, field_name: "zID", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '8', field: "zID", data: "9"
[19:45:56] [DEBUG] cache_get_field_content - row: 8, field_name: "zName", connection: 1, max_len: 128
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '8', field: "zName", data: "Basketball Court"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 8, field_name: "zMinX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '8', field: "zMinX", data: "2201.17"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 8, field_name: "zMinY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '8', field: "zMinY", data: "-1566.41"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 8, field_name: "zMaxX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '8', field: "zMaxX", data: "2347.66"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 8, field_name: "zMaxY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '8', field: "zMaxY", data: "-1478.52"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 8, field_name: "zCPX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '8', field: "zCPX", data: "2290.58"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 8, field_name: "zCPY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '8', field: "zCPY", data: "-1512.26"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 8, field_name: "zCPZ", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '8', field: "zCPZ", data: "26.869"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 8, field_name: "zTeam", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '8', field: "zTeam", data: "1"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 8, field_name: "zMoney", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '8', field: "zMoney", data: "2200"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 8, field_name: "zEXP", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '8', field: "zEXP", data: "12"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 9, field_name: "zID", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '9', field: "zID", data: "10"
[19:45:56] [DEBUG] cache_get_field_content - row: 9, field_name: "zName", connection: 1, max_len: 128
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '9', field: "zName", data: "Apartment Loft"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 9, field_name: "zMinX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '9', field: "zMinX", data: "2208.98"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 9, field_name: "zMinY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '9', field: "zMinY", data: "-1984.38"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 9, field_name: "zMaxX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '9', field: "zMaxX", data: "2318.36"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 9, field_name: "zMaxY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '9', field: "zMaxY", data: "-1886.72"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 9, field_name: "zCPX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '9', field: "zCPX", data: "2257.27"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 9, field_name: "zCPY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '9', field: "zCPY", data: "-1928.44"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 9, field_name: "zCPZ", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '9', field: "zCPZ", data: "13.547"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 9, field_name: "zTeam", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '9', field: "zTeam", data: "2"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 9, field_name: "zMoney", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '9', field: "zMoney", data: "2300"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 9, field_name: "zEXP", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '9', field: "zEXP", data: "7"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 10, field_name: "zID", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '10', field: "zID", data: "11"
[19:45:56] [DEBUG] cache_get_field_content - row: 10, field_name: "zName", connection: 1, max_len: 128
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '10', field: "zName", data: "Idlewood Gaz"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 10, field_name: "zMinX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '10', field: "zMinX", data: "1826"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 10, field_name: "zMinY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '10', field: "zMinY", data: "-1930"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 10, field_name: "zMaxX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '10', field: "zMaxX", data: "1958"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 10, field_name: "zMaxY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '10', field: "zMaxY", data: "-1758"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 10, field_name: "zCPX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '10', field: "zCPX", data: "1945.8"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 10, field_name: "zCPY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '10', field: "zCPY", data: "-1805.91"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 10, field_name: "zCPZ", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '10', field: "zCPZ", data: "13.547"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 10, field_name: "zTeam", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '10', field: "zTeam", data: "2"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 10, field_name: "zMoney", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '10', field: "zMoney", data: "4500"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 10, field_name: "zEXP", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '10', field: "zEXP", data: "15"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 11, field_name: "zID", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '11', field: "zID", data: "12"
[19:45:56] [DEBUG] cache_get_field_content - row: 11, field_name: "zName", connection: 1, max_len: 128
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '11', field: "zName", data: "Santa Maria"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 11, field_name: "zMinX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '11', field: "zMinX", data: "1155"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 11, field_name: "zMinY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '11', field: "zMinY", data: "-1708"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 11, field_name: "zMaxX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '11', field: "zMaxX", data: "1292"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 11, field_name: "zMaxY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '11', field: "zMaxY", data: "-1577"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 11, field_name: "zCPX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '11', field: "zCPX", data: "1279.53"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 11, field_name: "zCPY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '11', field: "zCPY", data: "-1700.57"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 11, field_name: "zCPZ", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '11', field: "zCPZ", data: "39.438"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 11, field_name: "zTeam", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '11', field: "zTeam", data: "3"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 11, field_name: "zMoney", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '11', field: "zMoney", data: "1950"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 11, field_name: "zEXP", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '11', field: "zEXP", data: "7"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 12, field_name: "zID", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '12', field: "zID", data: "13"
[19:45:56] [DEBUG] cache_get_field_content - row: 12, field_name: "zName", connection: 1, max_len: 128
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '12', field: "zName", data: "South Jefferson"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 12, field_name: "zMinX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '12', field: "zMinX", data: "2056.64"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 12, field_name: "zMinY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '12', field: "zMinY", data: "-1400.39"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 12, field_name: "zMaxX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '12', field: "zMaxX", data: "2169.92"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 12, field_name: "zMaxY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '12', field: "zMaxY", data: "-1220.7"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 12, field_name: "zCPX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '12', field: "zCPX", data: "2133.62"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 12, field_name: "zCPY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '12', field: "zCPY", data: "-1344.7"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 12, field_name: "zCPZ", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '12', field: "zCPZ", data: "23.984"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 12, field_name: "zTeam", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '12', field: "zTeam", data: "3"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 12, field_name: "zMoney", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '12', field: "zMoney", data: "2300"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 12, field_name: "zEXP", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '12', field: "zEXP", data: "10"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 13, field_name: "zID", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '13', field: "zID", data: "14"
[19:45:56] [DEBUG] cache_get_field_content - row: 13, field_name: "zName", connection: 1, max_len: 128
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '13', field: "zName", data: "Market Station"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 13, field_name: "zMinX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '13', field: "zMinX", data: "792.081"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 13, field_name: "zMinY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '13', field: "zMinY", data: "-1415.43"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 13, field_name: "zMaxX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '13', field: "zMaxX", data: "923.276"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 13, field_name: "zMaxY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '13', field: "zMaxY", data: "-1315.55"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 13, field_name: "zCPX", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '13', field: "zCPX", data: "826.206"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 13, field_name: "zCPY", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '13', field: "zCPY", data: "-1355.48"
[19:45:56] [DEBUG] cache_get_field_content_float - row: 13, field_name: "zCPZ", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '13', field: "zCPZ", data: "13.5413"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 13, field_name: "zTeam", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '13', field: "zTeam", data: "0"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 13, field_name: "zMoney", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '13', field: "zMoney", data: "3400"
[19:45:56] [DEBUG] cache_get_field_content_int - row: 13, field_name: "zEXP", connection: 1
[19:45:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '13', field: "zEXP", data: "11"
[19:45:56] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
Reply
#2

You can choose what you want to have in the log via mysql_log function.

Log type Description
NONE Logs absolutely nothing.
ERROR Logs errors.
WARNING Logs warnings.
INFO Logs informational messages.
DEBUG Logs debug messages.
ALL Logs everything.

Example:
PHP код:
public OnGameModeInit()
{
    
mysql_log(ALL); //logs everything (errors, warnings and debug messages)
    
return 1;

Source: MySQL/R40 - SA-MP Wiki #mysql_log
Reply
#3

Are you passing any parameters to the callbacks OnClanLoad and OnZoneLoad when the query finishes executing?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)