chenxuedong

Results 5 issues of chenxuedong

### Describe the problem Create two tables t_ test1、t_ test2, the storage engine is tianmu, and then create triggers to intsert data to table t_test1, the data is synchronized to...

A-bug

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** need to support temporary table **Describe alternatives you've considered** **Additional context** now,can create temporary table...

A-feature

### Describe the problem When the data volume of the table is large, such as table t_test has 19m, 2million data. When the table storage engine stonedb is changed to...

A-bug
prio: high

**Is your feature request related to a problem? Please describe.** handle api is added dd::Table * parameter,as below: ``` 1. int delete_table(const char *from, const dd::Table *table_def) override; 2. int...

A-feature
C-stonedb-8.0

**Is your feature request related to a problem? Please describe.** Adding some basic tests for StoneDB 8.0, but in StoneDB 5.7 these tests failed. **Describe the solution you'd like** find...

A-feature
C-stonedb-8.0