summaryrefslogtreecommitdiff
path: root/mysql-test/main/mysqld--help.result
diff options
context:
space:
mode:
authorSergei Petrunia <psergey@askmonty.org>2019-02-17 22:46:10 +0300
committerSergei Petrunia <psergey@askmonty.org>2019-02-18 13:37:57 +0300
commit15a77a1a2ce2d9608101e8f440580c23d9508c54 (patch)
treed065a1c74091e8e595f21084a6cf09ee21df176a /mysql-test/main/mysqld--help.result
parent19c6a7bbd75d8a72716ecba3aa32d4e9f13daebb (diff)
downloadmariadb-git-15a77a1a2ce2d9608101e8f440580c23d9508c54.tar.gz
MDEV-18608: Defaults for 10.4: histogram size should be set
Change the defaults: -histogram_size=0 +histogram_size=254 -histogram_type=SINGLE_PREC_HB +histogram_type=DOUBLE_PREC_HB Adjust the testcases: - Some have ignorable changes in EXPLAIN outputs and more counter increments due to EITS table reads. - Testcases that meaningfully depend on the old defaults are changed to use the old values.
Diffstat (limited to 'mysql-test/main/mysqld--help.result')
-rw-r--r--mysql-test/main/mysqld--help.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/main/mysqld--help.result b/mysql-test/main/mysqld--help.result
index f83bf1bf61e..5a6bb51b501 100644
--- a/mysql-test/main/mysqld--help.result
+++ b/mysql-test/main/mysqld--help.result
@@ -1462,8 +1462,8 @@ gtid-ignore-duplicates FALSE
gtid-pos-auto-engines
gtid-strict-mode FALSE
help TRUE
-histogram-size 0
-histogram-type SINGLE_PREC_HB
+histogram-size 254
+histogram-type DOUBLE_PREC_HB
host-cache-size 279
idle-readonly-transaction-timeout 0
idle-transaction-timeout 0