mariadb/win/packaging
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
..
ca Merge branch '11.8' into 12.0 2025-05-22 09:22:55 +02:00
CMakeLists.txt Windows : support Wix toolset 3.14 2024-09-27 14:43:32 +02:00
ComponentsIgnore.cmake MDEV-33474 Windows packaging - install runtime dependencies 2025-04-16 13:22:28 +02:00
COPYING.rtf Follow-up to changing FSF address 2019-05-11 18:30:45 +03:00
CPackWixConfig.cmake Merge branch '11.8' into 12.0 2025-05-22 09:22:55 +02:00
CPackZIPConfig.cmake MDEV-32252 addendum - refactor CPackWixConfig.cmake 2023-10-04 09:30:01 +02:00
CPackZIPDebugInfoConfig.cmake MDEV-15088 Lighter version of Windows Zip distributions 2018-09-14 20:54:54 +01:00
CPackZIPTestConfig.cmake MDEV-26514 Option to build a separate test zip package on Windows 2021-08-31 21:13:13 +03:00
create_msi.cmake MDEV-36938 Fix MSI install failure when ADDLOCAL omits required runtime 2025-06-10 14:23:31 +02:00
extra.wxs.in Merge branch '11.8' into 12.0 2025-07-31 20:55:47 +02:00
heidisql.cmake Merge branch '10.6' into 10.11 2025-07-28 18:06:31 +02:00
heidisql.wxi.in MDEV-26235 Install 64bit heidisql on 64bit Windows 2025-07-07 13:07:42 +02:00
heidisql_feature.wxi.in MDEV-26235 Install 64bit heidisql on 64bit Windows 2025-07-07 13:07:42 +02:00
mysql_server.wxs.in Merge 10.5 into 10.6 2021-09-11 17:55:27 +03:00
WixUIBannerBmp.jpg MDEV-14446 Windows installer still uses the old brown logo 2018-01-18 16:15:18 +00:00
WixUIDialogBmp.jpg MDEV-14446 followup 2018-01-18 16:42:11 +00:00