Skip to content

Commit

Permalink
feat(cdc): in-memory backfill for single mysql cdc table (#11707)
Browse files Browse the repository at this point in the history
Co-authored-by: StrikeW <StrikeW@users.noreply.github.com>
  • Loading branch information
2 people authored and Li0k committed Sep 15, 2023
1 parent 7601abb commit 18ea4e8
Show file tree
Hide file tree
Showing 51 changed files with 2,763 additions and 132 deletions.
258 changes: 258 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion e2e_test/source/cdc/mysql_cdc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ VALUES (1,1,'no'),

CREATE USER 'dbz'@'%' IDENTIFIED BY '123456';
GRANT SELECT, RELOAD, SHOW DATABASES, REPLICATION SLAVE, REPLICATION CLIENT ON *.* TO 'dbz'@'%';
GRANT LOCK TABLES ON `my@db`.* TO 'dbz'@'%';
Loading

0 comments on commit 18ea4e8

Please sign in to comment.