1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

merge with public tree

This commit is contained in:
monty@narttu.mysql.fi
2003-06-05 00:12:45 +03:00
166 changed files with 3394 additions and 1411 deletions

View File

@ -28,10 +28,6 @@
#include <floatingpoint.h>
#endif
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);