Skip to content

[Bug] Some query results from information_schema.columns are incorrect #9597

Description

@lide-reed

Search before asking

  • I had searched in the issues and found no similar issues.

Version

dev 1.0.1

What's Wrong?

MySQL [testdb]> show databases;
+--------------------+
| Database |
+--------------------+
| abc |
| testdb |
...

MySQL [testdb]> select table_schema,table_name from information_schema.columns where table_schema='abc';
Empty set (0.05 sec)

What You Expected?

The result of following query is not empty.
select table_schema,table_name from information_schema.columns where table_schema='abc';

How to Reproduce?

Still have not...

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

usercaseImportant user case type label

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions