mariadb/storage/innobase/row
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
..
row0ext.cc Merge 10.3 into 10.4 2020-07-02 07:39:33 +03:00
row0ftsort.cc Fix typos in C comments inside storage/ 2025-03-26 16:56:50 +04:00
row0import.cc Fix typos in C comments inside storage/ 2025-03-26 16:56:50 +04:00
row0ins.cc Merge branch '11.8' into 12.0 2025-05-22 09:22:55 +02:00
row0log.cc Merge branch '11.4' into 11.8 2025-07-28 21:29:29 +02:00
row0merge.cc Merge branch '11.8' into 12.0 2025-06-18 07:50:39 +02:00
row0mysql.cc Merge branch '11.8' into 12.0 2025-06-18 07:50:39 +02:00
row0purge.cc Fix typos in C comments inside storage/ 2025-03-26 16:56:50 +04:00
row0quiesce.cc Merge branch '11.4' into 11.8 2025-06-18 07:43:24 +02:00
row0row.cc MDEV-35049: Use CRC-32C and avoid allocating heap 2025-01-10 16:39:44 +02:00
row0sel.cc Fix typos in C comments inside storage/ 2025-03-26 16:56:50 +04:00
row0uins.cc Merge 10.11 into 11.4 2025-03-03 11:07:56 +02:00
row0umod.cc Merge branch '10.11' into 11.4 2025-06-17 09:50:22 +02:00
row0undo.cc MDEV-32175: Reduce page_align(), page_offset() calls 2024-11-21 11:01:30 +02:00
row0upd.cc Merge branch '10.11' into 11.4 2025-06-17 09:50:22 +02:00
row0vers.cc Fix typos in C comments inside storage/ 2025-03-26 16:56:50 +04:00