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

@ -108,6 +108,7 @@ THD::THD():user_time(0), fatal_error(0),
file_id = 0;
cond_count=0;
db_charset=default_charset_info;
thd_charset=default_charset_info;
mysys_var=0;
#ifndef DBUG_OFF
dbug_sentry=THD_SENTRY_MAGIC;