mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Fix UNION
New faster list iterators Change list code to be simpler and faster Optimize count(distinct) New error messages for UNION Make create_tmp_table more general to be usable by UNION
This commit is contained in:
@@ -213,4 +213,6 @@
|
||||
#define ER_CONNECT_TO_MASTER 1210
|
||||
#define ER_QUERY_ON_MASTER 1211
|
||||
#define ER_ERROR_WHEN_EXECUTING_COMMAND 1212
|
||||
#define ER_ERROR_MESSAGES 213
|
||||
#define ER_WRONG_USAGE 1213
|
||||
#define ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 1214
|
||||
#define ER_ERROR_MESSAGES 215
|
||||
|
Reference in New Issue
Block a user