List:Commits« Previous MessageNext Message »
From:jonas Date:April 12 2007 7:19am
Subject:bk commit into 5.1 tree (jonas:1.2458) BUG#27757
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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-04-12 07:19:10+02:00, jonas@stripped +2 -0
  ndb - mysql-test-run testcase for bug#27757

  mysql-test/r/ndb_dd_basic.result@stripped, 2007-04-12 07:19:08+02:00,
jonas@stripped +7 -0
    testcase

  mysql-test/t/ndb_dd_basic.test@stripped, 2007-04-12 07:19:08+02:00, jonas@stripped
+8 -0
    testcase

# 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:	jonas
# Host:	perch.ndb.mysql.com
# Root:	/home/jonas/src/51-telco-gca

--- 1.13/mysql-test/r/ndb_dd_basic.result	2007-04-12 07:19:15 +02:00
+++ 1.14/mysql-test/r/ndb_dd_basic.result	2007-04-12 07:19:15 +02:00
@@ -440,6 +440,13 @@
 insert into t1 values(8,'x');
 delete from t1 where a = 0;
 commit;
+delete from t1;
+begin;
+insert into t1 values (1, 'x');
+select * from t1;
+a	b
+1	x
+rollback;
 set autocommit = 1;
 drop table t1;
 create table test.t1 (f1 varchar(50) primary key, f2 text,f3 int) 

--- 1.8/mysql-test/t/ndb_dd_basic.test	2007-04-12 07:19:15 +02:00
+++ 1.9/mysql-test/t/ndb_dd_basic.test	2007-04-12 07:19:15 +02:00
@@ -367,7 +367,15 @@
 insert into t1 values(8,'x');
 delete from t1 where a = 0;
 commit;
+
+delete from t1;
+begin;
+insert into t1 values (1, 'x');
+select * from t1;
+rollback;
+
 set autocommit = 1;
+
 
 drop table t1;
 #############################
Thread
bk commit into 5.1 tree (jonas:1.2458) BUG#27757jonas12 Apr