1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00
This commit is contained in:
unknown
2010-09-08 09:26:17 +03:00
parent d6a9b52269
commit 11dc256ca4
6 changed files with 170 additions and 66 deletions

View File

@ -60,7 +60,6 @@ public:
private:
void init();
bool make_equalities();
/* tmp table parameters */
TMP_TABLE_PARAM cache_table_param;
@ -78,8 +77,6 @@ private:
List<Item> items;
/* Value Item example */
Item *val;
/* Expression to check after index lookup */
Item *equalities;
/* Set on if the object has been succesfully initialized with init() */
bool inited;
};