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
..
2025-02-12 13:37:03 +01:00
2023-07-20 11:54:52 +02:00
2025-02-18 04:51:16 +01:00
2025-02-18 04:51:16 +01:00
2025-04-02 10:15:08 +03:00
2025-03-28 02:53:59 +01:00
2024-04-03 10:04:40 +03:00
2025-02-12 12:25:09 +01:00
2024-06-19 14:09:11 +02:00
2025-04-02 04:50:11 +02:00
2025-05-20 12:33:36 +02:00
2025-05-20 12:33:36 +02:00
2025-05-20 20:59:10 +02:00
2025-05-20 20:59:10 +02:00
2022-03-25 10:04:15 +02:00
2025-04-02 04:29:40 +02:00
2025-04-02 04:29:40 +02:00
2025-02-12 11:30:14 +01:00
2025-05-22 09:22:55 +02:00
2024-09-01 03:01:37 +02:00
2025-04-29 13:53:16 +10:00
2025-02-12 13:37:03 +01:00
2023-07-20 11:54:52 +02:00
2025-02-12 13:37:03 +01:00
2023-07-20 11:54:52 +02:00
2025-02-12 13:37:03 +01:00
2025-02-12 11:30:14 +01:00
2025-02-12 13:37:03 +01:00
2023-07-20 11:54:52 +02:00
2025-02-12 13:37:03 +01:00
2023-07-20 11:54:52 +02:00
2025-02-12 13:37:03 +01:00
2025-04-29 13:53:16 +10:00
2025-02-26 18:19:28 +01:00
2025-04-29 13:53:16 +10:00
2025-04-29 13:53:16 +10:00
2025-02-12 12:25:09 +01:00
2025-04-02 04:29:34 +02:00
2023-07-20 11:54:52 +02:00
2025-04-29 13:53:16 +10:00
2020-09-17 12:55:06 +03:00
2025-04-02 04:29:34 +02:00
2025-02-12 13:37:03 +01:00
2024-08-04 17:54:05 +02:00
2025-02-12 12:25:09 +01:00
2025-02-12 12:25:09 +01:00
2019-08-28 09:19:24 +03:00
2024-09-01 02:58:27 +02:00
2020-09-21 12:29:00 +03:00
2024-07-08 23:36:21 +02:00
2023-12-21 18:45:57 +01:00
2019-08-28 09:19:24 +03:00
2025-04-02 04:29:34 +02:00
2021-04-06 15:33:13 +03:00
2025-04-02 04:29:34 +02:00
2025-04-02 04:29:34 +02:00
2025-02-12 12:25:09 +01:00
2025-02-12 12:25:09 +01:00
2025-04-29 13:53:16 +10:00
2025-02-12 13:37:03 +01:00
2025-05-20 20:59:10 +02:00
2019-08-28 09:19:24 +03:00
2024-07-08 23:36:21 +02:00
2019-08-28 09:19:24 +03:00
2024-07-08 23:36:21 +02:00
2025-02-12 12:25:09 +01:00
2025-07-31 20:55:47 +02:00
2023-01-17 14:08:28 +02:00
2024-11-06 04:59:10 +01:00
2025-04-02 04:50:30 +02:00