mariadb/mysys/crc32
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
..
clang_workaround.h MDEV-22641: Provide SIMD optimized wrapper for zlib crc32() (#1558) 2020-06-01 11:34:06 +03:00
crc32_arm64.c Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
crc32_ppc64.c MDEV-19935 Create unified CRC-32 interface 2020-09-17 16:07:37 +02:00
crc32_x86.c Fix typos in C comments in miscellaneous files 2025-03-24 13:36:28 +11:00
crc32c.cc Enable use of elf_aux_info() to detect CPU features on aarch64 and powerpc64 2025-06-14 17:39:01 +10:00
crc32c_amd64.cc MDEV-34321: call to crc32c_3way through pointer to incorrect function type 2024-06-07 13:51:46 +03:00
crc32c_ppc.c MDEV-19935 Create unified CRC-32 interface 2020-09-17 16:07:37 +02:00
crc32c_ppc.h MDEV-33817 preparation: Restructuring and unit tests 2024-05-03 13:06:13 +03:00
crc32c_x86.cc MDEV-37170 Enable AVX10.1 CRC-32 on GCC 16 2025-07-07 09:30:34 +03:00
crc_ppc64.h Fix typos in C comments in miscellaneous files 2025-03-24 13:36:28 +11:00
pcc_crc32_constants.h MDEV-22641: Provide SIMD optimized wrapper for zlib crc32() (#1558) 2020-06-01 11:34:06 +03:00
pcc_crc32c_constants.h MDEV-22641: Provide SIMD optimized wrapper for zlib crc32() (#1558) 2020-06-01 11:34:06 +03:00