зеркало из https://github.com/github/vitess-gh.git
changed SysVarSetEnabled condition
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
This commit is contained in:
Родитель
f962627dbd
Коммит
bb76bbfe79
|
@ -329,7 +329,7 @@ func (vc *vcursorImpl) FirstSortedKeyspace() (*vindexes.Keyspace, error) {
|
|||
|
||||
// SysVarSetEnabled implements the ContextVSchema interface
|
||||
func (vc *vcursorImpl) SysVarSetEnabled() bool {
|
||||
return vc.GetSessionEnableSystemSettings() && *sysVarSetEnabled
|
||||
return vc.GetSessionEnableSystemSettings()
|
||||
}
|
||||
|
||||
// KeyspaceExists provides whether the keyspace exists or not.
|
||||
|
|
Загрузка…
Ссылка в новой задаче