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

@ -473,7 +473,8 @@ public:
ulong slave_proxy_id;
NET* slave_net; // network connection from slave -> m.
my_off_t log_pos;
CHARSET_INFO *db_charset;
THD();
~THD();
void cleanup(void);