mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Fix ps_not_windows test for -all-static build which cannot load plugins.
This commit is contained in:
4
mysql-test/include/have_dynamic_loading.inc
Normal file
4
mysql-test/include/have_dynamic_loading.inc
Normal file
@@ -0,0 +1,4 @@
|
||||
-- require r/have_dynamic_loading.require
|
||||
disable_query_log;
|
||||
show variables like 'have_dynamic_loading';
|
||||
enable_query_log;
|
@@ -2,6 +2,8 @@
|
||||
--source include/not_embedded.inc
|
||||
# Non-windows specific ps tests.
|
||||
--source include/not_windows.inc
|
||||
# Requires ability to install plugins.
|
||||
--source include/have_dynamic_loading.inc
|
||||
|
||||
#
|
||||
# Bug #20665: All commands supported in Stored Procedures should work in
|
||||
|
Reference in New Issue
Block a user