1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Proper handling of ORDER BY table.column in UNION's

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2002-12-02 20:18:51 +02:00
parent a655fdb10d
commit 5483796c50
28 changed files with 39 additions and 13 deletions

View File

@ -264,4 +264,5 @@
#define ER_ILLEGAL_REFERENCE 1245
#define ER_DERIVED_MUST_HAVE_ALIAS 1246
#define ER_SELECT_REDUCED 1247
#define ER_ERROR_MESSAGES 248
#define ER_TABLENAME_NOT_ALLOWED_HERE 1248
#define ER_ERROR_MESSAGES 249