diff options
Diffstat (limited to 'storage/tokudb/tokudb_dir_cmd.cc')
-rw-r--r-- | storage/tokudb/tokudb_dir_cmd.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/tokudb/tokudb_dir_cmd.cc b/storage/tokudb/tokudb_dir_cmd.cc index d0da92eab27..871bb712406 100644 --- a/storage/tokudb/tokudb_dir_cmd.cc +++ b/storage/tokudb/tokudb_dir_cmd.cc @@ -67,7 +67,7 @@ static int MDL_and_TDC(THD *thd, table); return error; } - tdc_remove_table(thd, TDC_RT_REMOVE_ALL, db, table, false); + tdc_remove_table(thd, db, table); return error; } |