Hallo,
soeben habe ich mein MySQL-Plugin geupdated (+Includes etc.) auf Version R39-2.
Ich benutze das Plugin von BlueG (https://github.com/pBlueG/SA-MP-MySQL/releases).
Das einzige Problem, was ich habe ist, dass ich keinen SELECT-Query mehr absenden kann.
Hier einige Ausschnitte vom Log:
Code
[17:07:59] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[17:07:59] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[17:07:59] [DEBUG] CMySQLConnection::Connect - connection was successful
[17:07:59] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[17:07:59] [DEBUG] CMySQLConnection::Connect - connection was successful
[17:07:59] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[17:07:59] [DEBUG] CMySQLConnection::Connect - connection was successful
[17:07:59] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[17:07:59] [DEBUG] mysql_connect - host: "127.0.0.1", user: "root", database: "samp", password: "****", port: 3306, autoreconnect: true, pool_size: 2
[17:07:59] [DEBUG] CMySQLHandle::Create - creating new connection..
[17:07:59] [WARNING] CMySQLHandle::Create - connection already exists
[17:07:59] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[17:07:59] [DEBUG] CMySQLConnection::Connect - connection was successful
[17:07:59] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
...
[17:07:59] [DEBUG] CMySQLQuery::Execute[OnTest] - starting query execution
[17:07:59] [DEBUG] CMySQLQuery::Execute[OnTest] - query was successfully executed within 0.605 milliseconds
[17:07:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[17:07:59] [DEBUG] CMySQLQuery::Execute[...] - starting query execution
[17:07:59] [ERROR] CMySQLQuery::Execute[...] - (error #2014) Commands out of sync; you can't run this command now
[17:07:59] [DEBUG] CMySQLQuery::Execute[...] - error will be triggered in OnQueryError
[17:07:59] [DEBUG] CMySQLQuery::Execute[...] - starting query execution
[17:07:59] [ERROR] CMySQLQuery::Execute[...] - (error #2014) Commands out of sync; you can't run this command now
[17:07:59] [DEBUG] CMySQLQuery::Execute[...] - error will be triggered in OnQueryError
[17:07:59] [DEBUG] CMySQLQuery::Execute[...] - starting query execution
[17:07:59] [ERROR] CMySQLQuery::Execute[...] - (error #2014) Commands out of sync; you can't run this command now
[17:07:59] [DEBUG] CMySQLQuery::Execute[...] - error will be triggered in OnQueryError
[17:07:59] [DEBUG] CMySQLQuery::Execute[...] - starting query execution
[17:07:59] [ERROR] CMySQLQuery::Execute[...] - (error #2014) Commands out of sync; you can't run this command now
[17:07:59] [DEBUG] CMySQLQuery::Execute[...] - error will be triggered in OnQueryError
[17:07:59] [DEBUG] CMySQLQuery::Execute[...] - starting query execution
Alles anzeigen
Warum passiert das?