Closed wbtlb closed 1 year ago
pisanix v0.3.1
MySQL [mysqlio_test]> select count(*) from t_order; +----------+ | count(*) | +----------+ | 1 | | 1 | +----------+
in Sharding, after count computing, result should be merged
I will check on it.
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?