diff options
author | unknown <konstantin@mysql.com> | 2004-10-14 02:54:44 +0400 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2004-10-14 02:54:44 +0400 |
commit | 55c1b794592341b13f52818c1bc4d281d690cabd (patch) | |
tree | 11f1937b05f029ca490f9ac832e4301ba5cd43a3 /sql/sql_class.h | |
parent | 7b1f818d913f4ff96c2e33a7ffc4f3ad688374a5 (diff) | |
parent | 54b00f5453b49047142d59da21e19d607f4b208e (diff) | |
download | mariadb-git-55c1b794592341b13f52818c1bc4d281d690cabd.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/media/sda1/mysql/mysql-4.1-5985
sql/sql_class.h:
Auto merged
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 50b0c566c89..aea31f7db54 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -582,12 +582,6 @@ public: void restore_backup_statement(Statement *stmt, Statement *backup); /* return class type */ virtual Type type() const; - - /* - Cleanup statement parse state (parse tree, lex) after execution of - a non-prepared SQL statement. - */ - void end_statement(); }; @@ -1063,6 +1057,12 @@ public: void nocheck_register_item_tree_change(Item **place, Item *old_value, MEM_ROOT *runtime_memroot); void rollback_item_tree_changes(); + + /* + Cleanup statement parse state (parse tree, lex) and execution + state after execution of a non-prepared SQL statement. + */ + void end_statement(); }; /* Flags for the THD::system_thread (bitmap) variable */ |