Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

1109 - 42S02Unknown table 'table_names' in information_schema #930

Closed
tuohai666 opened this issue Jun 14, 2018 · 1 comment
Closed

1109 - 42S02Unknown table 'table_names' in information_schema #930

tuohai666 opened this issue Jun 14, 2018 · 1 comment
Assignees

Comments

@tuohai666
Copy link
Member

Please answer these questions before submitting your issue. Thanks!
开源不易,我们希望将精力放在完成新功能和解决有价值的问题上,为了让大家的配合更具有效率,请填写以下列出的全部问题

Which version of Sharding-Sphere do you using?(您使用的Sharding-Sphere版本为?)

Sharding-Proxy in dev branch

Expected behavior (您预期的结果是)

show tables;

Actual behavior (实际运行的结果是)

mysql> show tables;
ERROR 1109 (HY000): 42S02Unknown table 'table_names' in information_schema

Steps to reproduce the behavior (可重现问题的操作步骤)

proxy.mode: CONNECTION_STRICTLY

Please provide the reproduce example codes (such as github link),otherwise we will label the issue as Invalid and close it.(为了节省复现问题的时间,请务必提供可重现的代码,否则我们会将issue直接标记为invalid并关闭)

either CLI or GUI

Code should based on https://github.com/sharding-sphere/sharding-sphere-example
(代码请基于 https://github.com/sharding-sphere/sharding-sphere-example)

@tuohai666 tuohai666 self-assigned this Jun 14, 2018
@tuohai666
Copy link
Member Author

I've missed the test of CONNECTION_STRICTLY mode in #894 , and cause this bug.
Update mysql-connector-java to 8.0.11 will resolve this problem.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant