mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
set_default_charset() is not used anymore
Some system_charset_info were removed BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
parent
a4d8174473
commit
6b11fa3a24
14 changed files with 23 additions and 57 deletions
|
|
@ -51,7 +51,7 @@ int main(int argc, char **argv)
|
|||
keyinfo[0].seg[0].type=HA_KEYTYPE_BINARY;
|
||||
keyinfo[0].seg[0].start=1;
|
||||
keyinfo[0].seg[0].length=6;
|
||||
keyinfo[0].seg[0].charset=default_charset_info;
|
||||
keyinfo[0].seg[0].charset= &my_charset_latin1;
|
||||
keyinfo[0].flag = HA_NOSAME;
|
||||
|
||||
deleted=0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue