mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user