1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00
Files
mariadb/server-tools/instance-manager
unknown 5bd607785a various fixes
server-tools/instance-manager/buffer.cc:
  use my_realloc instead of realloc
server-tools/instance-manager/buffer.h:
  use my_malloc instead of malloc
server-tools/instance-manager/commands.cc:
  No need to send a buffer if there were some error while writing to it
server-tools/instance-manager/instance_options.cc:
  cleanup
server-tools/instance-manager/manager.cc:
  check sigwait return value
server-tools/instance-manager/parse_output.cc:
  fixed a bug, found with valgrind
2005-02-13 15:13:33 +03:00
..
2005-02-13 15:13:33 +03:00
2005-02-13 15:13:33 +03:00
2004-10-27 10:21:48 +04:00
2004-10-26 23:22:12 +04:00
2005-02-13 15:13:33 +03:00
2004-10-27 10:21:48 +04:00
2004-10-26 23:22:12 +04:00
2005-02-13 15:13:33 +03:00
2005-02-13 15:13:33 +03:00
2005-02-05 14:04:49 +03:00
2005-02-13 15:13:33 +03:00
2004-11-06 02:14:56 +03:00
2004-11-02 10:11:03 +03:00
2004-11-02 10:11:03 +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.