hustjieke

Results 46 issues of hustjieke

### Describe the problem ``` mysql> show tables; +----------------+ | Tables_in_test | +----------------+ | t | +----------------+ 1 row in set (0.00 sec) mysql> delete from t; Query OK, 0...

A-bug

## Summary about this PR After fix abs path during install, you can set path using `install_target=`YOUR_PATHl`, for default we use `install_target="`pwd`/../build/install`" in scripts/stonedb_build.sh or just set path using cmake...

PR-feature

**Is your feature request related to a problem? Please describe.** In scripts/stonedb_build.sh, the boost path: ``` -DWITH_BOOST=/usr/local/lib/boost/include ``` In StoneDB CMakeList.txt: ``` SET(BOOST_ROOT /usr/local/lib/boost) ``` **Describe the solution you'd like**...

A-enhancement
A-feature

**Is your feature request related to a problem? Please describe.** Fix hard code on and more friendly in install_scripts/CMakeList.txt ``` SET (INSTALL_ENGINE "/stonedb57") SET (ENGINE_MYSQLDIR "${INSTALL_ENGINE}/install") install(FILES my.cnf DESTINATION ${ENGINE_MYSQLDIR}...

A-feature

**Is your feature request related to a problem? Please describe.** As `StoneDB` only support `primary key`, it should return error when users add a unique/key in a column definition. Report...

A-feature

## Summary about this PR Issue Number: close #205 ## Tests Check List - [ ] Unit test - [x] Integration test - [x] Manual test (add detailed scripts or...

PR-feature

**Is your feature request related to a problem? Please describe.** After ci/cd run success, generate a stonedb binary. **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**

A-feature
C-stonedb-5.7

**Describe the problem** When execute install.sh, got `invalid user: mysql`: ``` 220621 01:39:39 mysqld_safe Logging to '/stonedb56/install/log/mysqld.log'. chown: invalid user: ‘mysql’ 220621 01:39:40 mysqld_safe Starting mysqld daemon with databases from...

A-documentation
A-question
A-improvement

**Is your feature request related to a problem? Please describe.** Now `Tianmu` engine has its own log file, see next: ``` root@gry:/github/stonedb/build/install8# ls log/ mysqld.log query.log slow.log tianmu.log trace.log ```...

A-feature
C-stonedb-5.7
C-stonedb-8.0

**Is your feature request related to a problem? Please describe.** Add a test file named testTianmuSelectQps.cpp, this case is used to test `select qps` executed in Tianmu. **Describe the solution...

A-help wanted
A-feature
B-testing