mariadb/debian/additions
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
..
innotop Merge 10.11 into 11.0 2023-06-08 13:49:48 +03:00
mariadb.conf.d MDEV-31134: sync galera settings with KB doc 2025-04-22 14:50:54 +02:00
debian-start Merge branch '10.11 into 11.4 2025-01-30 12:01:11 +01:00
debian-start.inc.sh MDEV-36815 Fresh MariaDB 11.4 installation gives errors when configuring utf8 2025-07-17 09:18:17 +02:00
echo_stderr MDEV-6284: Import most of downstream Debian packaging 2016-10-27 18:42:16 +03:00
mariadb-report Merge 10.5 into 10.6 2023-01-03 18:13:11 +02:00
mariadb-report.1 Deb: Rename mysqlreport to mariadb-report, fix regression in 9e1b3af4a 2020-04-23 10:07:07 +03:00
mariadb.cnf Unify config syntax in default files 2020-08-01 10:31:41 +10:00
source_mariadb.py Merge branch '10.6' into 10.11 2024-07-22 15:14:50 +02:00