1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Manually merged

This commit is contained in:
evgen@moonbone.local
2006-04-25 13:04:39 +04:00
20 changed files with 420 additions and 60 deletions

View File

@@ -479,6 +479,7 @@ public:
void print(String *str);
bool add_fake_select_lex(THD *thd);
void init_prepare_fake_select_lex(THD *thd);
inline bool is_prepared() { return prepared; }
bool change_result(select_subselect *result, select_subselect *old_result);