1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-19 01:41:20 +03:00
mariadb/server-tools/instance-manager
unknown f0ad68c9d5 IM polishing: log more information in log.
server-tools/instance-manager/log.cc:
  Add pid/thread id to the each log record; split date time fields.
2006-10-24 18:31:10 +04:00
..
2006-09-01 10:32:12 +02:00
2006-05-22 15:20:40 +04:00
2006-07-22 02:00:33 +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.