mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
This commit is contained in:
@ -1492,6 +1492,8 @@ public:
|
||||
|
||||
/* True if the plan guarantees that it will be returned zero or one row */
|
||||
bool only_const_tables() { return const_tables == table_count; }
|
||||
/* Number of tables actually joined at the top level */
|
||||
uint exec_join_tab_cnt() { return tables_list ? top_join_tab_count : 0; }
|
||||
|
||||
int prepare(TABLE_LIST *tables, uint wind_num,
|
||||
COND *conds, uint og_num, ORDER *order, bool skip_order_by,
|
||||
|
Reference in New Issue
Block a user