summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/disabled.def
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-11429 Increase number of max table_open_cache instancesMonty2016-12-021-1/+0
| | | | | | | | | Increase max number of possible table_open_cache instances from 512K to 1024K. This only affects user who are trying to set the variable over the old limit. Delete not used test table_open_cache_instances_basic (Need to be added back and rewritten in 10.2)
* MDEV-8298 sys_vars.all_vars fails in -DWITH_WSREP=OFF buildSergei Golubchik2015-06-271-0/+1
| | | | | | | Disable sys_vars.all_vars test. There's no need to write boilerplate tests for every new system variable, our INFORMATION_SCHEMA.SYSTEM_VARIABLES and sysvar_* tests are now used to show all basic properties of all variables.
* MDEV-5277 - Ensure that all MySQL 5.6 options are supported by theSergey Vojtovich2013-11-251-1/+1
| | | | MariaDB 10.0 server
* merge with mysql-5.5.30 minus few incorrect or not applicable changesetsSergei Golubchik2013-02-281-1/+0
|
* merged with XtraDB 1.1.8-26.0Sergei Golubchik2012-06-151-0/+1
|
* another fix for --innodb-trx* name conflictSergei Golubchik2012-03-141-0/+3
|
* overlay support for mysql-test-run and mysqltestSergei Golubchik2012-02-231-0/+11
mysql-test-run auto-disables all optional plugins. mysql-test/include/default_client.cnf: no @OPT.plugindir anymore mysql-test/include/default_mysqld.cnf: don't disable plugins manually - mtr can do it better mysql-test/suite/innodb/t/innodb_bug47167.test: mtr now uses suite-dir as an include path mysql-test/suite/innodb/t/innodb_file_format.test: mtr now uses suite-dir as an include path mysql-test/t/partition_binlog.test: this test uses partitions storage/example/mysql-test/mtr/t/source.result: update results. as mysqltest includes the correct overlayed include storage/innobase/handler/ha_innodb.cc: the assert is wrong