Skip to content

Commit 982eefb

Browse files
authored
Change checkpoint binlog coordinates field to TEXT (#1611)
1 parent ec02c37 commit 982eefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/logic/applier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ func (this *Applier) CreateCheckpointTable() error {
433433
colDefs := []string{
434434
"`gh_ost_chk_id` bigint auto_increment primary key",
435435
"`gh_ost_chk_timestamp` bigint",
436-
"`gh_ost_chk_coords` varchar(4096)",
436+
"`gh_ost_chk_coords` text charset ascii",
437437
"`gh_ost_chk_iteration` bigint",
438438
"`gh_ost_rows_copied` bigint",
439439
"`gh_ost_dml_applied` bigint",

0 commit comments

Comments
 (0)