1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-31 08:42:45 +03:00
Daniel Black deb365581b MDEV-23386: mtr: main.mysqld--help autosized table{-open,}-cach and max-connections
Example of the failure:
http://buildbot.askmonty.org/buildbot/builders/bld-p9-rhel7/builds/4417/steps/mtr/logs/stdio
```
main.mysqld--help 'unix'                 w17 [ fail ]
        Test ended at 2020-06-20 18:51:45

CURRENT_TEST: main.mysqld--help
--- /opt/buildbot-slave/bld-p9-rhel7/build/mysql-test/main/mysqld--help.result	2020-06-20 16:06:49.903604179 +0300
+++ /opt/buildbot-slave/bld-p9-rhel7/build/mysql-test/main/mysqld--help.reject	2020-06-20 18:51:44.886766820 +0300
@@ -1797,10 +1797,10 @@
 sync-relay-log-info 10000
 sysdate-is-now FALSE
 system-versioning-alter-history ERROR
-table-cache 421
+table-cache 2000
 table-definition-cache 400
-table-open-cache 421
-table-open-cache-instances 1
+table-open-cache 2000
+table-open-cache-instances 8
 tc-heuristic-recover OFF
 tcp-keepalive-interval 0
 tcp-keepalive-probes 0

mysqltest: Result length mismatch
```
mtr: table_open_cache_basic autosized:

Lets assume that >400 are available and that
we can set the result back to the start value.

All of these system variables are autosized and can
generate MTR output differences.

Closes #1527
2020-08-10 11:58:56 +02:00
..
2011-10-19 21:45:18 +02:00
2012-03-09 08:06:59 +01:00
2012-01-13 15:50:02 +01:00
2013-09-12 21:26:15 +02:00
2011-11-22 18:04:38 +01:00
2011-11-22 18:04:38 +01:00
2011-10-19 21:45:18 +02:00
2011-10-19 21:45:18 +02:00
2014-12-19 11:35:44 +01:00
2012-10-01 13:15:29 +02:00
2012-10-01 13:15:29 +02:00
2012-09-27 20:09:46 +02:00
2012-09-27 20:09:46 +02:00
2012-10-01 13:15:29 +02:00
2014-01-22 15:29:36 +01:00
2010-11-25 18:17:28 +01:00
2011-10-19 21:45:18 +02:00
2011-04-25 17:22:25 +02:00
2014-01-09 22:01:12 +02:00
2016-08-25 21:28:26 -04:00