1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-27 01:57:48 +03:00
mariadb/server-tools/instance-manager
unknown 5ce36e8134 more refinement of IM patch to fix Windows pathnames with spaces
server-tools/instance-manager/instance_options.cc:
  move declaration of end to start of function so gcc is happy
server-tools/instance-manager/parse_output.cc:
  remove space before =
  use my_isspace to determine if *end is white space
  remove comments related to get_word which was removed
  replace tab character with appropriate # of spaces
2005-11-02 06:51:44 -06: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-10-28 14:29:46 +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-10-28 14:29:46 +04:00
2005-10-28 14:29:46 +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.