1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

post review changes:

CHECK OPTION moved to one function
view name added to error messages
This commit is contained in:
bell@sanja.is.com.ua
2004-09-29 16:35:01 +03:00
parent f7e92479e9
commit 392292a46b
30 changed files with 154 additions and 146 deletions

View File

@ -228,7 +228,7 @@ typedef struct st_copy_info {
List<Item> *update_fields;
List<Item> *update_values;
/* for VIEW ... WITH CHECK OPTION */
Item *check_option;
TABLE_LIST *view;
bool ignore;
} COPY_INFO;