mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
New variable to turn off automatic charset conversion of query results
Some speed improvements
This commit is contained in:
@@ -374,6 +374,7 @@ struct system_variables
|
||||
my_bool log_warnings;
|
||||
my_bool low_priority_updates;
|
||||
my_bool new_mode;
|
||||
my_bool convert_result_charset;
|
||||
|
||||
CHARSET_INFO *thd_charset;
|
||||
};
|
||||
|
Reference in New Issue
Block a user