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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user