1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
Files
mariadb/server-tools/instance-manager
konstantin@mysql.com 2d4c54ba1b Merge mysqldev@production.mysql.com:my/mysql-5.0-release
into  mysql.com:/opt/local/work/mysql-5.0-root
2005-09-23 00:46:59 +04:00
..
2005-09-20 03:14:07 +04:00
2005-09-20 03:14:07 +04:00
2005-04-30 19:48:45 +02:00
2004-10-26 23:22:12 +04:00
2005-09-20 03:14:07 +04:00
2005-08-29 23:29:35 +04:00
2005-08-29 23:29:35 +04:00
2005-09-13 14:53:19 -05:00
2005-09-13 14:53:19 -05:00
2005-09-13 14:53:19 -05:00
2005-08-29 23:29:35 +04:00
2005-09-13 14:53:19 -05:00
2005-08-05 20:44:52 +02:00
2005-08-29 23:29:35 +04:00
2005-08-29 23:29:35 +04:00
2005-05-16 01:54:02 +04:00
2005-05-16 01:54:02 +04:00
2005-09-13 14:53:19 -05:00
2005-09-13 14:53:19 -05:00
2005-08-29 23:29:35 +04:00
2005-08-29 23:29:35 +04:00
2005-08-05 20:44:52 +02:00
2005-08-05 20:44:52 +02:00
2005-08-15 14:19:56 -07:00
2005-09-20 03:14:07 +04: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.