We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435477f commit 65efdf6Copy full SHA for 65efdf6
sql/session.go
@@ -232,7 +232,7 @@ type LifecycleAwareSession interface {
232
// An optional Lifecycle callback which a session can receive. This can be
233
// delivered periodically during a long running operation, between the
234
// CommandBegin and CommandEnd calls. Across the call to this method, the
235
-// gms.Egnine is not accessing the session or any of its state, such as
+// gms.Engine is not accessing the session or any of its state, such as
236
// table editors, database providers, etc.
237
type SafepointAwareSession interface {
238
CommandSafepoint()
0 commit comments