mariadb/mysql-test/suite/rpl/t/rpl_report-slave.opt
aelkin/andrei@mysql1000.(none) 0958a508f8 Bug #28780 report_host is not available through SELECT @@report_host
There was no way to see if report-{host,port,user,password} were set up.

Fixed with introducing new global variables.
The variables are made read-only because of a possible need to change them
most probably require the slave server restart.

Todo: transform the startup options to be CHANGE master parameters - i.e
to deprecate `report-' options, and to change the new vars 
to be updatable at time of CHANGE master executes with new
values.
2008-03-05 12:25:55 +02:00

2 lines
100 B
Text

--report-host=127.0.0.1 --report-user='my_user' --report-password='my_password' --report-port=9308