1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge branch '10.7' into 10.8

This commit is contained in:
Oleksandr Byelkin
2022-02-04 14:50:25 +01:00
907 changed files with 20182 additions and 6211 deletions

View File

@@ -1234,7 +1234,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*/);
};
@@ -5381,9 +5381,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()