1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-22 17:44:29 +03:00
Files
mariadb/server-tools/instance-manager
unknown df5873768b build fix for instance manager build on aix and hpux
server-tools/instance-manager/Makefile.am:
  remove -Wall and -W, not all compilers know these
2006-12-06 09:17:08 +01:00
..
2006-11-21 17:47:14 +03:00
2006-11-21 17:47:14 +03:00
2006-11-30 21:56:03 +02:00
2006-11-21 17:47:14 +03:00
2006-11-21 17:47:14 +03:00
2006-11-21 17:47:14 +03:00
2006-11-21 17:47:14 +03:00
2006-11-21 17:47:14 +03:00
2006-11-21 17:47:14 +03:00
2006-11-21 17:47:14 +03:00
2006-11-21 21:43:24 +03:00
2006-11-21 17:31:03 +03:00
2006-11-21 17:47:14 +03:00
2006-11-21 17:47:14 +03:00
2006-07-22 02:00:33 +02:00
2006-11-21 17:47:14 +03:00
2006-11-21 17:31:03 +03:00
2006-11-21 17:47:14 +03:00
2006-11-21 17:31:03 +03:00
2006-11-21 17:47:14 +03: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.