mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merging
sql/item_subselect.cc: Auto merged sql/item_subselect.h: Auto merged mysql-test/r/subselect.result: merging mysql-test/t/subselect.test: merging
This commit is contained in:
commit
930399d773
4 changed files with 23 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ public:
|
|||
bool const_item() const;
|
||||
inline table_map get_used_tables_cache() { return used_tables_cache; }
|
||||
inline bool get_const_item_cache() { return const_item_cache; }
|
||||
Item *get_tmp_table_item(THD *thd);
|
||||
void update_used_tables();
|
||||
void print(String *str);
|
||||
bool change_engine(subselect_engine *eng)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue