lilanlong

Results 3 issues of lilanlong

### 当前使用版本(必填,否则不予处理) 3.5.6 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) 使用mybatis @SelectProvider 注解进行翻页查询,使用了SQLServer2005Dialect翻页实现,select前面有一个空格,导致SQL截取的时候出现了问题。 ![image](https://github.com/baomidou/mybatis-plus/assets/18063071/a759344c-2973-4ea4-bef8-a51a82eef3f6) ### 重现步骤(如果有就写完整) ### 报错信息 SQL 错误 [156] [S0001]: 关键字 'FROM' 附近有语法错误。

bug

### Purpose of this pull request [Fix][connector-cdc-mysql]MySqlConnectionUtils MySQL8.4 binlog相关语句变更问题 https://github.com/apache/seatunnel/issues/7416 ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list * [ ]...

connectors-v2
cdc

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened MySQL8.4版本 SHOW MASTER STATUS 语句已经不能使用,换成了 SHOW BINARY LOGS SHOW BINARY...

bug
help wanted