mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@ -1254,6 +1254,8 @@ public:
|
||||
table_map outer_join;
|
||||
/* Bitmap of tables used in the select list items */
|
||||
table_map select_list_used_tables;
|
||||
/* Tables that has HA_NON_COMPARABLE_ROWID (does not support rowid) set */
|
||||
table_map not_usable_rowid_map;
|
||||
ha_rows send_records,found_records,join_examined_rows, accepted_rows;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user