mariadb/sql-common
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
..
client.c Merge branch '11.8' into 12.0 2025-07-31 20:55:47 +02:00
client_plugin.c MDEV-31855 validate ssl certificates using client password in the internal client 2024-02-04 22:19:19 +01:00
conf_to_src.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
errmsg.c Update my_snprintf’s last loose ends to suffixes 2025-02-12 10:17:44 +01:00
my_time.c MDEV-31334: Consider dates ending in 'T' as malformed 2025-04-15 14:39:42 +03:00
my_user.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
pack.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00