We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pisanix v0.3.1
MySQL [mysqlio_test]> select count(*) from t_order; +----------+ | count(*) | +----------+ | 1 | | 1 | +----------+
in Sharding, after count computing, result should be merged
The text was updated successfully, but these errors were encountered:
I will check on it.
Sorry, something went wrong.
xuanyuan300
Successfully merging a pull request may close this issue.
Bug Report
What version of Pisanix are you using?
pisanix v0.3.1
What operating system and CPU are you using?
Steps to reproduce
MySQL [mysqlio_test]> select count(*) from t_order;
+----------+
| count(*) |
+----------+
| 1 |
| 1 |
+----------+
What did you expect?
in Sharding, after count computing, result should be merged
What did happened?
The text was updated successfully, but these errors were encountered: