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:
@ -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;
|
||||
|
Reference in New Issue
Block a user