Skip to content

Commit 44b2d8a

Browse files
author
James Cor
committed
test enable stats
1 parent 97493f1 commit 44b2d8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func runServer(ctx context.Context, cfg *servercfg.DoltgresConfig, dEnv *env.Dol
9898

9999
defer tempfiles.MovableTempFileProvider.Clean()
100100

101-
sql.SystemVariables.SetGlobal(sql.NewContext(ctx), dsess.DoltStatsEnabled, false)
101+
//sql.SystemVariables.SetGlobal(sql.NewContext(ctx), dsess.DoltStatsEnabled, false)
102102

103103
err := dsess.InitPersistedSystemVars(dEnv)
104104
if err != nil {

0 commit comments

Comments
 (0)