Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
This commit is contained in:
Shlomi Noach 2021-05-04 18:46:20 +03:00
parent 91dec1a0f2
commit 48b02833ba

View File

@ -42,7 +42,7 @@ type Column struct {
enumToTextConversion bool
// add Octet length for binary type, fix bytes with suffix "00" get clipped in mysql binlog.
// https://github.com/github/gh-ost/issues/909
BinaryOctetLength uint
BinaryOctetLength uint
}
func (this *Column) convertArg(arg interface{}, isUniqueKeyColumn bool) interface{} {