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
unknown 4e482bd3f2 several fixes to the previous patch
server-tools/instance-manager/instance_options.cc:
  fix order of if branches
server-tools/instance-manager/instance_options.h:
  portability fix
server-tools/instance-manager/parse_output.cc:
  remove stupid comment
server-tools/instance-manager/parse_output.h:
  portability fix
2005-06-07 17:57:20 +04:00
..
2005-05-16 01:54:02 +04:00
2005-04-30 19:48:45 +02:00
2004-10-26 23:22:12 +04:00
2005-06-07 15:47:02 +04:00
2005-05-16 01:54:02 +04:00
2005-05-16 01:54:02 +04:00
2005-06-07 15:47:02 +04:00
2005-06-07 15:47:02 +04:00
2005-06-07 15:47:02 +04:00
2005-06-07 15:47:02 +04:00
2005-06-07 15:47:02 +04:00
2005-05-16 01:54:02 +04:00
2005-05-16 01:54:02 +04:00
2005-05-16 01:54:02 +04:00
2005-05-16 01:54:02 +04:00
2005-05-16 01:54:02 +04:00
2005-02-28 16:05:18 +03:00
2005-05-16 01:54:02 +04:00
2005-05-16 01:54:02 +04: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.