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