From: Date: May 13 2006 1:30am Subject: bk commit into 5.1 tree (ngrishakin:1.2391) List-Archive: http://lists.mysql.com/commits/6323 Message-Id: <200605122330.k4CNUoUN004138@ndb15.mysql.com> 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.2391 06/05/13 01:30:44 ngrishakin@stripped +10 -0 .del-ndb_partition_range.result~17fc1db754d4153d: Delete: mysql-test/r/ndb_partition_range.result .del-ndb_partition_list.result~7af68cd45e74abf: Delete: mysql-test/r/ndb_partition_list.result .del-ndb_partition_key.result~68b9a59cff8c9840: Delete: mysql-test/r/ndb_partition_key.result .del-ndb_partition_error.result~944f84894e323e9: Delete: mysql-test/r/ndb_partition_error.result .del-ndb_blob_partition.result~fda88ddfc5477a7e: Delete: mysql-test/r/ndb_blob_partition.result .del-ndb_partition_range.test~af8f9016b6648239: Delete: mysql-test/t/ndb_partition_range.test .del-ndb_partition_list.test~940289b3d58595ca: Delete: mysql-test/t/ndb_partition_list.test .del-ndb_partition_key.test~ed7b15c91f66558d: Delete: mysql-test/t/ndb_partition_key.test .del-ndb_partition_error.test~2da477be29be041f: Delete: mysql-test/t/ndb_partition_error.test .del-ndb_blob_partition.test~ea99ef9759705ce3: Delete: mysql-test/t/ndb_blob_partition.test BitKeeper/deleted/.del-ndb_partition_range.result~17fc1db754d4153d 1.12 06/05/13 01:30:05 ngrishakin@stripped +0 -0 Delete: mysql-test/r/ndb_partition_range.result BitKeeper/deleted/.del-ndb_partition_list.result~7af68cd45e74abf 1.3 06/05/13 01:29:47 ngrishakin@stripped +0 -0 Delete: mysql-test/r/ndb_partition_list.result BitKeeper/deleted/.del-ndb_partition_key.result~68b9a59cff8c9840 1.18 06/05/13 01:29:28 ngrishakin@stripped +0 -0 Delete: mysql-test/r/ndb_partition_key.result BitKeeper/deleted/.del-ndb_partition_error.result~944f84894e323e9 1.10 06/05/13 01:29:11 ngrishakin@stripped +0 -0 Delete: mysql-test/r/ndb_partition_error.result BitKeeper/deleted/.del-ndb_blob_partition.result~fda88ddfc5477a7e 1.2 06/05/13 01:28:53 ngrishakin@stripped +0 -0 Delete: mysql-test/r/ndb_blob_partition.result BitKeeper/deleted/.del-ndb_partition_range.test~af8f9016b6648239 1.9 06/05/13 01:28:20 ngrishakin@stripped +0 -0 Delete: mysql-test/t/ndb_partition_range.test BitKeeper/deleted/.del-ndb_partition_list.test~940289b3d58595ca 1.4 06/05/13 01:28:01 ngrishakin@stripped +0 -0 Delete: mysql-test/t/ndb_partition_list.test BitKeeper/deleted/.del-ndb_partition_key.test~ed7b15c91f66558d 1.12 06/05/13 01:27:43 ngrishakin@stripped +2 -9 Delete: mysql-test/t/ndb_partition_key.test BitKeeper/deleted/.del-ndb_partition_error.test~2da477be29be041f 1.8 06/05/13 01:27:21 ngrishakin@stripped +0 -0 Delete: mysql-test/t/ndb_partition_error.test BitKeeper/deleted/.del-ndb_blob_partition.test~ea99ef9759705ce3 1.2 06/05/13 01:26:59 ngrishakin@stripped +0 -0 Delete: mysql-test/t/ndb_blob_partition.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: ngrishakin # Host: ndb15.mysql.com # Root: /home/ndbdev/ngrishakin/mysql-5.1-new --- 1.11/mysql-test/t/ndb_partition_key.test 2006-05-09 12:05:57 +02:00 +++ 1.12/BitKeeper/deleted/.del-ndb_partition_key.test~ed7b15c91f66558d 2006-05-13 01:27:43 +02:00 @@ -22,15 +22,8 @@ drop table t1; -# only support for partition key on primary key ---error ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF CREATE TABLE t1 (a int, b int, c int, d int, PRIMARY KEY(a,b)) - ENGINE = NDB - PARTITION BY KEY (c); - -CREATE TABLE t1 (a int, b int, c int, PRIMARY KEY(a,b)) - ENGINE = NDB - PARTITION BY KEY (a); + ENGINE = NDB; insert into t1 values (1,1,3),(1,2,3),(1,3,3),(1,4,3),(1,5,3),(1,6,3), @@ -108,7 +101,7 @@ partition by key (a) (partition p0 engine=ndb, partition p1 engine=ndb); show create table t1; - +t/bin/bash: q: command not found alter table t1 remove partitioning; show create table t1;