Commit 8d5dc3a5 authored by Patrick Crews's avatar Patrick Crews
Browse files

Bug#37380 - Test funcs_1.is_columns_myisam_embedded fails on OS X

Test was failing due to the addition of a '\x05' character in result sets
Latest builds of the server have shown this problem to have disappeared.
Removing code within the test that disables the test on Mac OS X.

Recommit due to tree error on earlier, approved patch.
parent 7553eece
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -10,11 +10,6 @@
# 2008-06-06 mleich Create this this variant for the embedded server.
#

let $value= query_get_value(SHOW VARIABLES LIKE 'version_compile_os',Value,1);
if (`SELECT '$value' LIKE 'apple-darwin%'`)
{
   skip Bug#37380 Test funcs_1.is_columns_myisam_embedded fails on OS X;
}
if (`SELECT VERSION() NOT LIKE '%embedded%'`)
{
   --skip Test requires: embedded server