1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-02 02:53:04 +03:00
Files
mariadb/server-tools/instance-manager
unknown b63b7ad3d0 Fix Bug #22494 Instance Manager: Inconsistent error message wording
Use better wording


mysql-test/r/im_life_cycle.result:
  update result file with new error message
server-tools/instance-manager/messages.cc:
  use better error message (as adviced by paul)
2006-11-07 05:21:33 +03: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.