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

rpl000001 sporadic failure mystery solved - the table was being opened twice :-)

This commit is contained in:
sasha@mysql.sashanet.com
2000-12-07 11:40:22 -07:00
parent b169cd69e8
commit 3e4697c8b2
3 changed files with 17 additions and 9 deletions

View File

@ -347,7 +347,7 @@ start_slave()
--master-connect-retry=1 \
--master-host=127.0.0.1 \
--master-port=$MASTER_MYPORT \
--core-file \
--core-file --log-bin --log-slave-updates \
--basedir=$MY_BASEDIR \
--datadir=$SLAVE_MYDDIR \
--pid-file=$SLAVE_MYPID \