MariaDB-server/cmake
Sergei Golubchik aab83aecdc
Some checks failed
Build on Windows ARM64 / build (push) Has been cancelled
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
..
build_configurations Merge branch '11.4' into 11.8 2025-07-28 21:29:29 +02:00
Internal/CPack
os Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
3rdparty_info.cmake MDEV-36398 Extend SBOM with 'license' and 'copyright' 2025-04-23 11:33:43 +03:00
abi_check.cmake
aws_sdk.cmake MDEV-30831 Cannot compile AWS KMS Plugin 2025-06-10 15:18:28 +02:00
build_depends.cmake
character_sets.cmake
check_compiler_flag.cmake
check_linker_flag.cmake
compile_flags.cmake
configurable_file_content.in
configure.pl
cpack_deb.cmake
cpack_rpm.cmake Merge remote-tracking branch 'github/bb-11.4-release' into bb-11.8-serg 2025-04-27 19:40:00 +02:00
cpack_source_ignore_files.cmake
cpack_tgz.cmake
cpu_info.cmake
create_initial_db.cmake
ctest.cmake
do_abi_check.cmake
dtrace_prelink.cmake
dtrace.cmake Replace deprecated CMAKE_COMPILER_IS_GNU(CC|CXX) with CMAKE_(C|CXX)_COMPILER_ID 2025-06-03 18:16:35 +10:00
FindBISON.cmake
FindGit.cmake
FindJava.cmake
FindJNI.cmake
FindLIBAIO.cmake
FindLZ4.cmake
FindLZO.cmake
FindSnappy.cmake
FindURING.cmake
FindZSTD.cmake
for_clients.cmake
generate_sbom.cmake Merge branch '11.8' into 12.0 2025-05-22 09:22:55 +02:00
generate_submodule_info.cmake MDEV-34979 generate SBOM from server builds 2025-01-15 14:37:43 +01:00
info_bin.cmake
info_macros.cmake.in
info_src.cmake
install_layout.cmake
install_macros.cmake MDEV-36904 Improve runtime DLL packaging on Windows 2025-06-18 23:42:02 +02:00
jemalloc.cmake
libfmt.cmake new libfmt 2025-04-20 21:54:17 +02:00
libutils.cmake better disable lto for libmysqld_exports.cc 2024-10-17 21:37:37 +02:00
maintainer.cmake Merge branch '10.11' into 11.4 2025-06-17 09:50:22 +02:00
make_dist.cmake.in MDEV-34979 generate SBOM from server builds 2025-01-15 14:37:43 +01:00
mariadb_connector_c.cmake Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
merge_archives_unix.cmake Fix remaining typos 2025-04-29 11:18:00 +10:00
misc.cmake
mysql_add_executable.cmake MDEV-33474 Windows packaging - install runtime dependencies 2025-04-16 13:22:28 +02:00
mysql_version.cmake
numa.cmake
package_name.cmake
pcre.cmake Merge branch '10.5' into 10.6 2025-03-31 12:12:50 +02:00
plugin.cmake Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
readline.cmake
sbom.json.in MDEV-36398 Extend SBOM with 'license' and 'copyright' 2025-04-23 11:33:43 +03:00
sign.cmake.in
ssl.cmake
submodules.cmake
symlinks.cmake
systemd.cmake MDEV-37092 galera_new_cluster installed under WITH_WSREP=OFF 2025-07-07 08:06:33 +03:00
tags.cmake
versioninfo.rc.in
win_compatibility.manifest
wsrep.cmake MDEV-36839: Revert MDEV-7409 2025-07-22 10:05:24 -06:00
zlib.cmake