You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please confirm if bug report does NOT exists already ?
I confirm there is no existing issue for this
Describe the problem
I am supporting the StoneDB in SQLacer. When deleting rows, SQLancer got: assert failed on i < m_idx.size() at tianmu_attr.h:387, msg: [bad dpn index 0/0]
FUll log:
Expected behavior
Delete successfully.
How To Reproduce
CREATETABLEt1(c0 INT);
INSERT INTO t1(c0) VALUES (1), (2);
DELETEFROM t1 ORDER BY c0;
Environment
Docker Image stonedb:v1.0.3
Are you interested in submitting a PR to solve the problem?
Yes, I will!
The text was updated successfully, but these errors were encountered:
./mysqld Ver 5.7.36-StoneDB-v1.0.4 for Linux on x86_64 (build-)
build information as follow:
Repository address: https://github.com/stoneatom/stonedb.git:stonedb-5.7-dev
Branch name: stonedb-5.7-dev
Last commit ID: 7321c63
Last committime: Date: Wed Jul 517:01:292023+0800
Build time: Date: Thu Jul 601:48:21 UTC 2023
Have you read the Contributing Guidelines on issues?
Please confirm if bug report does NOT exists already ?
Describe the problem
I am supporting the StoneDB in SQLacer. When deleting rows, SQLancer got:
assert failed on i < m_idx.size() at tianmu_attr.h:387, msg: [bad dpn index 0/0]
FUll log:
Expected behavior
Delete successfully.
How To Reproduce
Environment
Docker Image stonedb:v1.0.3
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: