Commit 19a6a018 authored by Alexander Barkov's avatar Alexander Barkov

MDEV-16705 Add two accessors for multi_delete class

parent e963b0d1
......@@ -6113,6 +6113,10 @@ class multi_delete :public select_result_interceptor
*/
bool error_handled;
public:
// Methods used by ColumnStore
uint get_num_of_tables() const { return num_of_tables; }
TABLE_LIST* get_tables() const { return delete_tables; }
public:
multi_delete(THD *thd_arg, TABLE_LIST *dt, uint num_of_tables);
~multi_delete();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment