mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
7275dcef35
likely() and unlikely() branch prediction compiler hint macros clean-up of comments
12 lines
252 B
Bash
Executable file
12 lines
252 B
Bash
Executable file
rm -f $MYSQL_TEST_DIR/var/log/*relay*
|
|
rm -f $MYSQL_TEST_DIR/var/slave-data/relay-log.info
|
|
cat > $MYSQL_TEST_DIR/var/slave-data/master.info <<EOF
|
|
master-bin.001
|
|
4
|
|
127.0.0.1
|
|
replicate
|
|
aaaaaaaaaaaaaaabthispartofthepasswordisnotused
|
|
$MASTER_MYPORT
|
|
1
|
|
0
|
|
EOF
|