summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorunknown <Sinisa@sinisa.nasamreza.org>2002-01-12 19:51:10 +0200
committerunknown <Sinisa@sinisa.nasamreza.org>2002-01-12 19:51:10 +0200
commite9b8c183a2cc53ea2fd12f1dacc9cd1d422fc47a (patch)
tree8371a3539e648f04af279a7e842c782b216e88af /sql/sql_class.h
parent9f0c13f3943bf5a7aed921b56c39a7f3d2f8419b (diff)
downloadmariadb-git-e9b8c183a2cc53ea2fd12f1dacc9cd1d422fc47a.tar.gz
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. sql/sql_insert.cc: A small bug fix sql/sql_update.cc: query cache invalidation
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index b608892f7af..7b6c4f5af57 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -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);