1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

bug#20073 information_schema.FILES for UNDO LOG give incorrect EXTENT_SIZE, FREE_EXTENTS,: Updated reslt file

This commit is contained in:
mskold/marty@mysql.com/linux.site
2006-09-20 20:04:58 +02:00
parent d6d0208dfb
commit 9707d43cc3

View File

@@ -49,10 +49,11 @@ c1 c2 c3
4 8 7 4 8 7
5 10 8 5 10 8
FILE_NAME FILE_TYPE TABLESPACE_NAME LOGFILE_GROUP_NAME FILE_NAME FILE_TYPE TABLESPACE_NAME LOGFILE_GROUP_NAME
NULL UNDO LOG NULL lg1
datafile.dat DATAFILE ts1 lg1 datafile.dat DATAFILE ts1 lg1
datafile02.dat DATAFILE ts1 lg1 datafile02.dat DATAFILE ts1 lg1
undofile.dat UNDO LOG ts1 lg1 undofile.dat UNDO LOG NULL lg1
undofile02.dat UNDO LOG ts1 lg1 undofile02.dat UNDO LOG NULL lg1
**** Do First Set of ALTERs in the master table **** **** Do First Set of ALTERs in the master table ****
CREATE INDEX t1_i ON t1(c2, c3); CREATE INDEX t1_i ON t1(c2, c3);
ALTER TABLE t1 ADD c4 TIMESTAMP; ALTER TABLE t1 ADD c4 TIMESTAMP;