List:Commits« Previous MessageNext Message »
From:Serge Kozlov Date:December 18 2006 10:53am
Subject:bk commit into 5.1 tree (skozlov:1.2370)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of ksm. When ksm 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, 2006-12-18 12:52:59+03:00, skozlov@stripped +2 -0
  fix for commit 1.2368

  mysql-test/r/ndb_cursor.result@stripped, 2006-12-18 12:52:53+03:00, skozlov@stripped +1 -0
    fix for commit 1.2368

  mysql-test/t/ndb_cursor.test@stripped, 2006-12-18 12:52:53+03:00, skozlov@stripped +1 -0
    fix for commit 1.2368

# 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:	skozlov
# Host:	virtop.localdomain
# Root:	/space/skozlov/5.1-new-ndb-addfunc

--- 1.1/mysql-test/r/ndb_cursor.result	2006-12-18 12:53:13 +03:00
+++ 1.2/mysql-test/r/ndb_cursor.result	2006-12-18 12:53:13 +03:00
@@ -35,5 +35,6 @@
 2	20
 3	30
 4	40
+drop procedure test_cursor;
 drop table t1,t2;
 end of 5.1 tests

--- 1.1/mysql-test/t/ndb_cursor.test	2006-12-18 12:53:13 +03:00
+++ 1.2/mysql-test/t/ndb_cursor.test	2006-12-18 12:53:13 +03:00
@@ -41,6 +41,7 @@
 select * from t2 order by a;
 call test_cursor();
 select * from t2 order by a;
+drop procedure test_cursor;
 drop table t1,t2;
 
 --echo end of 5.1 tests
Thread
bk commit into 5.1 tree (skozlov:1.2370)Serge Kozlov18 Dec