Below is the list of changes that have just been committed into a local
5.1 repository of cps. When cps does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2136 06/02/18 18:00:22 petr@stripped +2 -0
Merge mysql.com:/home/cps/mysql/devel/im/5.0-im-add-error-message
into mysql.com:/home/cps/mysql/trees/5.1/5.1-virgin-debug
mysql-test/t/im_life_cycle.imtest
1.5 06/02/18 18:00:18 petr@stripped +0 -0
Auto merged
mysql-test/r/im_life_cycle.result
1.5 06/02/18 18:00:18 petr@stripped +0 -0
Auto merged
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: petr
# Host: outpost.site
# Root: /home/cps/mysql/trees/5.1/5.1-virgin-debug/RESYNC
--- 1.4/mysql-test/r/im_life_cycle.result 2006-02-10 21:03:44 +03:00
+++ 1.5/mysql-test/r/im_life_cycle.result 2006-02-18 18:00:18 +03:00
@@ -64,3 +64,7 @@
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
--- 1.4/mysql-test/t/im_life_cycle.imtest 2006-02-10 21:03:44 +03:00
+++ 1.5/mysql-test/t/im_life_cycle.imtest 2006-02-18 18:00:18 +03:00
@@ -149,3 +149,18 @@
###########################################################################
--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;
| Thread |
|---|
| • bk commit into 5.1 tree (petr:1.2136) | Petr Chardin | 18 Feb |