fix connect.json_udf test for static builds
This commit is contained in:
parent
c0af8213fe
commit
d61573d3e5
@ -5,6 +5,9 @@
|
|||||||
if (`SELECT @@have_dynamic_loading != 'YES'`) {
|
if (`SELECT @@have_dynamic_loading != 'YES'`) {
|
||||||
--skip UDF requires dynamic loading
|
--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")`;
|
let $is_win = `select convert(@@version_compile_os using latin1) IN ("Win32","Win64","Windows")`;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user