diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-02-15 18:08:08 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-02-15 18:08:08 +0100 |
commit | 99d7b312a148a01934d9cb2cc208eaabca816ae8 (patch) | |
tree | f04a1c26fabcc5463aca51a860f03131e02d94f7 /sql/sql_union.cc | |
parent | cb6bdec4d6f7b66ff6b0be7fe4b3398da9fc780d (diff) | |
parent | 5f2a537ad4a1a8acc2e77411391a24bc3288ef50 (diff) | |
download | mariadb-git-99d7b312a148a01934d9cb2cc208eaabca816ae8.tar.gz |
5.3.4 merge
Diffstat (limited to 'sql/sql_union.cc')
-rw-r--r-- | sql/sql_union.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_union.cc b/sql/sql_union.cc index 584ebd904a8..9b6d3a8dda5 100644 --- a/sql/sql_union.cc +++ b/sql/sql_union.cc @@ -964,6 +964,7 @@ bool st_select_lex::cleanup() } non_agg_fields.empty(); inner_refs_list.empty(); + exclude_from_table_unique_test= FALSE; DBUG_RETURN(error); } |