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

fix: tddl gives misleading information_schema.columns.table_name #284

Merged
merged 1 commit into from
Feb 28, 2022

Conversation

cyjake
Copy link
Owner

@cyjake cyjake commented Feb 28, 2022

MySQL [CENTRAL_APP]> SELECT table_name FROM information_schema.columns WHERE table_schema = 'CENTRAL_APP' AND table_name in ('central_creations_logic_0000') LIMIT 1;
+-------------------------+
| table_name              |
+-------------------------+
| central_creations_logic |
+-------------------------+
1 row in set (0.03 sec)

@chenhui5416 chenhui5416 merged commit e6d73eb into master Feb 28, 2022
@chenhui5416 chenhui5416 deleted the fix-tddl-compatibility branch February 28, 2022 10:35
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