mariadb/mysql-test/suite/galera/t/mdev_21718.cnf
Teemu Ollakka 1e2a4ed7ed MDEV-21718 Assertion in wsrep::client_state::before_command().
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.
2020-07-24 13:26:21 +03:00

4 lines
72 B
INI

!include ../galera_2nodes.cnf
[mysqld]
thread-handling=pool-of-threads