mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
some small changes for MULTI-TABLE updates and other little fixes
This commit is contained in:
@ -684,7 +684,7 @@ public:
|
||||
enum enum_duplicates dupl;
|
||||
uint num_of_tables, num_fields, num_updated, *save_time_stamps, *field_sequence;
|
||||
int error;
|
||||
bool do_update;
|
||||
bool do_update, not_trans_safe;
|
||||
public:
|
||||
multi_update(THD *thd_arg, TABLE_LIST *ut, List<Item> &fs,
|
||||
enum enum_duplicates handle_duplicates,
|
||||
|
Reference in New Issue
Block a user