mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
check that table used in multi-update is unique added (BUG#5455)
This commit is contained in:
@ -517,6 +517,7 @@ public:
|
||||
}
|
||||
bool setup_ref_array(THD *thd, uint order_group_num);
|
||||
bool check_updateable(char *db, char *table);
|
||||
bool check_updateable_in_subqueries(char *db, char *table);
|
||||
void print(THD *thd, String *str);
|
||||
static void print_order(String *str, ORDER *order);
|
||||
void print_limit(THD *thd, String *str);
|
||||
|
Reference in New Issue
Block a user