1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

BUG#20073 information_schema.FILES for UNDO LOG give incorrect EXTENT_SIZE, FREE_EXTENTS,

Change things around so that we add a row for each log file group that lists
the free space for that log file group.
This commit is contained in:
stewart@willster.(none)
2006-09-19 01:44:32 +10:00
parent a2928a35d8
commit 49eb41e09d
4 changed files with 137 additions and 22 deletions

View File

@ -2747,6 +2747,7 @@ static int dump_all_tablespaces()
" ENGINE"
" FROM INFORMATION_SCHEMA.FILES"
" WHERE FILE_TYPE = \"UNDO LOG\""
" AND FILE_NAME IS NOT NULL"
" ORDER BY LOGFILE_GROUP_NAME"))
return 1;