mariadb/storage/csv
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
..
CMakeLists.txt Update FSF Address 2019-05-11 21:29:06 +03:00
ha_tina.cc Merge branch '11.8' into 12.0 2025-07-31 20:55:47 +02:00
ha_tina.h cleanup: key algorithm vs key flags 2024-11-05 14:00:47 -08:00
transparent_file.cc cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
transparent_file.h perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00