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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user