1
0
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:
unknown
2003-03-21 15:18:52 +04:00
parent c2df88fa22
commit c51c782c55
5 changed files with 23 additions and 12 deletions

View File

@@ -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;
};