• unknown's avatar
    Bug #12673: Instance Manager: allows to stop the instance many times · 812c9cc8
    unknown authored
      The instance manager was not actually checking whether an instance
      was actually running before trying to stop it. Now it checks first.
    
    
    mysql-test/r/im_life_cycle.result:
      Add new results
    mysql-test/t/im_life_cycle.imtest:
      Add new regression test
    server-tools/instance-manager/instance.cc:
      Fix Instance::stop() to report ER_INSTANCE_IS_NOT_STARTED when that is
      the case. Also removed unnecessary goto.
    server-tools/instance-manager/messages.cc:
      Fix messages with missing spaces
    812c9cc8
im_life_cycle.imtest 7.35 KB