1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

A separate variable national_charset_info

Fixes according coercibility tables, p162, SQL Complete
This commit is contained in:
bar@bar.mysql.r18.ru
2003-03-21 11:21:01 +04:00
parent e5a949b441
commit 682435db72
6 changed files with 40 additions and 15 deletions

View File

@@ -29,6 +29,9 @@
#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;
extern gptr sql_alloc(unsigned size);
extern void sql_element_free(void *ptr);
static uint32