更新TeaGo

This commit is contained in:
刘祥超
2022-04-08 14:57:20 +08:00
parent c03d9f1880
commit 4e18129c6c
8 changed files with 37 additions and 18 deletions

View File

@@ -585,6 +585,8 @@ func (this *APINode) listenSock() error {
_ = cmd.Reply(&gosock.Command{
Params: map[string]interface{}{"debug": teaconst.Debug},
})
case "db.stmt":
dbs.ShowPreparedStatements = true
}
})