Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit982eefb

Browse files
authored
Change checkpoint binlog coordinates field to TEXT (#1611)
1 parentec02c37 commit982eefb

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)

[8]ページ先頭

©2009-2025 Movatter.jp