← Back to team overview

maria-developers team mailing list archive

bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2705)

 

#At lp:maria

 2705 knielsen@xxxxxxxxxxxxxxx	2009-05-22
      Fix ps_not_windows test for -all-static build which cannot load plugins.
      added:
        mysql-test/include/have_dynamic_loading.inc
      modified:
        mysql-test/t/ps_not_windows.test

=== added file 'mysql-test/include/have_dynamic_loading.inc'
--- a/mysql-test/include/have_dynamic_loading.inc	1970-01-01 00:00:00 +0000
+++ b/mysql-test/include/have_dynamic_loading.inc	2009-05-22 17:53:25 +0000
@@ -0,0 +1,4 @@
+-- require r/have_dynamic_loading.require
+disable_query_log;
+show variables like 'have_dynamic_loading';
+enable_query_log;

=== modified file 'mysql-test/t/ps_not_windows.test'
--- a/mysql-test/t/ps_not_windows.test	2007-01-02 23:31:12 +0000
+++ b/mysql-test/t/ps_not_windows.test	2009-05-22 17:53:25 +0000
@@ -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