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

prevent using references on sum function (except HAVING clouse of current select) and forward references

This commit is contained in:
bell@sanja.is.com.ua
2002-11-21 11:01:33 +02:00
parent 9e15fe17f1
commit 2eb623a4f0
36 changed files with 104 additions and 8 deletions

View File

@ -260,4 +260,5 @@
#define ER_UNKNOWN_STMT_HANDLER 1241
#define ER_CORRUPT_HELP_DB 1242
#define ER_CYCLIC_REFERENCE 1243
#define ER_ERROR_MESSAGES 244
#define ER_ILLEGAL_REFERENCE 1244
#define ER_ERROR_MESSAGES 245