MySQL no active cache issue
#4

If the cache was not active, `LoadBounties` would not be called. But I have seen it again I think, for an unknown reason `cache_num_rows` returned different results according to that author.

For now enable log ALL and use this:
pawn Code:
new rows = cache_num_rows();

if(rows>0)
{
    new target, hitprice;

    for(new i; i<rows; i++)
Reply


Messages In This Thread
MySQL no active cache issue - by Adamoneoone - 09.05.2020, 09:58
Re: MySQL no active cache issue - by BaFFyJunior - 09.05.2020, 12:18
Re: MySQL no active cache issue - by Adamoneoone - 09.05.2020, 12:48
Re: MySQL no active cache issue - by Calisthenics - 09.05.2020, 13:13
Re: MySQL no active cache issue - by Adamoneoone - 09.05.2020, 13:24
Re: MySQL no active cache issue - by Calisthenics - 09.05.2020, 13:27
Re: MySQL no active cache issue - by Adamoneoone - 09.05.2020, 13:31
Re: MySQL no active cache issue - by Calisthenics - 09.05.2020, 13:36
Re: MySQL no active cache issue - by Adamoneoone - 09.05.2020, 14:37

Forum Jump:


Users browsing this thread: 1 Guest(s)