Mysql row not created
#5

I don't know what the server is doing after a select, but this might cause your next user to do nothing:

Код:
mysql_format(mysql,str, sizeof(str), "SELECT * FROM `users` WHERE Name = '%s'",PlayerName(playerid));
	mysql_function_query(mysql,str,true,"","");
The result of a select is never used so it is possible that a lock is still on the table.
Reply


Messages In This Thread
Mysql row not created - by DetoNater - 10.06.2015, 09:22
Re: Mysql row not created - by Konstantinos - 10.06.2015, 09:27
Re: Mysql row not created - by DetoNater - 10.06.2015, 09:47
Re: Mysql row not created - by DetoNater - 10.06.2015, 12:46
Re: Mysql row not created - by mamorunl - 10.06.2015, 14:04
Re: Mysql row not created - by DetoNater - 10.06.2015, 14:35
Re: Mysql row not created - by mamorunl - 11.06.2015, 07:35
Re: Mysql row not created - by DetoNater - 11.06.2015, 09:48

Forum Jump:


Users browsing this thread: 1 Guest(s)