Added reading of client-server my.cnf tag

This commit is contained in:
Michael Widenius 2011-06-27 12:45:03 +03:00
parent 61578756c2
commit 6b2438c017

View file

@ -3265,6 +3265,7 @@ const char *load_default_groups[]= {
#endif
"mysqld", "server", MYSQL_BASE_VERSION,
"mariadb", MARIADB_BASE_VERSION,
"client-server",
0, 0};
#if defined(__WIN__) && !defined(EMBEDDED_LIBRARY)