#At file:///Users/mattiasj/mysql-bzr/topush-trunk-bugfixing/ based on revid:mattias.jonsson@stripped
3286 Mattias Jonsson 2010-10-06
minor spelling fix in one error message
modified:
mysql-test/r/partition_exchange.result
sql/share/errmsg-utf8.txt
=== modified file 'mysql-test/r/partition_exchange.result'
--- a/mysql-test/r/partition_exchange.result 2010-08-25 14:00:02 +0000
+++ b/mysql-test/r/partition_exchange.result 2010-10-06 08:47:55 +0000
@@ -8,7 +8,7 @@ engine=innodb
PARTITION BY LIST (s1)
(PARTITION p1 VALUES IN (1,2,3));
ALTER TABLE t3 EXCHANGE PARTITION p1 WITH TABLE t1;
-ERROR HY000: Table to exchange with partition have foreign key references: 't1'
+ERROR HY000: Table to exchange with partition has foreign key references: 't1'
DROP TABLE t2, t1, t3;
# Tests for WL#4445
CREATE TABLE t (a INT,
=== modified file 'sql/share/errmsg-utf8.txt'
--- a/sql/share/errmsg-utf8.txt 2010-08-25 14:00:02 +0000
+++ b/sql/share/errmsg-utf8.txt 2010-10-06 08:47:55 +0000
@@ -6388,5 +6388,5 @@ ER_ROW_DOES_NOT_MATCH_PARTITION
eng "Found row that does not match the partition"
swe "Hittade rad som inte passar i partitionen"
ER_PARTITION_EXCHANGE_FOREIGN_KEY
- eng "Table to exchange with partition have foreign key references: '%-.64s'"
+ eng "Table to exchange with partition has foreign key references: '%-.64s'"
swe "Tabellen att byta ut mot partition har foreign key referenser: '%-.64s'"
Attachment: [text/bzr-bundle] bzr/mattias.jonsson@oracle.com-20101006084755-pf4923lzofykdbd9.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk-bugfixing branch (mattias.jonsson:3286) | Mattias Jonsson | 6 Oct |