Skip to content

Commit bd8645a

Browse files
authored
Merge pull request #805 from david0ffff/master
fix: constant name mismatch
2 parents bea526d + 804a1e8 commit bd8645a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

replication/const.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const (
3535

3636
const (
3737
BINLOG_ROW_IMAGE_FULL = "FULL"
38-
BINLOG_ROW_IAMGE_MINIMAL = "MINIMAL"
38+
BINLOG_ROW_IMAGE_MINIMAL = "MINIMAL"
3939
BINLOG_ROW_IMAGE_NOBLOB = "NOBLOB"
4040
)
4141

0 commit comments

Comments
 (0)