16.02.2017, 03:19
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.