1
0
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:
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;