Hi, ALL
I have problems understanding the libmysql.def and libmysqld.def. I know they are
interfaces for client and server. A lot of other modules are just calling functions
definded in those two. But I can not see where they are actually implemented. For
eaxample, mysql_real_connect, it is sho
Hi, ALL:
I have a question about running MySQL. How to run it in debug mode,
something like gdb so that I can advandce one line or one method at
a time so that I can see a path that a query from a client goes
through all the necessary functions (modules) to the server and back
to it?
Thanks in