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

count获取分表当中的所有数量有问题 #29

Closed
1214568110 opened this issue Mar 11, 2016 · 1 comment
Closed

count获取分表当中的所有数量有问题 #29

1214568110 opened this issue Mar 11, 2016 · 1 comment

Comments

@1214568110
Copy link

分库分表情况
db1: order_0(记录数33)、order_1(记录数34)、order_2(记录数33)
db2: order_0(记录数0)、order_1(记录数0)、order_2(记录数0)

执行语句:
select count(1) from order 结果:33
执行语句:
select count(*) as c from order 结果:100

@hanahmily
Copy link
Contributor

从问题描述上看与 #11 相似。请使用master的最新版本再测试一次,看情况是否复现?如果还是有问题,请您像 #11 的朋友一样讲日志级别调整为trace,将日志结果贴出来,谢谢。

beckhampu added a commit that referenced this issue Sep 12, 2018
kimmking pushed a commit to kimmking/shardingsphere that referenced this issue Mar 6, 2020
revise sharding-orchestration-reg-etcd pom.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants