-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: add a way of changing session variables for internal executor #122542
Copy link
Copy link
Closed
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-queriesSQL Queries TeamSQL Queries Teamv23.2.6v24.1.1
Description
As of #101486, we use global defaults for session variables used by the internal executor. It'd be nice to have a way to override those (e.g. to disable a particular feature that is buggy without a code change). One idea is to have a single cluster setting that takes in a list of overrides (like we do for crdb_internal.execute_internally builtin).
Jira issue: CRDB-37952
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-queriesSQL Queries TeamSQL Queries Teamv23.2.6v24.1.1
Type
Projects
Status
Done