Skip to content

Commit

Permalink
fix connect.json_udf test for static builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Mar 6, 2015
1 parent c0af821 commit d61573d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions storage/connect/mysql-test/connect/t/json_udf.inc
Expand Up @@ -5,6 +5,9 @@
if (`SELECT @@have_dynamic_loading != 'YES'`) {
--skip UDF requires dynamic loading
}
if (!$HA_CONNECT_SO) {
--skip Needs a dynamically built ha_connect.so
}

let $is_win = `select convert(@@version_compile_os using latin1) IN ("Win32","Win64","Windows")`;

Expand Down

0 comments on commit d61573d

Please sign in to comment.