Commit 399b7edf authored by unknown's avatar unknown

Fatfinger fix: SLAVE_MASTER_INF -> INFO.


mysql-test/mysql-test-run.sh:
  - fix typo introduced in previous commit
parent 27ec0215
......@@ -277,7 +277,7 @@ start_slave()
{
[ x$SKIP_SLAVE = x1 ] && return
[ x$SLAVE_RUNNING = 1 ] && return
if [ -z "$SLAVE_MASTER_INF" ] ; then
if [ -z "$SLAVE_MASTER_INFO" ] ; then
master_info="--master-user=root \
--master-connect-retry=1 \
--master-host=127.0.0.1 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment