1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Preparation to thread specific default charset

This commit is contained in:
bar@bar.mysql.r18.ru
2002-10-30 13:05:27 +04:00
parent c20b489167
commit fef10d9bb1
4 changed files with 5 additions and 3 deletions

View File

@ -481,6 +481,7 @@ public:
table_map used_tables;
USER_CONN *user_connect;
CHARSET_INFO *db_charset;
CHARSET_INFO *thd_charset;
List <MYSQL_ERROR> warn_list;
uint warn_count[(uint) MYSQL_ERROR::WARN_LEVEL_END];
uint total_warn_count, old_total_warn_count;