Skipping result saving MYSQL
#1

PHP код:
[22:16:45] [DEBUGmysql_format connection1len256format"UPDATE `stats` SET `Money`=%d, `Score`=%d, `Deaths`=%d, `Kills`=%d,`Skin`=%d, `Team`=%d,`StoreRobbed`=%d, `StoreRobbedCash`=%d, ..."
[22:16:45] [DEBUGmysql_tquery connection1query"UPDATE `stats` SET `Money`=0, `Score`=0, `Deaths`=0, `Kills`=0,`"callback"(null)"format"(null)"
[22:16:45] [DEBUGCMySQLQuery::Execute[] - starting query execution
[22:16:45] [DEBUGCMySQLQuery::Execute[] - query was successfully executed within 0.586 milliseconds
[22:16:45] [DEBUGCMySQLQuery::Execute[] - no callback specifiedskipping result saving 
Any idea what does this mean

"[22:16:45] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving"
Reply
#2

Well there is nothing that can be explained more. When you send query you can specify callback function that will be called once MySql server returns result (how many rows were affected, new unique id, or info you have requested, etc...). Sometimes you dont care about such results (for example how many rows were affected) and you dont specify callback. MySql plugin will just skip saving/waiting for results and continue doing its job.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)