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.
canal and sync can't send DDL sql like create index xx on tablename and drop index xx on tablename,how can I get it
parseStmt do not support *ast.DropIndexStmt and *ast.CreateIndexStmt
Activity
deadspacewii commentedon Jan 17, 2024
canal and sync can't send DDL sql like create index xx on tablename and drop index xx on tablename,how can I get it
deadspacewii commentedon Jan 17, 2024
parseStmt do not support *ast.DropIndexStmt and *ast.CreateIndexStmt
[-]canal and sync can't send DDL sql[/-][+]canal can't send create index and drop index sql[/+]