mirror of
https://github.com/MariaDB/server.git
synced 2025-05-28 13:01:41 +03:00
SHOW INSTANCE STATUS output mysql-test/r/im_life_cycle.result: update result mysql-test/t/im_life_cycle.imtest: fix test to take into account the new column server-tools/instance-manager/commands.cc: add a version_no column to the SHOW INSTANCE STATUS output server-tools/instance-manager/instance_options.cc: cleanup
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.