fix connect.json_udf test for static builds

This commit is contained in:
Sergei Golubchik 2015-03-06 20:49:48 +01:00
parent c0af8213fe
commit d61573d3e5

View File

@ -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")`;