1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00
Files
mariadb/server-tools/instance-manager
petr@mysql.com 1f97d42b3d fix compilation failure on serg's box: we shouldn't
use USE_PRAGMA_INTERFACE before include of my_global.h,
where it is defined
2005-10-19 00:31:00 +04:00
..
2005-09-20 03:14:07 +04:00
2005-09-13 14:53:19 -05:00
2005-09-13 14:53:19 -05:00
2005-08-05 20:44:52 +02:00
2005-08-29 23:29:35 +04:00
2005-05-16 01:54:02 +04:00
2005-05-16 01:54:02 +04:00
2005-08-29 23:29:35 +04:00
2005-08-29 23:29:35 +04:00
2005-09-29 19:37:03 +02:00
2005-08-05 20:44:52 +02:00
2005-08-05 20:44:52 +02: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.