1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

New variable to turn off automatic charset conversion of query results

Some speed improvements
This commit is contained in:
bar@bar.mysql.r18.ru
2003-03-21 15:18:52 +04:00
parent 9617ba2bf8
commit 4532985221
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;
};