remove SPACE_TYPE from innodb_tablespaces (Closes: #528)#616
Open
hggh wants to merge 1 commit intoprometheus:mainfrom
Open
remove SPACE_TYPE from innodb_tablespaces (Closes: #528)#616hggh wants to merge 1 commit intoprometheus:mainfrom
hggh wants to merge 1 commit intoprometheus:mainfrom
Conversation
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>
Member
|
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? |
Author
|
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? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The SPACE_TYPE column was introduced in MariaDB 10.2.1 and removed in MariaDB 10.5.0.