dble
dble copied to clipboard
A High Scalability Middle-ware for MySQL Sharding
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
Raised by: @yanhuqing666 As titled.
Raised by: @yanhuqing666 - support more subqueries - non-semi-join which cannot be converted to join - subquery in select
Raised by: @FlyingMao **Steps:** 1. Dble:  2. MySQL: 
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...
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"...
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...
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...
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...