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

Database default charset now works:

CREATE DATABASE dbname DEFAULT CHARACTERSET=latin1
This commit is contained in:
bar@gw.udmsearch.izhnet.ru
2002-06-24 21:50:08 +05:00
parent 5b45ebe812
commit 97d9936f5d
5 changed files with 45 additions and 9 deletions

View File

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