MySQL Check for Compiled Versus Loaded Client Library Versions
MySQL的编译与加载客户端库版本检查
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function prints out the compiled and loaded client library versions.
这个函数打印出编译并加载到客户端库版本。
用法----------Usage----------
mysqlClientLibraryVersions()
值----------Value----------
A named integer vector of length two, the first element representing the compiled library version and the second element representint the loaded client library version.
命名的整数向量的长度为两个,第一个元素表示编译后的库版本和第二个元素representint的加载客户端库版本。