mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-34150 Assertion failure in Diagnostics_area::set_error_status upon binary logging hitting tmp space limit
- Moved writing to binlog_cache from close_thread_tables() to binlog_commit(). - In select_create() delete cached row events instead of flushing them to disk. This was done to avoid possible disk write error in this code.
This commit is contained in:
@@ -3279,7 +3279,8 @@ public:
|
||||
binlog_flush_pending_rows_event(stmt_end, TRUE));
|
||||
}
|
||||
int binlog_flush_pending_rows_event(bool stmt_end, bool is_transactional);
|
||||
|
||||
void binlog_remove_rows_events();
|
||||
uint has_pending_row_events();
|
||||
bool binlog_need_stmt_format(bool is_transactional) const
|
||||
{
|
||||
if (!log_current_statement())
|
||||
|
Reference in New Issue
Block a user