mirror of
https://github.com/MariaDB/server.git
synced 2025-02-14 09:25:35 +01:00
![Teemu Ollakka](/assets/img/avatar_default.png)
An assertion `server_state_.rollback_mode() == wsrep::server_state::rm_async` fired in before_command() when - thread-handling was set to pool-of-threads and - a BF abort happened between client session calls to wait_rollback_complete_and_acquire_ownership() and before_command(). This commit introduces a test case to reproduce the crash and updates wsrep-lib submodule to fixed version.
4 lines
72 B
INI
4 lines
72 B
INI
!include ../galera_2nodes.cnf
|
|
|
|
[mysqld]
|
|
thread-handling=pool-of-threads
|