#At file:///data0/magnus/mysql/5.5-telco-7.0/ based on revid:magnus.blaudd@strippedw4g
3212 Magnus Blåudd 2011-02-16
ndb
- temporarily remove warning printoutes about "Converted to DYNAMIC"
modified:
mysql-test/suite/ndb/r/ndb_alter_table.result
mysql-test/suite/ndb/r/ndb_blob.result
=== modified file 'mysql-test/suite/ndb/r/ndb_alter_table.result'
--- a/mysql-test/suite/ndb/r/ndb_alter_table.result 2009-07-13 10:51:28 +0000
+++ b/mysql-test/suite/ndb/r/ndb_alter_table.result 2011-02-16 08:18:12 +0000
@@ -297,8 +297,6 @@ select * from t2 where a = 6;
a b
6 203
alter table t2 add c int;
-Warnings:
-Warning 1478 Converted FIXED field to DYNAMIC to enable on-line ADD COLUMN
insert into t2 (b) values (301),(302),(303);
select * from t2 where a = 9;
a b c
=== modified file 'mysql-test/suite/ndb/r/ndb_blob.result'
--- a/mysql-test/suite/ndb/r/ndb_blob.result 2010-01-28 15:16:46 +0000
+++ b/mysql-test/suite/ndb/r/ndb_blob.result 2011-02-16 08:18:12 +0000
@@ -342,8 +342,6 @@ a b c d
8 b8 888 dd8
9 b9 999 dd9
alter table t1 add x int;
-Warnings:
-Warning 1478 Converted FIXED field to DYNAMIC to enable on-line ADD COLUMN
select * from t1 order by a;
a b c d x
1 b1 111 dd1 NULL
@@ -393,8 +391,6 @@ a b c d
8 b8 888 dd8
9 b9 999 dd9
alter table t1 add x int;
-Warnings:
-Warning 1478 Converted FIXED field to DYNAMIC to enable on-line ADD COLUMN
select * from t1 order by a;
a b c d x
1 b1 111 dd1 NULL
Attachment: [text/bzr-bundle] bzr/magnus.blaudd@oracle.com-20110216081812-zfzudx4ltjxrskjc.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5-telco-7.0 branch (magnus.blaudd:3212) | Magnus Blåudd | 16 Feb |