Quote:
Originally Posted by StrickenKid
Quote:
Originally Posted by Davee.
Quote:
Originally Posted by MenaceX^
Quote:
Originally Posted by Davee.
Quote:
Originally Posted by MenaceX^
Quote:
Originally Posted by Davee.
With this plugin I no need to use
?
In my test script the memory freed automatically ( without mysql_free_result(); )
|
Your test script doesn't use this plugin then..
You must release the result by yourself.
|
I use mysql_store_result(); ... And I use this plugin
|
Well yes. Then where's the problem?
|
Thats was a quesion
|
Yes, the plugin does free the result automatically on the next query (if stored), although, I advise you to do it manually, its more efficient.
|
Ok, and I have a problem with your and G-sTyLeZzZ's plugin too, my server crashed after about one day ( with G-sTyLeZzZ about 1-2 hours after restart ) the server is pingable, but I can't join, it stops at "Connected. Jointing the game..."
I think that this is because the connection is time out, but this function does not work for me with your plugin:
pawn Код:
MySQLCheck()
{
if(mysql_ping() == 1)
{
mysql_connect(SQL_HOST, SQL_USER, SQL_PASS, SQL_DB);
}
return 1;
}