28.07.2015, 21:36
Hello. I am currently working on a rather large, rather complicated gamemode using many MySQL queries throughout it's operation. I have noticed that one query seems to hang the whole server, or is just VERY large of a return but I really don't think it is.
It's been like around 5-10 minutes since I typed the /oadmins command which launches the following query:
It hangs the whole server's MySQL connection, even though it's a completely valid query and doesn't return a ridiculous amount of rows either. What may be wrong? I am using the r33 BlueG MySQL plugin by the way if it matters at all. MySQL isn't responding to any queries right now, and it seems to have happened right after I typed /oadmins, I am sure a simple server restart will help but I am sure if I type the command again the same result is bound to happen.
It's been like around 5-10 minutes since I typed the /oadmins command which launches the following query:
pawn Код:
mysql_function_query(sqlConnection, "SELECT * FROM `players` ORDER BY `players`.`AdminLevel` ASC", false, "OnAdminRoster", "i", playerid);

