1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

merge with 3.23

This commit is contained in:
monty@mashka.mysql.fi
2002-08-24 02:10:49 +03:00
7 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,8 @@
#
# Running test with abort-slave-event-count=1
# This will force slave to reconnect after every event
#
require_manager;
connect (master,localhost,root,,test,0,master.sock);
connect (slave,localhost,root,,test,0,slave.sock);