ActionTech-bot
ActionTech-bot
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...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** support: - [x] function - [x] user/privileges - [x] produce - [ ] trigger...
**Description** **Steps to reproduce the issue:** 1. set up a replication 2. monitor on network **Describe the results you received:** 1. found target send 15%+ of data back to source,...
**Problem Description:** when execute the statement of 'alter xx drop xx partition xx' on the two source database at the same time, the job will be 'shut down'. **Version: (git:...
**Problem Description:** when execute the statement of 'alter xx drop xx partition xx' on the two source database at the same time, the job will be 'shut down'. **Version: (git:...