mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS
New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables. ALTER TABLE table_name ... CHARACTER SET ... now changes all char/varchar/text columns to the given character set (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set) Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib) New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones) Removed compiler warnings Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
This commit is contained in:
@ -303,4 +303,5 @@
|
||||
#define ER_CATALOG 1284
|
||||
#define ER_WARN_QC_RESIZE 1285
|
||||
#define ER_BAD_FT_COLUMN 1286
|
||||
#define ER_ERROR_MESSAGES 287
|
||||
#define ER_UNKNOWN_KEY_CACHE 1287
|
||||
#define ER_ERROR_MESSAGES 288
|
||||
|
Reference in New Issue
Block a user