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 269 stonedb issues
Sort by recently updated
recently updated
newest added

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7-dev/CONTRIBUTING.md). ### Please confirm if bug report does NOT exists already ?...

A-bug

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7-dev/CONTRIBUTING.md). ### Please confirm if bug report does NOT exists already ?...

A-bug

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7-dev/CONTRIBUTING.md). ### Please confirm if bug report does NOT exists already ?...

A-bug

## General Question Hi, I am an open source contributor in the SQLancer community, and I am creating this issue to ask a few questions. Our team is working on...

A-question

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7-dev/CONTRIBUTING.md). ### Please confirm if bug report does NOT exists already ?...

A-bug
prio: high

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7-dev/CONTRIBUTING.md). ### Please confirm if bug report does NOT exists already ?...

A-bug

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7-dev/CONTRIBUTING.md). ### Please confirm if bug report does NOT exists already ?...

A-bug

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7-dev/CONTRIBUTING.md). ### Please confirm if bug report does NOT exists already ?...

A-wontfix

```sql ###sql_text select a.* FROM c_acct a LEFT JOIN (SELECT b.account_id, b.fiscal_date, b.balance FROM (SELECT account_id, max(fiscal_date) fiscal_date FROM c_day WHERE deleted_flag = '0' GROUP BY account_id) a JOIN c_day...

A-bug
B-performance
prio: high

mysql> CREATE TABLE t1 (a CHAR(6)); Query OK, 0 rows affected (0.00 sec) mysql> CREATE TABLE t2 (a VARCHAR(8)); Query OK, 0 rows affected (0.01 sec) mysql> SELECT * FROM...

A-feature