1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fatfinger fix: SLAVE_MASTER_INF -> INFO.

mysql-test/mysql-test-run.sh:
  - fix typo introduced in previous commit
This commit is contained in:
unknown
2000-12-22 16:31:57 +02:00
parent c326c64972
commit 11df2ead66

View File

@ -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 \