1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Test federated_plugin must have ps-protocol off

This commit is contained in:
Bjorn Munch
2011-09-15 12:20:43 +02:00
parent 6e2adc9fb4
commit e24d8bbf0a

View File

@ -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,);