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

Raised by: helingyun **Steps:** 1. Empty wrapper.conf 2. Start Dble, and failed 3. Found no message in any log 4. Expect: significant error message

Migrated
Configuration
MyCAT-issue

Raised by: @yanhuqing666 As titled.

Migrated
Improvement
connection-pool

Raised by: @yanhuqing666 - support more subqueries - non-semi-join which cannot be converted to join - subquery in select

Migrated
Improvement
complex-query

Raised by: @FlyingMao **Steps:** 1. Dble: ![image](https://user-images.githubusercontent.com/31302839/29703979-6bd640a6-89aa-11e7-9c07-adf19699508d.png) 2. MySQL: ![image](https://user-images.githubusercontent.com/31302839/29703985-6fb2dc66-89aa-11e7-8838-fca97c4d8c03.png)

Migrated
Function
complex-query

Raised by: @FlyingMao **Steps:** 1. Prepare: `sbtest1` is hash sharding table 2. `begin;` 3. `insert into sbtest1 values(1,1,1,1),(2,2,2,2),(3,3,3,3),(4,4,4,4);` 4. Block a data-node by firewall 5. Wait 10 min, and Unblock...

Migrated
Function
transaction

Raised by: helingyun **Steps:** 1. Prepare: physical sever, 2 data-nodes, 2 tables on each node, 50000000 rows in each table 2. Sysbench 500 threads, sql: ``` select k as "sort_k"...

Migrated
Performance

Raised by: @sevenFH As titled.

Migrated
Function
sql-coverage

Raised by: @FlyingMao **Steps:** 1. `lock table sbtest1 read;` 2. `select * from sbtest2;` 3. `select * from sbtest2;` 4. `unlock tables;` 5. `select * from sbtest2;` Returns: `Error 1105(HY000):MySQL...

Migrated
Function
MyCAT-issue
transaction

Raised by: @zhunina Steps: 1. Execute ``` create table set_columns( id int primary key, c_set set('s','m','x') ); ``` return error: `ERROR 1064 (HY000): error SET` Log: ``` 2016-12-09 11:26:40,556 [WARN...

Migrated
Function
MyCAT-issue
sql-coverage

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.16.1 to 3.16.3. Release notes Sourced from protobuf-java's releases. Protobuf Release v3.16.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...

dependency