1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Second phase of UNIONS (please do not test it yet) and some other

changes. This is mostly a merge between my repository and central 
one, so that I can take a test for multi table delete and fix it.
This commit is contained in:
Sinisa@sinisa.nasamreza.org
2001-06-13 13:36:53 +03:00
parent b37a556889
commit 0d0ca68e48
6 changed files with 127 additions and 5 deletions

View File

@@ -608,7 +608,7 @@ public:
bool do_delete;
public:
multi_delete(TABLE_LIST *dt, thr_lock_type o, uint n)
: delete_tables (dt), lock_option(o), deleted(0), num_of_tables(n), error(0)
: delete_tables(dt), deleted(0), num_of_tables(n), error(0), lock_option(o)
{
thd = current_thd; do_delete = false;
}