List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:July 31 2007 11:50am
Subject:bk commit into 5.1 tree (stewart:1.2602)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of stewart. When stewart 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-07-31 21:50:48+10:00, stewart@stripped +2 -0
  [PATCH] warnings changed for alter table for online add column
  
  Index: telco-6.2/mysql-test/r/ndb_alter_table.result
  ===================================================================

  mysql-test/r/ndb_alter_table.result@stripped, 2007-07-31 17:51:23+10:00, stewart@stripped +0 -2
    warnings changed for alter table for online add column

  mysql-test/r/ndb_alter_table_online.result@stripped, 2007-07-31 18:06:23+10:00, stewart@stripped +0 -2
    warnings changed for alter table for online add column

# 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:	stewart
# Host:	willster.(none)
# Root:	/home/stewart/Documents/MySQL/5.1/telco-6.2

--- 1.44/mysql-test/r/ndb_alter_table.result	2007-07-27 16:56:35 +10:00
+++ 1.45/mysql-test/r/ndb_alter_table.result	2007-07-31 17:51:23 +10:00
@@ -343,8 +343,6 @@
 a	b
 6	203
 alter table t2 add c int;
-Warnings:
-Warning	1466	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

--- 1.2/mysql-test/r/ndb_alter_table_online.result	2007-07-27 16:56:35 +10:00
+++ 1.3/mysql-test/r/ndb_alter_table_online.result	2007-07-31 18:06:23 +10:00
@@ -2,8 +2,6 @@
 CREATE TABLE t1 (a INT UNSIGNED KEY, b INT UNSIGNED) ENGINE NDB;
 INSERT INTO t1 values (1,1);
 ALTER TABLE t1 ADD c CHAR(19);
-Warnings:
-Warning	1466	Converted FIXED field to DYNAMIC to enable on-line ADD COLUMN
 INSERT INTO t1 values (2,1,"a");
 SELECT * FROM t1 ORDER BY a;
 a	b	c
Thread
bk commit into 5.1 tree (stewart:1.2602)Stewart Smith31 Jul