dble icon indicating copy to clipboard operation
dble copied to clipboard

A High Scalability Middle-ware for MySQL Sharding

Results 113 dble issues
Sort by recently updated
recently updated
newest added

* **dble version:** 3.22.01.1 GitVersion 6c90fba9b199f2829d8478cb7c6ce8ae2b922925 BuildTime 20220615064550 MavenVersion 3.22.01.1 GitUrl https://github.com/actiontech/dble WebSite https://opensource.actionsky.com/ QQGroup 669663113 * **preconditions :** no * **configs:** **cluster.cnf** ``` ``` **bootstrap.cnf** ``` ``` **db.xml** ```...

community

Reason:   Improve #inner 1489. Type:   BUG/Improve Influences:   inner 1489: readonly transaction can push to slave

Reason:   BUG inner-1937 Type:   BUG Influences:   fix json return 0 when unmatched && optimize json unquote

Reason:   BUG #3420. Type:   BUG Influences:   dble parse date parameter error in com_execute packet

1. 问题描述: 使用mysql-connector-java-8.0.27版本,jdbc url 设置useCursorFetch=true 时,某些SQL在prepare 阶段报错。 2. 版本信息: - DBLE : 8.0.27-dble-3.21.10.1-0b245c11a60737aa0d7504de635bb6e89378445d-20220127041458 - JDBC Connector : mysql-connector-java-8.0.27 3. 日志信息: - general.log ``` 2022-09-23T16:54:19.022 8116 Connect dble-user@hostname on test_sharding_db using...

community
bug

Bumps [guava](https://github.com/google/guava) from 29.0-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...

dependency

[inner-2311] fix: precision is missing when datetime/timestamp/time are converted to strings Reason:   BUG #. or Improve #. Type:   BUG/Improve Influences:    fix xx

Reason:   BUG #. or Improve #. Type:   BUG/Improve Influences:    fix xx

* **dble version:2.19.03/lts** * **preconditions :** * **configs:** **schema.xml** ``` select user() ``` **rule.xml** ``` id hashmod 2 1 ``` **server.xml** ``` ``` * **steps:** step1. 创建表testjson CREATE TABLE `testjson`...

**bootstrap.cnf** ,个人认为jvm相关的配置参数可以独立出去,由dble启动程序检测宿主机内存自动设定jvm相关参数,减少用户侧因为设定这块的错误导致起不来的情况。