mariadb/storage/rocksdb/mysql-test/rocksdb_rpl
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 from MyRocks upstream: 2019-06-16 00:28:33 +03:00
r fix incorrect merge 15700f54c2 (part 2) rocksdb_rpl.rpl_xa 2025-07-10 10:13:39 +10:00
t Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
combinations Revert "MDEV-30610 Update RocksDB to v8.1.1" 2023-09-30 14:12:55 +02:00
my.cnf Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
rpl_1slave_base.cnf test.cnf files should !include default_my.cnf 2024-02-03 11:22:20 +01:00
suite.opt Test cleanup related to MDEV-12501 2017-12-16 15:34:48 +00:00
suite.pm Revert "MDEV-30610 Update RocksDB to v8.1.1" 2023-09-30 14:12:55 +02:00