mirror of
https://github.com/MariaDB/server.git
synced 2025-07-24 19:42:23 +03:00
Move init_compiled_charsets to own file
Remove dependency of charsets (in my_init) to get smaller binaries when charsets are not used Simple code cleanup
This commit is contained in:
@ -278,7 +278,7 @@ typedef struct st_mysql_res {
|
||||
#define MANAGER_CLIENT_ERR 450
|
||||
#define MANAGER_INTERNAL_ERR 500
|
||||
|
||||
#ifndef MYSQL_SERVER
|
||||
#if !defined(MYSQL_SERVER) && !defined(MYSQL_CLIENT)
|
||||
#define MYSQL_CLIENT
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user