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

Some changes in multi-table deletes, with some speed-ups and

incorporations of the new stuff.

When Monty approves / corrects it, I will "port" it to multi-table
updates.
This commit is contained in:
Sinisa@sinisa.nasamreza.org
2002-01-12 19:51:10 +02:00
parent d7e2ef8871
commit d7a23f28c4
5 changed files with 26 additions and 31 deletions

View File

@ -656,7 +656,7 @@ public:
uint num_of_tables;
int error;
thr_lock_type lock_option;
bool do_delete;
bool do_delete, not_trans_safe;
public:
multi_delete(THD *thd, TABLE_LIST *dt, thr_lock_type lock_option_arg,
uint num_of_tables);