mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
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
fe87c0db0c
commit
9393ae3dff
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue