Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elsa0520 committed Sep 7, 2022
1 parent 9bfa8f2 commit 68de505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sessionctx/variable/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -3025,6 +3025,7 @@ func (s *SessionVars) GetNegateStrMatchDefaultSelectivity() float64 {
return 1 - s.GetStrMatchDefaultSelectivity()
}

// EnableInlineCTE returns the session variable enableInlineCTE
func (s *SessionVars) EnableInlineCTE() bool {
return s.enableInlineCTE
}

0 comments on commit 68de505

Please sign in to comment.