mariadb/storage/innobase/dict
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
..
dict0boot.cc Merge branch '10.11' into 11.1 2024-07-08 22:40:16 +02:00
dict0crea.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
dict0dict.cc Merge branch '11.4' into 11.8 2025-07-28 21:29:29 +02:00
dict0load.cc Merge remote-tracking branch 'github/bb-11.4-release' into bb-11.8-serg 2025-04-27 19:40:00 +02:00
dict0mem.cc Merge branch '10.6' into 10.11 2025-01-30 11:55:13 +01:00
dict0stats.cc Merge branch '11.8' into main 2025-04-18 17:11:01 +02:00
dict0stats_bg.cc Merge 10.11 into 11.4 2025-03-03 11:07:56 +02:00
drop.cc Merge branch '10.11 into 11.4 2025-01-30 12:01:11 +01:00