Unknown MySQL Problem
#6

I have only called mysql_debug(1) once which is under OnGameModeInit.

Quote:
Originally Posted by [HiC]TheKiller
Посмотреть сообщение
Firstly, you're freeing a result that you haven't stored in the first place.
The AvoidOOSync(); has this stock

pawn Код:
stock AvoidOOSync()
{
    mysql_store_result();
    mysql_free_result();
    return 1;
}
So should I just remove the mysql_free_result from LoadPlayerInfo(iPlayer) or where?


Also where mysql_debug(1); was put, It was put after mysql_connect. Could this have been the cause?
Reply


Messages In This Thread
Unknown MySQL Problem - by Surferdude - 02.10.2011, 01:02
Re: Unknown MySQL Problem - by [HiC]TheKiller - 02.10.2011, 02:14
Re: Unknown MySQL Problem - by Surferdude - 02.10.2011, 04:31
Re: Unknown MySQL Problem - by Kar - 02.10.2011, 05:13
Re: Unknown MySQL Problem - by [HiC]TheKiller - 02.10.2011, 05:25
Re: Unknown MySQL Problem - by Surferdude - 02.10.2011, 05:42
Re: Unknown MySQL Problem - by iggy1 - 02.10.2011, 07:24
Re: Unknown MySQL Problem - by Surferdude - 05.10.2011, 10:44
Re: Unknown MySQL Problem - by Scenario - 05.10.2011, 11:32
Re: Unknown MySQL Problem - by Surferdude - 05.10.2011, 11:47

Forum Jump:


Users browsing this thread: 3 Guest(s)