The following system variables are registered in the dolt source (dsess/variables.go, sqle/system_variables.go) but have no entry in reference/sql/version-control/dolt-sysvars.md:
Entirely undocumented:
dolt_allow_ci_creation
dolt_auto_gc_enabled
dolt_cluster_ack_writes_timeout_secs
dolt_optimize_json
Mentioned inline elsewhere but no per-variable anchor:
dolt_cluster_role — discussed in reference/sql/server/replication.md
dolt_cluster_role_epoch — same
dolt_transactions_disabled — listed in concepts/dolt/sql/system-variables.md as a table row
Each needs a proper section in dolt-sysvars.md (description, scope, default, accepted values). Add to sql-extensions.md once documented.
Surfaced during the source-vs-docs cross-check for #43 (see #64).
The following system variables are registered in the dolt source (
dsess/variables.go,sqle/system_variables.go) but have no entry inreference/sql/version-control/dolt-sysvars.md:Entirely undocumented:
dolt_allow_ci_creationdolt_auto_gc_enableddolt_cluster_ack_writes_timeout_secsdolt_optimize_jsonMentioned inline elsewhere but no per-variable anchor:
dolt_cluster_role— discussed inreference/sql/server/replication.mddolt_cluster_role_epoch— samedolt_transactions_disabled— listed inconcepts/dolt/sql/system-variables.mdas a table rowEach needs a proper section in
dolt-sysvars.md(description, scope, default, accepted values). Add tosql-extensions.mdonce documented.Surfaced during the source-vs-docs cross-check for #43 (see #64).