mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
d531f2df62
server-tools/instance-manager/manager.cc: Unnecessary incudes removed server-tools/instance-manager/mysqlmanager.cc: Added missing includes |
||
---|---|---|
.. | ||
listener.cc | ||
listener.h | ||
log.cc | ||
log.h | ||
Makefile.am | ||
manager.cc | ||
manager.h | ||
mysqlmanager.cc | ||
options.cc | ||
options.h | ||
README | ||
thread_repository.cc | ||
thread_repository.h |
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.