Skip to content

Commit

Permalink
Update setvar_affect.go
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn0915 committed Oct 16, 2023
1 parent 79db4ec commit ef8f14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sessionctx/variable/setvar_affect.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ var isHintUpdatableVerified = map[string]struct{}{
"tidb_allow_fallback_to_tikv": {},
"tiflash_fastscan": {},
"tiflash_fine_grained_shuffle_batch_size": {},
"tiflash_find_grained_shuffle_stream_count": {},
"tiflash_fine_grained_shuffle_stream_count": {},
// Variables that is compatible with MySQL.
"cte_max_recursion_depth": {},
"sql_mode": {},
Expand Down

0 comments on commit ef8f14f

Please sign in to comment.