mirror of
https://github.com/MariaDB/server.git
synced 2025-11-22 17:44:29 +03:00
Rename "port.h" to "portability.h" to avoid conflict with system header file name, and include the file in "Makefile.am".
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.