Skip to content

Commit

Permalink
sessionctx: fix var typo (pingcap#47609) (pingcap#47953)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Oct 25, 2023
1 parent c914b34 commit 2d87034
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 2d87034

Please sign in to comment.