summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/r
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2019-06-26 19:47:56 +0300
committerMonty <monty@mariadb.org>2019-06-26 20:41:44 +0300
commitbb702c2e4c24632678b548ee1515c6a5b8173808 (patch)
treebd64260ee7accea4a61dc73dc19eb07d6db69b19 /mysql-test/suite/sys_vars/r
parent4dbe6776fba6dba0244ec4c82e5920be664a65b7 (diff)
downloadmariadb-git-bb702c2e4c24632678b548ee1515c6a5b8173808.tar.gz
Limit minium aria_block_size to 4096
MDEV-19585 Assertion with S3 table and flush_tables The limit has to be increased so that MariaDB can create system tables. It should not have any notable impact on performance. There should not be any notable performance differences between 1K and 4K, especially for temporary tables. In most cases using bigger blocks is also faster (with the possible exception of doing key reads of not fixed length keys).
Diffstat (limited to 'mysql-test/suite/sys_vars/r')
-rw-r--r--mysql-test/suite/sys_vars/r/sysvars_aria.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/sys_vars/r/sysvars_aria.result b/mysql-test/suite/sys_vars/r/sysvars_aria.result
index 6516260a05d..4fdb82f8510 100644
--- a/mysql-test/suite/sys_vars/r/sysvars_aria.result
+++ b/mysql-test/suite/sys_vars/r/sysvars_aria.result
@@ -9,7 +9,7 @@ DEFAULT_VALUE 8192
VARIABLE_SCOPE GLOBAL
VARIABLE_TYPE BIGINT UNSIGNED
VARIABLE_COMMENT Block size to be used for Aria index pages.
-NUMERIC_MIN_VALUE 1024
+NUMERIC_MIN_VALUE 4096
NUMERIC_MAX_VALUE 32768
NUMERIC_BLOCK_SIZE 1024
ENUM_VALUE_LIST NULL