Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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@stripped, 2007-09-14 13:17:11+02:00, tomas@stripped +1 -0
error number changed
mysql-test/suite/ndb/r/ndb_alter_table_online2.result@stripped, 2007-09-14 13:17:08+02:00,
tomas@stripped +2 -2
error number changed
diff -Nrup a/mysql-test/suite/ndb/r/ndb_alter_table_online2.result
b/mysql-test/suite/ndb/r/ndb_alter_table_online2.result
--- a/mysql-test/suite/ndb/r/ndb_alter_table_online2.result 2007-09-13 20:45:03 +02:00
+++ b/mysql-test/suite/ndb/r/ndb_alter_table_online2.result 2007-09-14 13:17:08 +02:00
@@ -4,10 +4,10 @@ create table t1 (pk int key, a int) engi
insert into t1 values (1,0);
alter table t1 add b int;
Warnings:
-Warning 1475 Converted FIXED field to DYNAMIC to enable on-line ADD COLUMN
+Warning 1476 Converted FIXED field to DYNAMIC to enable on-line ADD COLUMN
update t1 set b= 0;
alter table t1 add c int;
Warnings:
-Warning 1475 Converted FIXED field to DYNAMIC to enable on-line ADD COLUMN
+Warning 1476 Converted FIXED field to DYNAMIC to enable on-line ADD COLUMN
update t1 set c= 0;
drop table t1;
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.2624) | tomas | 14 Sep |