summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index aaa81fbe165..f25689aa512 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -565,12 +565,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();
};
@@ -1064,6 +1058,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 */