mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
comment fixed to reflect the current state of things
server-tools/instance-manager/guardian.cc: comment fixed
This commit is contained in:
@@ -127,12 +127,13 @@ int Guardian_thread::start()
|
|||||||
|
|
||||||
SYNOPSYS
|
SYNOPSYS
|
||||||
guard()
|
guard()
|
||||||
instance_name the name of the instance to be guarded
|
instance the instance to be guarded
|
||||||
name_len the length of the name
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
|
||||||
The instance is added to the list of guarded instances.
|
The instance is added to the list of starting instances. Then after one guardian
|
||||||
|
loop it is moved to the guarded instances list. Usually guard() is called after we
|
||||||
|
start an instance, so we need to give some time to the instance to start.
|
||||||
|
|
||||||
RETURN
|
RETURN
|
||||||
0 - ok
|
0 - ok
|
||||||
|
Reference in New Issue
Block a user