mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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:
@ -20,7 +20,7 @@
|
||||
#
|
||||
# $binlog_start
|
||||
# Position for the 'FROM' clause of SHOW BINLOG EVENTS. If none
|
||||
# given, starts right after the Binlog_checkpoint_log_even.
|
||||
# given, starts right after the Binlog_checkpoint_log_event.
|
||||
#
|
||||
# $binlog_limit
|
||||
# Limit for the 'LIMIT' clause of SHOW BINLOG EVENTS, i.e.:
|
||||
|
Reference in New Issue
Block a user