summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorBjorn Munch <bjorn.munch@oracle.com>2011-09-15 12:20:43 +0200
committerBjorn Munch <bjorn.munch@oracle.com>2011-09-15 12:20:43 +0200
commite24d8bbf0af4d1312f431cf5274fd0fa38646d9f (patch)
treee836ffba80e75922f63b20cb469f652bb3fa9dfb /mysql-test
parent6e2adc9fb4770f1151f8ce7b7e0353f9c0358fc9 (diff)
downloadmariadb-git-e24d8bbf0af4d1312f431cf5274fd0fa38646d9f.tar.gz
Test federated_plugin must have ps-protocol off
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/suite/federated/federated_plugin.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/suite/federated/federated_plugin.test b/mysql-test/suite/federated/federated_plugin.test
index 6e5152df17c..8c465095cfa 100644
--- a/mysql-test/suite/federated/federated_plugin.test
+++ b/mysql-test/suite/federated/federated_plugin.test
@@ -1,5 +1,8 @@
--source include/have_federated_plugin.inc
+# Uninstall will not uninstall if ps has been used
+--disable_ps_protocol
+
connect (master,localhost,root,,test,$MASTER_MYPORT,);
connect (slave,localhost,root,,test,$SLAVE_MYPORT,);