mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
e17706eee2
FLUSH STATUS doesn't clear the values of the global status variables. The test case is reduced to testing session local Com-variables until FLUSH GLOBAL STATUS is implemented. mysql-test/r/status.result: Reduce test to testing session status until 'FLUSH GLOBAL STATUS' is implemented. mysql-test/t/disabled.def: Enable main.status.test. mysql-test/t/status.test: Reduce test to testing session status until 'FLUSH GLOBAL STATUS' is implemented.
18 lines
1,012 B
Modula-2
18 lines
1,012 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.
|
|
#
|
|
##############################################################################
|
|
federated_transactions : Bug#29523 Transactions do not work
|
|
ps_ddl : Bug#12093 2007-12-14 pending WL#4165 / WL#4166
|
|
csv_alter_table : Bug#33696 2008-01-21 pcrews no .result file - bug allows NULL columns in CSV tables
|
|
user_limits : Bug#23921 random failure of user_limits.test
|
|
key_buffer_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
rpl_recovery_rank_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
sort_buffer_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|