ColumStore uses this public multi_delete:: accessors to detect JOIN-s in multi-delete:
uint get_num_of_tables() const {return num_of_tables;}
|
TABLE_LIST* get_tables() {return delete_tables;}
|
We need these accessors or a way to obtain the number and TABLE_LIST of tables involved in multi-delete.
ColumStore uses this public multi_delete:: accessors to detect JOIN-s in multi-delete:
We need these accessors or a way to obtain the number and TABLE_LIST of tables involved in multi-delete.