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

Show tables Compatibility differences #30803

Closed
Tracked by #31481
unhappydepig opened this issue Dec 16, 2021 · 3 comments · Fixed by #31919
Closed
Tracked by #31481

Show tables Compatibility differences #30803

unhappydepig opened this issue Dec 16, 2021 · 3 comments · Fixed by #31919
Assignees
Labels
severity/moderate sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.

Comments

@unhappydepig
Copy link

We use tidb and elastic-job。
We have create job_execution_log in tidb。However, at startup, the program will also try to rebuild the table, because the table already exists, so the program will report an error.

By checking the source code, it is found that elastic job uses 【SHOW FULL TABLES LIKE 'JOB_EXECUTION_LOG';】 No results were returned。when we use lowercase [SHOW FULL TABLES LIKE 'job_execution_log';]It can return normally。

When we use MySQL。Whether in large or lowercase It can return normally。

@unhappydepig unhappydepig added the type/bug The issue is confirmed as a bug. label Dec 16, 2021
@hawkingrei
Copy link
Member

/assign

@hawkingrei
Copy link
Member

dup of #29910

@github-actions
Copy link

Please check whether the issue should be labeled with 'affects-x.y' or 'fixes-x.y.z', and then remove 'needs-more-info' label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/moderate sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants