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

Warn that --log-slave-updates is used without --log-bin and disabled (WL#998)

This commit is contained in:
guilhem@mysql.com
2003-06-20 13:54:22 +02:00
parent 10c81fb52d
commit def18de12c

View File

@ -2322,6 +2322,12 @@ The server will not act as a slave.");
opt_binlog_index_name,LOG_BIN);
using_update_log=1;
}
else if (opt_log_slave_updates)
{
sql_print_error("\
Warning: you need to use --log-bin to make --log-slave-updates work. \
Now disabling --log-slave-updates.");
}
if (opt_bootstrap)
{