Skip to content

innodb_system tablespace information missing from I_S innodb_tablespa… #256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

satya-bodapati
Copy link

…ces view

Problem:

innodb system tablespace entry missing from
SELECT * FROM INFORMATION_SCHEMA.INNODB_TABLESPACES;

innodb system tablespace entry missing from I_S.INNODB_TABLESPACES VIEW

The row format shows "Compact or Redundant" for innodb system
tablespace. This is wrong. Dynamic is allowed too. So it should show
"any".

FS_BLOCK_SIZE, FILE_SIZE, ALLOCATED_SIZE are empty for undo tablespaces.
Undo tablespace is also single-file tablespace and above stats can be
retrieved.

Fix:

Make sure system tablespace entry exists in I_S.INNODB_TABLESPACES output
Also fix 2) and 3).

@satya-bodapati satya-bodapati force-pushed the 8.0-missing-sys_i_s_view branch from 75732ce to e95f0a5 Compare March 14, 2019 08:41
…ces view

Problem:
--------
innodb system tablespace entry missing from
SELECT * FROM INFORMATION_SCHEMA.INNODB_TABLESPACES;

1)
innodb system tablespace entry missing from I_S.INNODB_TABLESPACES VIEW

2)
The row format shows "Compact or Redundant" for innodb system
tablespace. This is wrong. Dynamic is allowed too. So it should show
"any".

3)
FS_BLOCK_SIZE, FILE_SIZE, ALLOCATED_SIZE are empty for undo tablespaces.
Undo tablespace is also single-file tablespace and above stats can be
retrieved.

Fix:
----
Make sure system tablespace entry exists in I_S.INNODB_TABLESPACES output
Also fix 2) and 3).
@mysql-oca-bot
Copy link

Hi, thank you for submitting this pull request. In order to consider your code we need you to sign the Oracle Contribution Agreement (OCA). Please review the details and follow the instructions at http://www.oracle.com/technetwork/community/oca-486395.html
Please make sure to include your MySQL bug system user (email) in the returned form.
Thanks

@laurynas-biveinis
Copy link

@satya-bodapati should be covered by Percona blanket OCA

@satya-bodapati
Copy link
Author

@laurynas-biveinis right, had to email Tom to add my name in the contributors list

@satya-bodapati
Copy link
Author

I am now covered under Percona's blanket OCA. Please check if there is something else I need to do.

@mysql-oca-bot
Copy link

Hi, thank you for your contribution. Please confirm this code is submitted under the terms of the OCA (Oracle's Contribution Agreement) you have previously signed by cutting and pasting the following text as a comment:
"I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it."
Thanks

@satya-bodapati
Copy link
Author

"I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it."

@mysql-oca-bot
Copy link

Hi, thank you for your contribution. Your code has been assigned to an internal queue. Please follow
bug http://bugs.mysql.com/bug.php?id=94694 for updates.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants