[MDEV-16705] Add two accessors for multi_delete class Created: 2018-07-06  Updated: 2018-11-27  Resolved: 2018-11-27

Status: Closed
Project: MariaDB Server
Component/s: OTHER
Fix Version/s: 10.4.1

Type: Task Priority: Critical
Reporter: Roman Assignee: Alexander Barkov
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Problem/Incident
is caused by MCOL-1097 MariaDB ColumnStore Generic Engine ph... Closed
is caused by MCOL-1532 Run ColumnStore with vanilla MariaDB ... Closed

 Comments   
Comment by Roman [ 2018-07-06 ]

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.

Generated at Thu Feb 08 08:30:56 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.