mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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
|
||||
guard()
|
||||
instance_name the name of the instance to be guarded
|
||||
name_len the length of the name
|
||||
instance the instance to be guarded
|
||||
|
||||
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
|
||||
0 - ok
|
||||
|
Reference in New Issue
Block a user