mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fix ps_not_windows test for -all-static build which cannot load plugins.
This commit is contained in:
parent
48083d73d3
commit
d7ae55e704
2 changed files with 6 additions and 0 deletions
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
|
||||
|
|
Loading…
Add table
Reference in a new issue