We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the problem
The "REPLACE INTO" SQL statement reports an error with source code:
ERROR 6 (HY000): assert failed on i < m_idx.size() at rc_attr.h:329, msg: [bad dpn index 65535/1]
Expected behavior
Error without source code How To Reproduce
Set the parameter stonedb_insert_delayed=0
mysql> CREATE TABLE study1( -> ID INT NOT NULL PRIMARY KEY AUTO_INCREMENT , -> NAME VARCHAR(20) NOT NULL, -> AGE INT(10) -> )ENGINE=STONEDB; Query OK, 0 rows affected (0.01 sec) mysql> INSERT INTO study1 VALUES(1,'a' , 10); Query OK, 1 row affected (0.00 sec) mysql> REPLACE INTO study1 VALUES(1 , 'a' , 11); ERROR 6 (HY000): assert failed on i < m_idx.size() at rc_attr.h:329, msg: [bad dpn index 65535/1]
Environment
Server OS: Centos7.6 StoneDB: StoneDB5.6 Additional context
The text was updated successfully, but these errors were encountered:
StoneDB nonsupport replace into.
Sorry, something went wrong.
No branches or pull requests
Describe the problem
The "REPLACE INTO" SQL statement reports an error with source code:
Expected behavior
Error without source code
How To Reproduce
Set the parameter stonedb_insert_delayed=0
Environment
Server OS: Centos7.6
StoneDB: StoneDB5.6
Additional context
The text was updated successfully, but these errors were encountered: