Fix ps_not_windows test for -all-static build which cannot load plugins.
This commit is contained in:
parent
48083d73d3
commit
d7ae55e704
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
|
--source include/not_embedded.inc
|
||||||
# Non-windows specific ps tests.
|
# Non-windows specific ps tests.
|
||||||
--source include/not_windows.inc
|
--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
|
# Bug #20665: All commands supported in Stored Procedures should work in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user