Below is the list of changes that have just been committed into a local
5.1 repository of uchum. When uchum 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@stripped, 2007-09-27 13:15:15+05:00, gshchepa@stripped +2 -0
mysqlslap.result, mysqlslap.test:
Post-commit fix.
mysql-test/r/mysqlslap.result@stripped, 2007-09-27 13:14:45+05:00, gshchepa@stripped +1 -0
Post-commit fix.
mysql-test/t/mysqlslap.test@stripped, 2007-09-27 13:14:37+05:00, gshchepa@stripped +2 -0
Post-commit fix.
diff -Nrup a/mysql-test/r/mysqlslap.result b/mysql-test/r/mysqlslap.result
--- a/mysql-test/r/mysqlslap.result 2007-09-17 21:24:50 +05:00
+++ b/mysql-test/r/mysqlslap.result 2007-09-27 13:14:45 +05:00
@@ -216,3 +216,4 @@ DROP SCHEMA IF EXISTS `mysqlslap`;
#
DROP PROCEDURE IF EXISTS p1;
CREATE PROCEDURE p1() SELECT 1;
+DROP PROCEDURE p1;
diff -Nrup a/mysql-test/t/mysqlslap.test b/mysql-test/t/mysqlslap.test
--- a/mysql-test/t/mysqlslap.test 2007-09-17 21:24:02 +05:00
+++ b/mysql-test/t/mysqlslap.test 2007-09-27 13:14:37 +05:00
@@ -51,3 +51,5 @@ DROP PROCEDURE IF EXISTS p1;
CREATE PROCEDURE p1() SELECT 1;
--exec $MYSQL_SLAP --create-schema=test --delimiter=";" --query="CALL p1; SELECT 1;"
--silent 2>&1
+
+DROP PROCEDURE p1;
| Thread |
|---|
| • bk commit into 5.1 tree (gshchepa:1.2569) | gshchepa | 27 Sep |