diff options
author | monty@mysql.com <> | 2004-12-19 20:25:19 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-12-19 20:25:19 +0200 |
commit | 6477b4dfd21d916de39d5cc107c8207fe24fe4b6 (patch) | |
tree | edce84855fbf08b0328dae28794074f565be89e6 /sql/sql_prepare.cc | |
parent | 2a215c17bb42c4f088418685f8128a9eb7370853 (diff) | |
download | mariadb-git-6477b4dfd21d916de39d5cc107c8207fe24fe4b6.tar.gz |
Merge with global tree
Fixed some found bugs in BIT fields
Added more test cases for BIT fields and varchar
Diffstat (limited to 'sql/sql_prepare.cc')
-rw-r--r-- | sql/sql_prepare.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_prepare.cc b/sql/sql_prepare.cc index 6d59d465445..8afefe3cae8 100644 --- a/sql/sql_prepare.cc +++ b/sql/sql_prepare.cc @@ -2041,10 +2041,7 @@ static void execute_stmt(THD *thd, Prepared_statement *stmt, thd->cleanup_after_query(); if (stmt->state == Item_arena::PREPARED) - { - thd->current_arena= thd; stmt->state= Item_arena::EXECUTED; - } DBUG_VOID_RETURN; } |