stonedb icon indicating copy to clipboard operation
stonedb copied to clipboard

StoneDB is an Open-Source MySQL HTAP and MySQL-Native DataBase for OLTP, Real-Time Analytics, a counterpart of MySQLHeatWave. (https://stonedb.io)

Results 264 stonedb issues
Sort by recently updated
recently updated
newest added

### Add automated CICD functionality to solidify the process in code form with JenkinsFile

A-feature

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**

A-feature

### Describe the problem 1. [Issue 103](https://github.com/stoneatom/stonedb/issues/103) In Tianmu, a decimal point is converted to a number of int64_t for storage. Following provides the code: ``` auto dec_f = dynamic_cast(f);...

A-feature

**Is your feature request related to a problem? Please describe.** We plan to implement this function in the near future **Describe the solution you'd like** >At present, the deleted records...

A-feature

### Describe the problem StoneDB does not support functions that contain dynamic SQL. In order to avoid errors, we changed the parameter tianmu_ini_allowmysqlQuerypath. After the SQL is executed, a warning...

A-bug

### Words to preach: Have you ever read books on database theory, but have a headache when it comes to code? Do you only know how to derive the database...

A-feature

### DDL ```SQL CREATE TABLE `CUSTOM` ( `USID` varchar(50) NOT NULL COMMENT '????', `PASSWORD` varchar(32) NOT NULL COMMENT '????', `LGTP` varchar(2) NOT NULL COMMENT '????', `USTP` varchar(2) NOT NULL COMMENT...

A-bug

**Is your feature request related to a problem? Please describe.** As we known, in mysql and innodb, there are lot of test faults for improving the robustness of mysql and...

A-feature
B-stabilization
prio: high
B-robustness

### Describe the problem If the parameter tianmu_ini_allowmysqlquerypath equal to 1,executing the following SQL causes the instance to crash. SELECT FIND_TOP_USID(C.USID) AS SUSID, C2.CORPNAME AS SCORPNAME, C2.BNAME, C.USID, C.CORPNAME, C.IBUSINESSID,...

A-bug

**SQL Supported on StoneDB V2.0** This is a supplement to https://github.com/stoneatom/stonedb/issues/436 - Overview - SQL Syntaxes - Create a Tianmu Table - Load the Data from an InnoDB Table to...

A-feature
prio: high
RFC