List:Commits« Previous MessageNext Message »
From:Martin Skold Date:April 18 2006 10:16am
Subject:bk commit into 5.1 tree (mskold:1.2369)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of marty. When marty 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.2369 06/04/18 12:16:27 mskold@stripped +1 -0
  Updated result file

  mysql-test/r/ndb_basic.result
    1.39 06/04/18 12:16:03 mskold@stripped +0 -7
    Updated result file

# 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:	mskold
# Host:	blowfish.ndb.mysql.com
# Root:	/usr/local/home/marty/MySQL/mysql-5.1-new

--- 1.38/mysql-test/r/ndb_basic.result	2006-02-13 20:34:29 +01:00
+++ 1.39/mysql-test/r/ndb_basic.result	2006-04-18 12:16:03 +02:00
@@ -6,13 +6,6 @@
 attr2 INT,
 attr3 VARCHAR(10)
 ) ENGINE=ndbcluster;
-drop table t1;
-CREATE TABLE t1 (
-pk1 INT NOT NULL PRIMARY KEY,
-attr1 INT NOT NULL,
-attr2 INT,
-attr3 VARCHAR(10)
-) ENGINE=ndbcluster;
 SHOW INDEX FROM t1;
 Table	Non_unique	Key_name	Seq_in_index	Column_name	Collation	Cardinality	Sub_part	Packed	Null	Index_type	Comment
 t1	0	PRIMARY	1	pk1	A	0	NULL	NULL		BTREE	
Thread
bk commit into 5.1 tree (mskold:1.2369)Martin Skold18 Apr