mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
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.
3 lines
100 B
Plaintext
3 lines
100 B
Plaintext
--report-host=127.0.0.1 --report-user='my_user' --report-password='my_password' --report-port=9308
|
|
|