Skip to content
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

PT-2401 - remove check to fix the 'table does not exist' problem when lower_case_table_names=2 is set #891

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

ehooi
Copy link

@ehooi ehooi commented Dec 6, 2024

pt-online-schema-change failed with 'table TableName does not exist', but the table exists.

It seems that #516 introduces this issue.

The variable $tbl changed to lowercase as tablename but MySQL returned the original case TableName when lower_case_table_names=2 is set.
As a result, the check that I removed fails.

Since the check appeared to be primarily preventive, I decided to remove it.

@ehooi ehooi requested a review from svetasmirnova as a code owner December 6, 2024 09:29
@it-percona-cla
Copy link

it-percona-cla commented Dec 6, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants