automerge
This commit is contained in:
commit
70f6351ba9
@ -10,6 +10,17 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
|
# Bug#37746 - Arithmetic range ("int") is smaller than expected
|
||||||
|
# This code is in place to ensure this test is only skipped
|
||||||
|
# for the Win64 platform
|
||||||
|
if(`SELECT CONVERT(@@version_compile_os using latin1) IN ("Win64")`)
|
||||||
|
{
|
||||||
|
--skip Bug#37746 2009-07-07 pcrews Arithmetic range ("int") is smaller than expected
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# This test cannot be used for the embedded server because we check here
|
# This test cannot be used for the embedded server because we check here
|
||||||
# privileges.
|
# privileges.
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
|
@ -11,3 +11,5 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
rpl_cross_version : Bug#42311 2009-03-27 joro rpl_cross_version fails on macosx
|
rpl_cross_version : Bug#42311 2009-03-27 joro rpl_cross_version fails on macosx
|
||||||
|
rpl_init_slave : Bug#44920 2009-07006 pcrews MTR2 is not processing master.opt input properly on Windows. *Must be done this way due to the nature of the bug*
|
||||||
|
|
||||||
|
@ -1,9 +1,3 @@
|
|||||||
if(`SELECT CONVERT(@@version_compile_os using latin1) IN ("Win32", "Win64", "Windows")`)
|
|
||||||
{
|
|
||||||
--skip Bug#44920 2009-05-18 pcrews MTR2 is not processing master.opt input properly on Windows
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
source include/master-slave.inc;
|
source include/master-slave.inc;
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -12,3 +12,5 @@
|
|||||||
kill : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild.
|
kill : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild.
|
||||||
innodb_bug39438 : Bug#42383 2009-01-28 lsoares "This fails in embedded and on windows. Note that this test is not run on windows and on embedded in PB for main trees currently"
|
innodb_bug39438 : Bug#42383 2009-01-28 lsoares "This fails in embedded and on windows. Note that this test is not run on windows and on embedded in PB for main trees currently"
|
||||||
query_cache_28249 : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically
|
query_cache_28249 : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically
|
||||||
|
init_connect : Bug#44920 2009-07-06 pcrews MTR not processing master.opt input properly on Windows. *Must be done this way due to the nature of the bug*
|
||||||
|
|
||||||
|
@ -2,11 +2,6 @@
|
|||||||
# Test of init_connect variable
|
# Test of init_connect variable
|
||||||
#
|
#
|
||||||
|
|
||||||
if(`SELECT CONVERT(@@version_compile_os using latin1) IN ("Win32", "Win64", "Windows")`)
|
|
||||||
{
|
|
||||||
--skip Bug#44920 2009-05-18 pcrews MTR2 is not processing master.opt input properly on Windows
|
|
||||||
}
|
|
||||||
|
|
||||||
# should work with embedded server after mysqltest is fixed
|
# should work with embedded server after mysqltest is fixed
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user