mariadb/mysql-test/suite/sysschema
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 MDEV-9077 - sysschema test suite. 2021-03-18 08:02:48 +01:00
r MDEV-34888 Implement SEMIJOIN() and SUBQUERY() hints 2025-05-05 12:02:47 +07:00
t Merge branch '11.8' into 12.0 2025-07-31 20:55:47 +02:00
disabled.def Merge 10.5 into 10.6 2023-12-19 18:41:42 +02:00
suite.opt MDEV-9077 - sysschema test suite. 2021-03-18 08:02:48 +01:00
suite.pm MDEV-9077 - sysschema test suite. 2021-03-18 08:02:48 +01:00