1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
Files
mariadb/server-tools/instance-manager
unknown 259da9d157 Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.0
into  linux.site:/home/reggie/bk/mysql-5.0-new


server-tools/instance-manager/IMService.cpp:
  Auto merged
2005-08-10 05:02:37 -06:00
..
2005-05-16 01:54:02 +04:00
2005-04-30 19:48:45 +02:00
2004-10-26 23:22:12 +04:00
2005-08-05 20:44:52 +02:00
2005-08-05 17:09:02 +04:00
2005-08-05 20:44:52 +02:00
2005-08-05 20:44:52 +02:00
2005-08-05 20:44:52 +02:00
2005-08-05 20:44:52 +02:00
2005-08-05 17:02:06 +04:00
2005-05-16 01:54:02 +04:00
2005-05-16 01:54:02 +04:00
2005-05-16 01:54:02 +04:00
2005-08-05 20:44:52 +02:00
2005-08-05 20:44:52 +02:00
2005-08-05 20:44:52 +02:00
2005-08-05 20:44:52 +02:00
2005-08-09 07:57:39 -06:00
2005-08-05 17:09:02 +04:00
2005-08-05 17:09:02 +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.