mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Added SQLSTATE to client/server protocol
bmove_allign -> bmove_align Added OLAP function ROLLUP Split mysql_fix_privilege_tables to a script and a .sql data file Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects. Added table_alias_charset, for easier --lower-case-table-name handling Better SQL_MODE handling (Setting complex options also sets sub options) New (faster) assembler string functions for x86
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user