mariadb/mysql-test/suite/galera
Sergei Golubchik aab83aecdc Merge branch '11.8' into 12.0
main/statistics_json.result is updated for f8ba5ced55 (MDEV-36099)

The test uses 'delete from t1' in many places and then populates
the table again. The natural order of rows in a MyISAM table is well
defined and the test was implicitly relying on that.

before f8ba5ced55 delete was deleting rows one by one, using
ha_myisam::delete_row() because the connection was stuck in rbr mode.
This caused rows to be shown in the reverse insertion order (because of
the delete link list).

MDEV-36099 fixes this bug and the server now correctly uses
ha_myisam::delete_all_rows(). This makes rows to be shown in the
insertion order as expected.
2025-07-31 20:55:47 +02:00
..
include Merge branch '10.5' into '10.6' 2025-04-02 04:43:24 +02:00
r Merge branch '11.8' into 12.0 2025-07-31 20:55:47 +02:00
t Merge branch '11.8' into 12.0 2025-07-31 20:55:47 +02:00
disabled.def MDEV-37257: unstable tests temporarily added to 'disabled' list 2025-07-17 15:42:59 +02:00
galera_2nodes.cnf Merge 10.11 into 11.4 2025-03-28 13:55:21 +02:00
galera_2nodes_as_master.cnf Merge 10.11 into 11.4 2025-03-28 13:55:21 +02:00
galera_2nodes_as_replica_2primary.cnf galera mtr tests: unification of wsrep provider settings 2025-02-12 13:37:03 +01:00
galera_2nodes_as_slave.cnf Merge 10.11 into 11.4 2025-03-28 13:55:21 +02:00
galera_2x2nodes.cnf Merge remote-tracking branch 'origin/11.2' into 11.4 2024-06-17 15:46:39 +04:00
galera_3nodes_as_slave.cnf Merge 10.11 into 11.4 2025-03-28 13:55:21 +02:00
galera_4nodes.cnf Merge 10.11 into 11.4 2025-03-28 13:55:21 +02:00
my.cnf Merged r3468 from maria-5.5-galera. 2014-03-27 08:22:29 -04:00
suite.pm galera mtr tests: synchronization between versions 2025-02-26 18:19:28 +01:00