mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
88ece282f5
Added --use-threads option for porting to Windows. client/mysqlslap.c: Addinng thread option for porting to windows (second piece of code) Also added flush call to fix one bug mysql-test/r/mysqlslap.result: New results mysql-test/t/disabled.def: Bug 16167 should not be fixed mysql-test/t/mysqlslap.test: Added test for new use-threads option
23 lines
876 B
Modula-2
23 lines
876 B
Modula-2
##############################################################################
|
|
#
|
|
# List the test cases that are to be disabled temporarily.
|
|
#
|
|
# Separate the test case name and the comment with ':'.
|
|
#
|
|
# <testcasename> : Comment test
|
|
#
|
|
# Do not use any TAB characters for whitespace.
|
|
#
|
|
##############################################################################
|
|
|
|
sp-goto : GOTO is currently is disabled - will be fixed in the future
|
|
rpl_bit_npk : Bug #13418
|
|
func_group : Bug #15448
|
|
func_math : Bug #15448
|
|
group_min_max : Bug #15448
|
|
innodb_concurrent : Results are not deterministic, Elliot will fix (BUG#3300)
|
|
subselect : Bug#15706
|
|
type_time : Bug#15805
|
|
rpl_ddl : Bug#15963 SBR does not show "Definer" correctly
|
|
events : Affects flush test case. A table lock not released somewhere
|
|
rpl_sp : Bug #16456
|