1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Variables were rename, binary collation names were added

Fixed that SHOW CHARACTER SET displayed non-dynamic charsets even if they were not really compiled
This commit is contained in:
unknown
2003-05-22 17:20:19 +05:00
parent 98e66d2059
commit 9b92f5858a
17 changed files with 59 additions and 80 deletions

View File

@@ -28,9 +28,9 @@
#include <floatingpoint.h>
#endif
CHARSET_INFO *system_charset_info= &my_charset_utf8;
CHARSET_INFO *files_charset_info= &my_charset_utf8;
CHARSET_INFO *national_charset_info= &my_charset_utf8;
CHARSET_INFO *system_charset_info= &my_charset_utf8_general_ci;
CHARSET_INFO *files_charset_info= &my_charset_utf8_general_ci;
CHARSET_INFO *national_charset_info= &my_charset_utf8_general_ci;
extern gptr sql_alloc(unsigned size);
extern void sql_element_free(void *ptr);