trycache0828 removed a comment on issue #11534: URL: https://github.com/apache/shardingsphere/issues/11534#issuecomment-887316531
> > ## MySQL limit paging query bug (Left join query) > > When use LIMIT 0, 10, the query result is normal and the number of query result records is 10. > > When use LIMIT 10, 10, the query result is normal and the number of query result records is 10. > > But when use LIMIT 20, 10, the query result is incorrect and the number of query result records is 20. > >  > > ## Dependency package > > ``` > > <!-- shardingsphere 5.x --> > > <!-- https://mvnrepository.com/artifact/org.apache.shardingsphere/shardingsphere-jdbc-core --> > > <dependency> > > <groupId>org.apache.shardingsphere</groupId> > > <artifactId>shardingsphere-jdbc-core</artifactId> > > <version>5.0.0-beta</version> > > <exclusions> > > <exclusion> > > <groupId>org.apache.curator</groupId> > > <artifactId>curator-client</artifactId> > > </exclusion> > > </exclusions> > > </dependency> > > ``` > > @trycache0828 Can you submit a new issue to report mysql limit bug? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
