mariadb/tpool
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
..
aio_libaio.cc Merge branch '11.4' into 11.8 2025-07-28 21:29:29 +02:00
aio_liburing.cc Merge branch '11.4' into 11.8 2025-07-28 21:29:29 +02:00
aio_linux.cc MDEV-36482: Make libaio work WITH_MSAN=ON 2025-06-26 10:05:36 +03:00
aio_simulated.cc MDEV-36234: Add innodb_linux_aio 2025-06-23 13:51:52 +03:00
aio_win.cc MDEV-36234: Add innodb_linux_aio 2025-06-23 13:51:52 +03:00
CMakeLists.txt MDEV-36234: Add innodb_linux_aio 2025-06-23 13:51:52 +03:00
task.cc MDEV-24512 fixup: Remove after_task_callback 2021-09-14 16:23:23 +03:00
task_group.cc MDEV-32841 Provide Innodb async IO statistics 2024-02-28 13:31:19 +01:00
tpool.h Merge branch '11.4' into 11.8 2025-07-28 21:29:29 +02:00
tpool_generic.cc Merge branch '11.8' into 12.0 2025-07-31 20:55:47 +02:00
tpool_structs.h MDEV-32841 Use chrono::duration<double> instead of chrono::duration<float> 2024-02-28 13:31:19 +01:00
tpool_win.cc MDEV-36234: Add innodb_linux_aio 2025-06-23 13:51:52 +03:00
wait_notification.cc tpool - misc fixes 2020-01-12 21:34:59 +01:00