mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
Patch to eliminate warnings in mysql-next-mr-bugteam.
This commit is contained in:
parent
8976595d82
commit
51af6729f2
11 changed files with 25 additions and 25 deletions
|
|
@ -33,8 +33,8 @@ int init_dynarray_intvar_from_file(DYNAMIC_ARRAY* arr, IO_CACHE* f);
|
|||
Master_info::Master_info(bool is_slave_recovery)
|
||||
:Slave_reporting_capability("I/O"),
|
||||
ssl(0), ssl_verify_server_cert(0), fd(-1), io_thd(0),
|
||||
port(MYSQL_PORT), connect_retry(DEFAULT_CONNECT_RETRY), inited(0),
|
||||
rli(is_slave_recovery), abort_slave(0),
|
||||
rli(is_slave_recovery), port(MYSQL_PORT),
|
||||
connect_retry(DEFAULT_CONNECT_RETRY), inited(0), abort_slave(0),
|
||||
slave_running(0), slave_run_id(0), sync_counter(0),
|
||||
heartbeat_period(0), received_heartbeats(0), master_id(0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue