diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2011-12-07 19:21:51 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2011-12-07 19:21:51 +0400 |
commit | a1b4eadf89a3940b80a6ed0eadd15ba456c2fa7a (patch) | |
tree | 8664c11cf07a219d231a375fdb7e8b464ae1408d /sql/item_subselect.h | |
parent | 8e25dcfcd7bc1ccf9d65b2f12eba4543ed1bf9f4 (diff) | |
download | mariadb-git-a1b4eadf89a3940b80a6ed0eadd15ba456c2fa7a.tar.gz |
BUG#868908: Crash in check_simple_equality() with semijoin + materialization + prepared statement
- Part2: safety and code cleanup
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r-- | sql/item_subselect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h index ae096ac1a39..880b505a8d1 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -491,7 +491,7 @@ public: :Item_exists_subselect(), left_expr_cache(0), first_execution(TRUE), abort_on_null(0), in_strategy(SUBS_NOT_TRANSFORMED), optimizer(0), pushed_cond_guards(NULL), func(NULL), emb_on_expr_nest(NULL), - is_jtbm_merged(FALSE), + is_jtbm_merged(FALSE), is_jtbm_const_tab(FALSE), upper_item(0) {} void cleanup(); |