File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,12 @@ import (
2121 "io"
2222 "strings"
2323
24- "github.com/dolthub/go-mysql-server/sql"
25- "github.com/dolthub/go-mysql-server/sql/plan"
2624 "github.com/dolthub/vitess/go/mysql"
2725 "github.com/dolthub/vitess/go/sqltypes"
2826 "github.com/dolthub/vitess/go/vt/proto/query"
27+
28+ "github.com/dolthub/go-mysql-server/sql"
29+ "github.com/dolthub/go-mysql-server/sql/plan"
2930)
3031
3132// See https://github.com/mysql/mysql-server/blob/trunk/libs/mysql/binlog/event/binlog_event.h
Original file line number Diff line number Diff line change @@ -20,14 +20,15 @@ import (
2020 "io"
2121 "testing"
2222
23+ "github.com/dolthub/vitess/go/mysql"
24+ "github.com/dolthub/vitess/go/sqltypes"
25+ "github.com/stretchr/testify/require"
26+
2327 "github.com/dolthub/go-mysql-server/memory"
2428 "github.com/dolthub/go-mysql-server/sql"
2529 "github.com/dolthub/go-mysql-server/sql/plan"
2630 "github.com/dolthub/go-mysql-server/sql/types"
2731 "github.com/dolthub/go-mysql-server/test"
28- "github.com/dolthub/vitess/go/mysql"
29- "github.com/dolthub/vitess/go/sqltypes"
30- "github.com/stretchr/testify/require"
3132)
3233
3334func TestBuildBinlog_InvalidBase64 (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments