mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
fix connect.json_udf test for static builds
This commit is contained in:
@@ -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")`;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user