DOCS-6424 Document create_tmp_table_binlog_formats for ES 11.8.9-6 - #1019
Open
mariadb-udaydubey wants to merge 1 commit into
Open
mariadb-udaydubey wants to merge 1 commit into
mariadb-udaydubey wants to merge 1 commit into
Conversation
Correct the Data Type from enum to set, and add an Enterprise Server note covering the 11.8.9-6 MIXED,STATEMENT default, the MIXED-implies-STATEMENT auto-upgrade and its warning 1292, and the fact that earlier Enterprise Server 11.8 releases do not have the variable. Add the variable to the list of system variables added in Enterprise Server 11.8. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
bnestere
self-requested a review
September 4, 2026 13:52
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.
Documents the
create_tmp_table_binlog_formatssystem variable for MariaDB Enterprise Server, per DOCS-6424 (→ MENT-2792 → MDEV-36099).Changes
replication-and-binary-log-system-variables.mdData Typefromenumtoset— the variable is aSys_var_set, which is whyMIXED,STATEMENTis a valid value.MIXED,STATEMENTdefault starting with 11.8.9-6, versus the Community Server default ofSTATEMENT;warning 1292, and the fact thatSELECTreturns the upgraded value rather than what was assigned.system-variables-added-in-enterprise-server-11.8.mdAddedcell readsEnterprise Server 11.8to match every sibling row; the precise11.8.9-6version is carried by the hint block linked from that row.Source verification
All claims verified against the enterprise repo at
72bfb892c8537baa3e0e5ea16e24e79171a9be22(origin/11.8-enterprise), cross-checked against communityorigin/main. A fact-check report with 15 claims (docfile:line→ sourcefile:line @ SHA→ verdict) accompanies DOCS-6424 and will be posted to the ticket on handoff.Two points worth reviewer attention:
create_temporary_table_binlog_formatsis introduced onorigin/11.8-enterpriseby1955f1a9b0c(dated 2026-08-31) — the first and only commit adding it. The tree at 11.8.8-5's release date (2026-06-26) contains zero occurrences. 11.8.9-6 is unreleased as of this PR; its release-note pages are in flight under DOCS-6574.warning 1292are identical in Community Server 12.0.1+ (throw_bounds_warningin communitysql/sys_vars.ccis byte-identical), so qualifying that sentence to 11.8.9-6 would wrongly imply Community lacks the warning.Notes
72bfb892c8. Only MDEV-36980 warrants a changelog entry; that bullet has been handed to DOCS-6574 rather than added here.lycheecannot validate external URLs behind this machine's TLS interception. Local verification:codespellclean,lychee --offline0 errors over 311 local links, GitBook blocks balanced. The 36 pre-existing rawapp.gitbook.comURLs on the reference page are untouched (36 onmain, 36 here).🤖 Generated with Claude Code