MySQL R39 problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MySQL R39 problem (
/showthread.php?tid=560360)
MySQL R39 problem -
R4PlaY - 28.01.2015
Hello I have little problem with MySQL on my script.
Problem:
Script always call deconstructor on shutdown even in script is only connect and disconnect to base.
Here is log:
Код:
[13:13:40] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[13:13:40] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[13:13:40] [DEBUG] CMySQLConnection::Connect - connection was successful
[13:13:40] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[13:13:40] [DEBUG] CMySQLConnection::Connect - connection was successful
[13:13:40] [DEBUG] CMySQLConnection::Connect - connection was successful
[13:13:40] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[13:13:40] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[13:13:41] [DEBUG] mysql_close - connection: 1
[13:13:41] [DEBUG] CMySQLConnection::Disconnect - connection was closed
[13:13:41] [DEBUG] CMySQLConnection::Disconnect - connection was closed
[13:13:41] [DEBUG] CMySQLHandle::~CMySQLHandle - deconstructor called