1
0
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:
unknown
2004-10-27 11:01:38 +04:00
parent 7a845fff84
commit 3691a8a426

View File

@ -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