List:Internals« Previous MessageNext Message »
From:tomas Date:July 22 2005 4:17pm
Subject:bk commit into 5.1 tree (tulin:1.1878)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of ndbdev. When ndbdev 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.1878 05/07/22 18:17:52 tulin@stripped +1 -0
  ndb_partition_error.result:
    corrected error code

  mysql-test/r/ndb_partition_error.result
    1.4 05/07/22 18:17:21 tulin@stripped +1 -1
    corrected error code

# 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:	tulin
# Host:	dl145b.mysql.com
# Root:	/home/ndbdev/tomas/mysql-5.1

--- 1.3/mysql-test/r/ndb_partition_error.result	Fri Jul 22 23:14:28 2005
+++ 1.4/mysql-test/r/ndb_partition_error.result	Fri Jul 22 18:17:21 2005
@@ -11,7 +11,7 @@
 (partition x1 values less than (5) nodegroup 12,
 partition x2 values less than (10) nodegroup 13,
 partition x3 values less than (20) nodegroup 14);
-ERROR HY000: Can't create table './test/t1.frm' (errno: 1307)
+ERROR HY000: Can't create table './test/t1.frm' (errno: 747)
 CREATE TABLE t1 (
 a int not null,
 b int not null,
Thread
bk commit into 5.1 tree (tulin:1.1878)tomas22 Jul