diff options
author | bell@sanja.is.com.ua <> | 2004-05-07 23:06:11 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-05-07 23:06:11 +0300 |
commit | d2fa79b2910aeeeb2d17b0adc183e7e0cb9c4970 (patch) | |
tree | 52e47dc7ee99268a0b704b1402fdd7b965199c80 /sql/sql_lex.h | |
parent | 5c4f83bbd9387d45636e16a14ae4284166a0e675 (diff) | |
download | mariadb-git-d2fa79b2910aeeeb2d17b0adc183e7e0cb9c4970.tar.gz |
keep old engine & JOIN if we changed subquery Item (Bug #3646)
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index aa3e81fd9c9..557c037c799 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -371,6 +371,7 @@ public: void print(String *str); ulong init_prepare_fake_select_lex(THD *thd); + int change_result(select_subselect *result, select_subselect *old_result); friend void mysql_init_query(THD *thd); friend int subselect_union_engine::exec(); |