1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00
Files
mariadb/server-tools/instance-manager
2006-05-22 15:20:40 +04:00
..
2006-05-22 15:20:40 +04:00
2006-05-22 15:20:40 +04:00
2006-05-19 16:01:04 +04:00
2006-05-22 15:20:40 +04:00
2006-05-22 15:20:40 +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.