My Ban Checker MySQL system
#6

mysql_tquery is using a threaded query. It means that it will execute parallelly to your script, and when it's finished, it calls your callback. Inside the plugin, it checks if you've provided a callback, and if not, it will show you a message like:
Quote:

no callback specified, skipping result saving

creating no cache for that query.

Update query result is often very important (insert ... on duplicate key update), but if you don't specify a callback, there is no unnecessary information saved.
Reply


Messages In This Thread
My Ban Checker MySQL system - by LiamM - 02.02.2014, 20:41
Re: My Ban Checker MySQL system - by Misiur - 02.02.2014, 21:30
Re: My Ban Checker MySQL system - by LiamM - 02.02.2014, 22:01
Re: My Ban Checker MySQL system - by Misiur - 02.02.2014, 22:08
Re: My Ban Checker MySQL system - by LiamM - 02.02.2014, 22:16
Re: My Ban Checker MySQL system - by Misiur - 02.02.2014, 22:32

Forum Jump:


Users browsing this thread: 3 Guest(s)