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

added warning about external fields resolving to EXPLAIN command

(SCRUM) (WL#1053)
This commit is contained in:
bell@sanja.is.com.ua
2003-07-25 01:02:42 +03:00
parent 07a70f79e8
commit 9ba680040b
26 changed files with 55 additions and 7 deletions

View File

@ -287,4 +287,5 @@
#define ER_CANT_AGGREGATE_3COLLATIONS 1268
#define ER_CANT_AGGREGATE_NCOLLATIONS 1269
#define ER_VARIABLE_IS_NOT_STRUCT 1270
#define ER_ERROR_MESSAGES 271
#define ER_WARN_FIELD_RESOLVED 1271
#define ER_ERROR_MESSAGES 272