1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117)

allow delete table by alias in multi-delete statement
This commit is contained in:
bell@sanja.is.com.ua
2004-01-04 23:44:33 +02:00
parent 7bb74b6592
commit 501ae0bc52
29 changed files with 132 additions and 14 deletions

View File

@ -303,4 +303,5 @@
#define ER_WARN_HOSTNAME_WONT_WORK 1284
#define ER_UNKNOWN_STORAGE_ENGINE 1285
#define ER_WARN_DEPRECATED_SYNTAX 1286
#define ER_ERROR_MESSAGES 287
#define ER_NON_UPDATABLE_TABLE 1287
#define ER_ERROR_MESSAGES 288