1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-20 13:13:59 +03:00
mariadb/server-tools/instance-manager
jani@a193-229-222-105.elisa-laajakaista.fi aa08fd0d0a Small fixes.
2005-09-30 12:35:12 +03:00
..
2005-09-20 03:14:07 +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
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-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-09-30 12:35:12 +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.