1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MWL#121-124 DS-MRR support for key-ordered retrieval, etc

- Merge into 5.3-main
This commit is contained in:
Sergey Petrunya
2010-11-01 18:49:59 +03:00
42 changed files with 2688 additions and 327 deletions

View File

@ -818,6 +818,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