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

Adjust ROW_FORMAT note to changes in Nextcloud 24 #9501

Merged
merged 1 commit into from
Jan 2, 2023

Conversation

danxuliu
Copy link
Member

Since Nextcloud 24 ROW_FORMAT is no longer set to "COMPRESSED" when changing the character set of tables to "utf8mb4" in the "Repair MySQL collation" repair step. However, that repair step still sets the ROW_FORMAT to "DYNAMIC" before changing the collation of tables, no matter the character set.

Since Nextcloud 24 (nextcloud/server#e49233a79546) ROW_FORMAT is no
longer set to "COMPRESSED" when changing the character set of tables to
"utf8mb4" in the "Repair MySQL collation" repair step. However, that
repair step still sets the ROW_FORMAT to "DYNAMIC" before changing the
collation of tables, no matter the character set.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
@danxuliu
Copy link
Member Author

/backport to stable25

@danxuliu
Copy link
Member Author

/backport to stable24

Copy link
Member

@PVince81 PVince81 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@PVince81 PVince81 merged commit 8673023 into master Jan 2, 2023
@PVince81 PVince81 deleted the adjust-row-format-note-to-changes-in-nextcloud-24 branch January 2, 2023 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants