mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-26971: Support for progress reporting from SST scripts.
New feedback events: - "total N": signals new SST stage and reports estimated total work - "complete N": reports completed work in the current stage Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>
This commit is contained in:
committed by
Sergei Golubchik
parent
9d7e596ba6
commit
98355a0789
@@ -102,7 +102,7 @@ node_status::set(enum wsrep::server_state::state new_status,
|
||||
{
|
||||
wsrep_notify_status(new_status, view);
|
||||
status= new_status;
|
||||
Wsrep_status::report_state(status, 0);
|
||||
Wsrep_status::report_state(status);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user