1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
Files
mariadb/server-tools/instance-manager
unknown 777bab9853 Fix Bug #19368 Failure in "flush_instances" causes assert in Thread_registry
Stop guardian and all the rest of threads before shutdown in case of an error


server-tools/instance-manager/instance_map.cc:
  flush_instances shouldn't reinit guardian, if it
  failed to load info about them
server-tools/instance-manager/manager.cc:
  On error we should 1) stop guardian 2) terminate all
  other threads and exit
2006-10-05 22:07:21 +04:00
..
2005-09-13 14:53:19 -05:00
2005-09-13 14:53:19 -05:00
2005-08-05 20:44:52 +02:00
2006-09-01 10:32:12 +02:00
2005-05-16 01:54:02 +04:00
2006-07-22 02:00:33 +02:00
2005-11-02 09:30:01 -06:00
2005-08-29 23:29:35 +04:00
2006-02-10 02:15:55 +03:00

Instance Manager - manage MySQL instances locally and remotely.

File description:
 mysqlmanager.cc - entry point to the manager, main, 
 options.{h,cc} - handle startup options
 manager.{h,cc} - manager process
 mysql_connection.{h,cc} - handle one connection with mysql client.

See also instance manager architecture description in mysqlmanager.cc.