mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge DS-MRR/CPK improvements into 5.3-main
This commit is contained in:
@ -826,6 +826,13 @@ class SQL_SELECT :public Sql_alloc {
|
||||
public:
|
||||
QUICK_SELECT_I *quick; // If quick-select used
|
||||
COND *cond; // where condition
|
||||
|
||||
/*
|
||||
When using Index Condition Pushdown: condition that we've had before
|
||||
extracting and pushing index condition.
|
||||
In other cases, NULL.
|
||||
*/
|
||||
Item *pre_idx_push_select_cond;
|
||||
TABLE *head;
|
||||
IO_CACHE file; // Positions to used records
|
||||
ha_rows records; // Records in use if read from file
|
||||
|
Reference in New Issue
Block a user