mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
627c6e812b
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.
15 lines
569 B
Modula-2
15 lines
569 B
Modula-2
##############################################################################
|
|
#
|
|
# List the test cases that are to be disabled temporarily.
|
|
#
|
|
# Separate the test case name and the comment with ':'.
|
|
#
|
|
# <testcasename> : BUG#<xxxx> <date disabled> <disabler> <comment>
|
|
#
|
|
# Do not use any TAB characters for whitespace.
|
|
#
|
|
##############################################################################
|
|
|
|
innodb_flush_checkpoint_debug_basic: removed from XtraDB-26.0
|
|
table_open_cache_instances_basic: no such variable in MariaDB
|
|
all_vars: obsolete, see sysvars_* tests
|