mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
e561c3ee60
logging, options, angel process. configure.in: added support for instance-manager directory BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
11 lines
354 B
Text
11 lines
354 B
Text
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.
|
|
|
|
|