1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Merge 10.5 into 10.6

This commit is contained in:
Marko Mäkelä
2023-09-11 14:46:39 +03:00
98 changed files with 1125 additions and 22817 deletions

View File

@ -0,0 +1 @@
--innodb-page-size=16k

View File

@ -0,0 +1 @@
--innodb-page-size=32k

View File

@ -0,0 +1 @@
--innodb-page-size=4k

View File

@ -0,0 +1 @@
--innodb-page-size=64k

View File

@ -0,0 +1 @@
--innodb-page-size=8k

View File

@ -0,0 +1,9 @@
--source include/have_compress.inc
# Test that the system is using the default/standard bzip library.
# If not, we have to skip the test as the compression lengths displayed
# in the test will not match the results from used compression library.
if (`select length(COMPRESS(space(5000))) != 33`) {
skip Test skipped as standard bzip is needed;
}