Skip to content
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

remove SPACE_TYPE from innodb_tablespaces (Closes: #528) #616

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hggh
Copy link

@hggh hggh commented Feb 24, 2022

The SPACE_TYPE column was introduced in MariaDB 10.2.1 and removed in MariaDB 10.5.0.

The SPACE_TYPE column was introduced in MariaDB 10.2.1 and removed
in MariaDB 10.5.0.

Signed-off-by: Jonas Genannt <jge@scireum.de>
@SuperQ
Copy link
Member

SuperQ commented Mar 3, 2022

What did this label provide in the previous versions? Are we sure that nobody depends on this in older versions?

Do we need to support both the old and new versions at the same time?

@hggh
Copy link
Author

hggh commented Mar 7, 2022

The information inside SPACE_TYPE was General or Single. if you have the configuration option innodb_file_per_table the SPACE_TYPE was "Single".

I'm not sure if anybody uses that information, since it was only present from 10.2.1 to 10.5; it was not so long in usage.

But we can check the version and query that field if a MariaDB 10.2.1 to 10.5 is running?

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.

None yet

2 participants