Skip to content

Conversation

@JedMeister
Copy link
Member

@JedMeister JedMeister commented May 14, 2024

General improvements; somewhat related to turnkeylinux-apps/redmine#29 - and also perhaps related to turnkeylinux/tracker#1947 ?

The removal of /var/lib/mysql/ib_logfile* files was a bugfix for a weird issue 13 years ago! I have just done a build without removing these files and it appears to be fine.

The innodb-barracuda.cnf file was to work around issues with utfmb4 on an older version of MariaDB (that didn't default to supporting it). The settings in it are now either deprecated, or the defaults.

default_tmp_storage_engine = InnoDB
        - redundant as default_tmp_storage_engine falls back to
          default_storage_engine & default value of
          default_storage_engine is InnoDB

innodb_file_format = Barracuda
        - deprecated & ignored; removal eliminates warning from log

innodb_large_prefix = 1
        - as per innodb_file_format above

innodb_default_row_format = Dynamic
        - redundant as Dynamic is now the default
Copy link
Member

@OnGle OnGle left a comment

Choose a reason for hiding this comment

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

lgtm!

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.

2 participants