diff options
author | unknown <holyfoot/hf@mysql.com/hfmain.(none)> | 2007-04-04 14:19:33 +0500 |
---|---|---|
committer | unknown <holyfoot/hf@mysql.com/hfmain.(none)> | 2007-04-04 14:19:33 +0500 |
commit | a16d1fd4389fc0a07522b442934ab22f19ae83c1 (patch) | |
tree | 6c475704304a430ef2658a18169c1b2bb21e88b2 | |
parent | ceb74b353e8ce6bac759c81c8076a3888392d465 (diff) | |
download | mariadb-git-a16d1fd4389fc0a07522b442934ab22f19ae83c1.tar.gz |
merging
mysql-test/r/ndb_partition_error2.result:
error message fixed
-rw-r--r-- | mysql-test/r/ndb_partition_error2.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ndb_partition_error2.result b/mysql-test/r/ndb_partition_error2.result index fd477306858..a739ef3923c 100644 --- a/mysql-test/r/ndb_partition_error2.result +++ b/mysql-test/r/ndb_partition_error2.result @@ -1,3 +1,3 @@ drop table if exists t1; create table t1 (s1 int) engine=ndbcluster; -ERROR HY000: For the partitioned engine it is necessary to define all partition +ERROR HY000: For the partitioned engine it is necessary to define all partitions |