mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
character_set_server is now updatable
character_set_database was added Code optimization: reuse more code for all character sets variables
This commit is contained in:
@ -386,6 +386,8 @@ struct system_variables
|
||||
my_bool low_priority_updates;
|
||||
my_bool new_mode;
|
||||
|
||||
CHARSET_INFO *character_set_server;
|
||||
CHARSET_INFO *character_set_database;
|
||||
CHARSET_INFO *character_set_client;
|
||||
CHARSET_INFO *character_set_results;
|
||||
CHARSET_INFO *collation_connection;
|
||||
|
Reference in New Issue
Block a user