mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
7 lines
169 B
Text
7 lines
169 B
Text
include/master-slave.inc
|
|
[connection master]
|
|
connection master;
|
|
connect con1,localhost,root,,;
|
|
CREATE TEMPORARY TABLE tmp (i INT);
|
|
disconnect con1;
|
|
include/rpl_end.inc
|