mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.6' into 10.7
This commit is contained in:
@@ -1232,7 +1232,7 @@ public:
|
||||
|
||||
void free_items();
|
||||
/* Close the active state associated with execution of this statement */
|
||||
virtual void cleanup_stmt(bool /*restore_set_statement_vars*/);
|
||||
virtual bool cleanup_stmt(bool /*restore_set_statement_vars*/);
|
||||
};
|
||||
|
||||
|
||||
@@ -5374,9 +5374,9 @@ public:
|
||||
thr_timer_end(&query_timer);
|
||||
#endif
|
||||
}
|
||||
void restore_set_statement_var()
|
||||
bool restore_set_statement_var()
|
||||
{
|
||||
main_lex.restore_set_statement_var();
|
||||
return main_lex.restore_set_statement_var();
|
||||
}
|
||||
/* Copy relevant `stmt` transaction flags to `all` transaction. */
|
||||
void merge_unsafe_rollback_flags()
|
||||
|
Reference in New Issue
Block a user