Can anybody help me interpret what's in the General Query Log?
My output looks something like this:
1 Init DB wheresmysh_t
1 Query call GetObjectsFromContainer (10)
1 Init DB wheresmysh_t
1 Query SELECT * FROM Container WHERE parentContainerId = 60
1 Init DB wheresmysh_t
1 Query call GetObjectsFromContainer (60)
1 Init DB wheresmysh_t
1 Query SELECT * FROM Container WHERE parentContainerId = 24
What does the 1 mean? Does "Init DB" mean that there's a new client connection? Would you expect there to be some sort of "Disconnect DB" statement in there?
I haven't seen any information on the web about how to read this file's contents, so if anyone knows of one...
My output looks something like this:
1 Init DB wheresmysh_t
1 Query call GetObjectsFromContainer (10)
1 Init DB wheresmysh_t
1 Query SELECT * FROM Container WHERE parentContainerId = 60
1 Init DB wheresmysh_t
1 Query call GetObjectsFromContainer (60)
1 Init DB wheresmysh_t
1 Query SELECT * FROM Container WHERE parentContainerId = 24
What does the 1 mean? Does "Init DB" mean that there's a new client connection? Would you expect there to be some sort of "Disconnect DB" statement in there?
I haven't seen any information on the web about how to read this file's contents, so if anyone knows of one...