1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

several bug fixes and tests

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2002-03-05 14:22:32 +02:00
parent 68fc8f14b6
commit 1086e7c52f
4 changed files with 13 additions and 3 deletions

View File

@@ -730,6 +730,7 @@ start_master()
--server-id=1 \
--basedir=$MY_BASEDIR \
--port=$MASTER_MYPORT \
--local-infile \
--exit-info=256 \
--core \
--datadir=$MASTER_MYDDIR \
@@ -749,6 +750,7 @@ start_master()
--server-id=1 --rpl-recovery-rank=1 \
--basedir=$MY_BASEDIR --init-rpl-role=master \
--port=$MASTER_MYPORT \
--local-infile \
--datadir=$MASTER_MYDDIR \
--pid-file=$MASTER_MYPID \
--socket=$MASTER_MYSOCK \