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.
This commit is contained in:
parent
7553eecefd
commit
8d5dc3a5f5
@ -10,11 +10,6 @@
|
|||||||
# 2008-06-06 mleich Create this this variant for the embedded server.
|
# 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%'`)
|
if (`SELECT VERSION() NOT LIKE '%embedded%'`)
|
||||||
{
|
{
|
||||||
--skip Test requires: embedded server
|
--skip Test requires: embedded server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user