mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
4092292c90
Switched to writing out table maps for tables that are locked when the first row in a statement is seen.
9 lines
321 B
PHP
9 lines
321 B
PHP
connect (master,127.0.0.1,root,,test,$MASTER_MYPORT,);
|
|
connect (master1,127.0.0.1,root,,test,$MASTER_MYPORT,);
|
|
connect (slave,127.0.0.1,root,,test,$SLAVE_MYPORT,);
|
|
connect (slave1,127.0.0.1,root,,test,$SLAVE_MYPORT,);
|
|
|
|
-- source include/master-slave-reset.inc
|
|
|
|
# Set the default connection to 'master'
|
|
connection master;
|