diff options
author | Gleb Shchepa <gshchepa@mysql.com> | 2008-10-09 20:57:41 +0500 |
---|---|---|
committer | Gleb Shchepa <gshchepa@mysql.com> | 2008-10-09 20:57:41 +0500 |
commit | ac1c5f5046304bd09224cd9702a06f73b755fb68 (patch) | |
tree | 31d8d391b64b679bf2edfbcefbde5f071fb5e59c /sql/sql_union.cc | |
parent | 90e054191532d772dffd802706c0d4909e1cc5d4 (diff) | |
parent | 0b38c93d6e1cc66eb798a59be817f744936b1505 (diff) | |
download | mariadb-git-ac1c5f5046304bd09224cd9702a06f73b755fb68.tar.gz |
manual merge 5.0-5.1.29-rc --> 5.1-5.1.29-rc
Diffstat (limited to 'sql/sql_union.cc')
-rw-r--r-- | sql/sql_union.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_union.cc b/sql/sql_union.cc index 5f7e3c5b620..2f3282f58f6 100644 --- a/sql/sql_union.cc +++ b/sql/sql_union.cc @@ -399,7 +399,6 @@ bool st_select_lex_unit::prepare(THD *thd_arg, select_result *sel_result, } else { - DBUG_ASSERT(!thd->stmt_arena->is_conventional()); /* We're in execution of a prepared statement or stored procedure: reset field items to point at fields from the created temporary table. |