Skip to content

Commit 443e74e

Browse files
authored
Merge branch 'master' into grodowski/coding-chimp/on-retry-hook
2 parents ca0ed92 + 982eefb commit 443e74e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)