mariadb/unittest/mysys
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
..
aes-t.c MDEV-25785 Add support for OpenSSL 3.0 2022-07-04 12:49:11 +02:00
base64-t.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
bitmap-t.c Merge branch '10.6' into 10.11 2024-04-26 08:02:49 +02:00
byte_order-t.c Fixed compiler warnings from gcc 7.4.1 2020-01-29 23:23:55 +02:00
CMakeLists.txt Merge branch '11.4' into 11.8 2025-07-28 21:29:29 +02:00
crc32-t.c MDEV-33817 preparation: Restructuring and unit tests 2024-05-03 13:06:13 +03:00
dynamic_array-t.c MDEV-35683: add basic unit test for DYNAMIC_ARRAY 2024-12-20 11:07:53 +11:00
dynstring-t.c Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
lf-t.c Merge branch '11.4' into 11.8 2025-07-28 21:29:29 +02:00
ma_dyncol-t.c Change CHARSET_INFO character set and collaction names to LEX_CSTRING 2021-05-19 22:54:07 +02:00
my_atomic-t.c Shrink my_atomic.h and my_cpu.h scope 2020-04-15 22:23:03 +04:00
my_delete-t.c Cleanup Whitespace in unittest/ directory 2024-07-25 00:28:02 +10:00
my_getopt-t.c Merge 10.5 into 10.6 2024-04-17 14:14:58 +03:00
my_malloc-t.c Cleanup Whitespace in unittest/ directory 2024-07-25 00:28:02 +10:00
my_rdtsc-t.c Cleanup Whitespace in unittest/ directory 2024-07-25 00:28:02 +10:00
my_tzinfo-t.c MDEV-32189 Use icu for timezones on windows 2023-11-21 21:35:02 +01:00
my_vsnprintf-t.c Remove `%s` %b %M %T from my_vsnprintf` 2025-02-11 20:32:55 +01:00
queues-t.c Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
stack_allocation-t.c MDEV-35574 remove obsolete pthread_exit calls 2024-12-10 12:12:20 +11:00
stacktrace-t.c Fix typos in C comments in miscellaneous files 2025-03-24 13:36:28 +11:00
thr_template.c Merge branch '11.4' into 11.8 2025-07-28 21:29:29 +02:00
waiting_threads-t.c Merge branch '11.4' into 11.8 2025-07-28 21:29:29 +02:00