1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

thd_charset has been moved to variables structure

This commit is contained in:
bar@bar.mysql.r18.ru
2002-12-19 09:38:28 +04:00
parent 161fec7b8b
commit 6ac401b550
10 changed files with 21 additions and 21 deletions

View File

@ -373,7 +373,8 @@ struct system_variables
my_bool log_warnings;
my_bool low_priority_updates;
CONVERT *convert_set;
CONVERT *convert_set;
CHARSET_INFO *thd_charset;
};
@ -487,7 +488,6 @@ public:
table_map used_tables;
USER_CONN *user_connect;
CHARSET_INFO *db_charset;
CHARSET_INFO *thd_charset;
List<Item> *possible_loops; // Items that may cause loops in subselects
List <MYSQL_ERROR> warn_list;
uint warn_count[(uint) MYSQL_ERROR::WARN_LEVEL_END];