Skip to content

Commit 2a94a2b

Browse files
authored
Merge branch 'master' into master
2 parents e92fe48 + e0abcca commit 2a94a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

canal/sync.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ func parseStmt(stmt ast.StmtNode) (ns []*node) {
223223
case *ast.TruncateTableStmt:
224224
n := &node{
225225
db: t.Table.Schema.String(),
226-
table: t.Table.Schema.String(),
226+
table: t.Table.Name.String(),
227227
}
228228
ns = []*node{n}
229229
}

0 commit comments

Comments
 (0)