mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Tests: many if/while expresissons simplified after 57276
This commit is contained in:
parent
49ce7daa94
commit
ef4458af07
53 changed files with 211 additions and 182 deletions
|
|
@ -8,7 +8,7 @@ if (`SELECT @@have_dynamic_loading != 'YES'`) {
|
|||
#
|
||||
# Check if the variable UDF_EXAMPLE_LIB is set
|
||||
#
|
||||
if (`SELECT LENGTH('$UDF_EXAMPLE_LIB') = 0`) {
|
||||
if (!$UDF_EXAMPLE_LIB) {
|
||||
--skip UDF requires the environment variable \$UDF_EXAMPLE_LIB to be set (normally done by mtr)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue