-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change case-sensitive parameter default value to false #10047
Labels
affects-5.3
affects-5.4
This bug affects the 5.4.x(LTS) versions.
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
area/ticdc
Issues or PRs related to TiCDC.
severity/moderate
type/bug
The issue is confirmed as a bug.
Comments
/type bug |
ti-chi-bot
added
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
labels
Nov 9, 2023
This was referenced Nov 10, 2023
ti-chi-bot
pushed a commit
to ti-chi-bot/tiflow
that referenced
this issue
Nov 10, 2023
18 tasks
ti-chi-bot
added
affects-5.3
affects-5.4
This bug affects the 5.4.x(LTS) versions.
labels
Nov 27, 2023
16 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-5.3
affects-5.4
This bug affects the 5.4.x(LTS) versions.
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
area/ticdc
Issues or PRs related to TiCDC.
severity/moderate
type/bug
The issue is confirmed as a bug.
now the default value of changefeed case-sensitive parameter is true, which means it will filter tables in the sensitive model
but cdc always get a lowercase db name from tikv, so in some case, some DDL will be discarded by mistake.
for example
ddls
the last ddl
alter table t2 rename to t1;
will be ignoredThe text was updated successfully, but these errors were encountered: