1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
mariadb/server-tools/instance-manager
2004-12-23 20:47:03 +03:00
..
2004-12-12 20:59:15 +03:00
2004-10-26 23:22:12 +04:00
2004-11-06 02:14:56 +03:00
2004-10-27 10:21:48 +04:00
2004-10-26 23:22:12 +04:00
2004-12-12 20:59:15 +03:00
2004-10-27 10:21:48 +04:00
2004-10-26 23:22:12 +04:00
2004-12-12 20:59:15 +03:00
2004-10-26 23:22:12 +04:00
2004-12-12 20:59:15 +03:00
2004-12-12 20:59:15 +03:00
2004-11-02 10:11:03 +03:00
2004-10-25 14:23:31 +04:00
2004-12-12 20:59:15 +03:00
2004-11-15 14:53:30 +03:00
2004-12-09 04:22:28 +03:00
2004-11-15 14:53:30 +03:00
2004-11-06 02:14:56 +03:00
2004-11-02 10:11:03 +03:00
2004-11-02 10:11:03 +03:00
2004-11-02 10:11:03 +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.