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 shown in both libmysql.def and libmysqld.def, but I can not find it in any other places in MYSQL source code. Where is the actual implementation of mysql_real_connect?
Thanks a lot in advance.
LION