Bug#37746: Arithmetic range ("int") is smaller than expected

Added code to the .test file to skip this test on Win64 for PB2 stability.
Please remove this code when the bug is fixed.
This commit is contained in:
Patrick Crews 2009-07-07 10:19:38 -04:00
parent 6cd71817bd
commit 88d3a44b8f

View File

@ -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
# privileges.
--source include/not_embedded.inc