Files
MariaDB/server-tools/instance-manager
2009-08-13 17:45:01 -03:00
..
2009-04-28 14:48:54 +05:00
2009-03-19 09:42:36 -04:00
2009-06-29 15:17:01 +02: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.