mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge mysql.com:/home/cps/mysql/trees/5.0/mysql-5.0-virgin-debug
into mysql.com:/home/cps/mysql/devel/im/5.0-im-add-error-message
This commit is contained in:
@ -64,3 +64,7 @@ mysqld1 online
|
||||
mysqld2 offline
|
||||
SHOW INSTANCE STATUS;
|
||||
ERROR 42000: You have an error in your command syntax. Check the manual that corresponds to your MySQL Instance Manager version for the right syntax to use
|
||||
START INSTANCE mysqld1,mysqld2,mysqld3;
|
||||
ERROR 42000: You have an error in your command syntax. Check the manual that corresponds to your MySQL Instance Manager version for the right syntax to use
|
||||
STOP INSTANCE mysqld1,mysqld2,mysqld3;
|
||||
ERROR 42000: You have an error in your command syntax. Check the manual that corresponds to your MySQL Instance Manager version for the right syntax to use
|
||||
|
@ -149,3 +149,18 @@ SHOW INSTANCES;
|
||||
###########################################################################
|
||||
--error 1149
|
||||
SHOW INSTANCE STATUS;
|
||||
|
||||
#
|
||||
# Tests for bug fixes
|
||||
#
|
||||
|
||||
#
|
||||
# Bug #12813 Instance Manager: START/STOP INSTANCE commands accept
|
||||
# a list as argument.
|
||||
#
|
||||
|
||||
--error 1149
|
||||
START INSTANCE mysqld1,mysqld2,mysqld3;
|
||||
|
||||
--error 1149
|
||||
STOP INSTANCE mysqld1,mysqld2,mysqld3;
|
||||
|
Reference in New Issue
Block a user