blob: ac799775003b6b023ff0aa90e3ac92e0c733d855 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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.
|