mariadb/mysql-test/suite/galera
Jan Lindström e913f4e11e MDEV-32024 : Galera library 26.4.16 fails with every server version
Problem was that total order isolation (TOI) is started before
we know sequence implementing storage engine. This led to
situation where table implementing persistent storate
for sequence in case of MyISAM was created on applier causing
errors later in test execution.

Therefore, in both CREATE SEQUENCE and ALTER TABLE to implementing
persistent storage we need to check implementing storage engine
after open_tables and this check must be done in both master
and applier, because if implementing storage engine is MyISAM
it does not support rollback.

Added tests to make sure that if sequence implementing storage
engine is MyISAM or we try to alter it to MyISAM user gets error
and changes are not replicated.

Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
2023-10-21 10:11:16 +02:00
..
include MDEV-27912 Fixing inconsistency w.r.t. expect files in tests. 2023-03-22 11:55:57 +11:00
r MDEV-32024 : Galera library 26.4.16 fails with every server version 2023-10-21 10:11:16 +02:00
t MDEV-32024 : Galera library 26.4.16 fails with every server version 2023-10-21 10:11:16 +02:00
disabled.def MDEV-32024 disable failing test 2023-10-11 12:03:21 +02:00
galera_2nodes.cnf MDEV-28377: galera_as_slave_nonprim bind: Address already in use 2022-04-26 20:44:20 +02:00
galera_2nodes_as_master.cnf MDEV-28377: galera_as_slave_nonprim bind: Address already in use 2022-04-26 20:44:20 +02:00
galera_2nodes_as_slave.cnf MDEV-28377: galera_as_slave_nonprim bind: Address already in use 2022-04-26 20:44:20 +02:00
galera_3nodes_as_slave.cnf MDEV-28377: galera_as_slave_nonprim bind: Address already in use 2022-04-26 20:44:20 +02:00
galera_4nodes.cnf MDEV-28377: galera_as_slave_nonprim bind: Address already in use 2022-04-26 20:44:20 +02:00
my.cnf cleanup: remove galera/wsrep magic from mtr 2014-10-01 23:38:27 +02:00
suite.pm MDEV-25719: stunnel uses "verifyChain" without subject checks 2021-05-21 13:09:58 +02:00