Fix ps_not_windows test for -all-static build which cannot load plugins.

This commit is contained in:
unknown 2009-05-22 19:53:25 +02:00
parent 48083d73d3
commit d7ae55e704
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,4 @@
-- require r/have_dynamic_loading.require
disable_query_log;
show variables like 'have_dynamic_loading';
enable_query_log;

View file

@ -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