We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec02c37 commit 982eefbCopy full SHA for 982eefb
go/logic/applier.go
@@ -433,7 +433,7 @@ func (this *Applier) CreateCheckpointTable() error {
433
colDefs := []string{
434
"`gh_ost_chk_id` bigint auto_increment primary key",
435
"`gh_ost_chk_timestamp` bigint",
436
- "`gh_ost_chk_coords` varchar(4096)",
+ "`gh_ost_chk_coords` text charset ascii",
437
"`gh_ost_chk_iteration` bigint",
438
"`gh_ost_rows_copied` bigint",
439
"`gh_ost_dml_applied` bigint",
0 commit comments