28.01.2015, 11:39
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:
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