File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,13 @@ import (
2121 "io"
2222 "strings"
2323
24- "github.com/dolthub/go-mysql-server/sql"
25- "github.com/dolthub/go-mysql-server/sql/plan"
26- "github.com/dolthub/go-mysql-server/sql/types"
2724 "github.com/dolthub/vitess/go/mysql"
2825 "github.com/dolthub/vitess/go/sqltypes"
2926 "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"
30+ "github.com/dolthub/go-mysql-server/sql/types"
3031)
3132
3233// 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 @@ -19,14 +19,15 @@ import (
1919 "encoding/binary"
2020 "testing"
2121
22+ "github.com/dolthub/vitess/go/mysql"
23+ "github.com/dolthub/vitess/go/sqltypes"
24+ "github.com/stretchr/testify/require"
25+
2226 "github.com/dolthub/go-mysql-server/memory"
2327 "github.com/dolthub/go-mysql-server/sql"
2428 "github.com/dolthub/go-mysql-server/sql/plan"
2529 "github.com/dolthub/go-mysql-server/sql/types"
2630 "github.com/dolthub/go-mysql-server/test"
27- "github.com/dolthub/vitess/go/mysql"
28- "github.com/dolthub/vitess/go/sqltypes"
29- "github.com/stretchr/testify/require"
3031)
3132
3233func TestBuildBinlog_InvalidBase64 (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments