1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

simple subselects ported to new select_lex structures

This commit is contained in:
bell@sanja.is.com.ua
2002-05-12 23:46:42 +03:00
parent 4cb3760b44
commit e077890b04
40 changed files with 2541 additions and 349 deletions

View File

@ -243,4 +243,6 @@
#define ER_MIXING_NOT_ALLOWED 1224
#define ER_DUP_ARGUMENT 1225
#define ER_USER_LIMIT_REACHED 1226
#define ER_ERROR_MESSAGES 227
#define ER_SUBSELECT_NO_1_COL 1227
#define ER_SUBSELECT_NO_1_ROW 1228
#define ER_ERROR_MESSAGES 229