mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
some small changes for MULTI-TABLE updates and other little fixes
sql/sql_class.h: small optimisations for MULTI-TABLE UPDATE's sql/sql_parse.cc: Could not look at that if () at the start of execute_command, and as Monty evidently did not have time, so I optimised it away in the best fashion I know of. sql/sql_update.cc: Some optimisations for MULTI-TABLE UPDATE's
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