Skip to content

fix(mysql): add innodb_redo_log_capacity to 8.0 cue schema (port from apecloud-addons)#3084

Draft
weicao wants to merge 1 commit into
mainfrom
helios/mysql-cue-redo-log-capacity
Draft

fix(mysql): add innodb_redo_log_capacity to 8.0 cue schema (port from apecloud-addons)#3084
weicao wants to merge 1 commit into
mainfrom
helios/mysql-cue-redo-log-capacity

Conversation

@weicao

@weicao weicao commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Fixes #3083.

Verbatim port of the enterprise-repo cue entry, inserted at the same position (after innodb_redo_log_encrypt):

// The total capacity in bytes of the redo log.
innodb_redo_log_capacity: int & >= 8388608

Template render (mysql8.0-config.tpl:130) and effect-scope dynamic listing (line 541) already exist; this closes the schema gap between them.

Runtime validation before undraft: reconfigure innodb_redo_log_capacity on an 8.0 cluster succeeds and SELECT @@innodb_redo_log_capacity reflects the new value.

🤖 Generated with Claude Code

… apecloud-addons)

The template renders it and the effect scope lists it as dynamic, but
the cue schema had no entry, leaving reconfigure of this parameter
unvalidated. Port the enterprise-repo constraint verbatim.

Fixes #3083

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (35e0ded) to head (0ab50ea).

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #3084   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files        144     144           
  Lines      23013   23013           
=====================================
  Misses     23013   23013           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

mysql: innodb_redo_log_capacity missing from 8.0 cue schema (port enterprise fix)

2 participants