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 f969e25 commit a42ee3dCopy full SHA for a42ee3d
server/server.go
@@ -20,12 +20,12 @@ import (
20
"net"
21
"time"
22
23
+ "github.com/dolthub/vitess/go/mysql"
24
"github.com/sirupsen/logrus"
25
"go.opentelemetry.io/otel/trace"
26
27
sqle "github.com/dolthub/go-mysql-server"
28
"github.com/dolthub/go-mysql-server/sql"
- "github.com/dolthub/vitess/go/mysql"
29
)
30
31
// ProtocolListener handles connections based on the configuration it was given. These listeners also implement
0 commit comments