List:Commits« Previous MessageNext Message »
From:Martin Skold Date:September 20 2006 8:05pm
Subject:bk commit into 5.1 tree (mskold:1.2317) BUG#20073
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of marty. When marty 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, 2006-09-20 20:04:58+02:00, mskold@stripped +1 -0
  bug#20073 information_schema.FILES for UNDO LOG give incorrect EXTENT_SIZE,
FREE_EXTENTS,: Updated reslt file

  mysql-test/r/rpl_ndb_dd_advance.result@stripped, 2006-09-20 20:04:33+02:00, mskold@stripped
+3 -2
    bug#20073 information_schema.FILES for UNDO LOG give incorrect EXTENT_SIZE,
FREE_EXTENTS,: Updated reslt file

# 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:	mskold
# Host:	linux.site
# Root:	/windows/Linux_space/MySQL/mysql-5.1-new-ndb

--- 1.6/mysql-test/r/rpl_ndb_dd_advance.result	2006-09-20 20:05:08 +02:00
+++ 1.7/mysql-test/r/rpl_ndb_dd_advance.result	2006-09-20 20:05:08 +02:00
@@ -49,10 +49,11 @@ c1	c2	c3
 4	8	7
 5	10	8
 FILE_NAME	FILE_TYPE	TABLESPACE_NAME	LOGFILE_GROUP_NAME
+NULL	UNDO LOG	NULL	lg1
 datafile.dat	DATAFILE	ts1	lg1
 datafile02.dat	DATAFILE	ts1	lg1
-undofile.dat	UNDO LOG	ts1	lg1
-undofile02.dat	UNDO LOG	ts1	lg1
+undofile.dat	UNDO LOG	NULL	lg1
+undofile02.dat	UNDO LOG	NULL	lg1
 **** Do First Set of ALTERs in the master table ****
 CREATE INDEX t1_i ON t1(c2, c3);
 ALTER TABLE t1 ADD c4 TIMESTAMP;
Thread
bk commit into 5.1 tree (mskold:1.2317) BUG#20073Martin Skold20 Sep