Commit 88d3a44b authored by Patrick Crews's avatar Patrick Crews

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.
parent 6cd71817
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment