Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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.1962 05/11/24 09:56:48 tomas@stripped +2 -0
added missing drop view at end of test
mysql-test/t/sp-prelocking.test
1.3 05/11/24 09:56:39 tomas@stripped +1 -1
added missing drop view at end of test
mysql-test/r/sp-prelocking.result
1.3 05/11/24 09:56:39 tomas@stripped +1 -0
added missing drop view at end of test
# 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: tomas
# Host: poseidon.ndb.mysql.com
# Root: /home/tomas/mysql-5.1-new
--- 1.2/mysql-test/r/sp-prelocking.result 2005-08-03 05:37:27 +02:00
+++ 1.3/mysql-test/r/sp-prelocking.result 2005-11-24 09:56:39 +01:00
@@ -213,3 +213,4 @@
drop function f2;
drop function f3;
drop procedure sp1;
+drop view v1;
--- 1.2/mysql-test/t/sp-prelocking.test 2005-08-03 05:37:27 +02:00
+++ 1.3/mysql-test/t/sp-prelocking.test 2005-11-24 09:56:39 +01:00
@@ -239,4 +239,4 @@
drop function f2;
drop function f3;
drop procedure sp1;
-
+drop view v1;
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.1962) | tomas | 24 Nov |