When I insert data into SequoiaDB terminal using MySQL client, the terminal reports the error 49962 from storage engine, and the index key reports duplicate key error.
Asked
Active
Viewed 15 times
1 Answers
0
- Before SequoiaDB v3.0, the error code of MySQL is calculated as 49962 -50000, and it returns the error code -38.
- Since you insert a duplicate value on the unique index key, so SequoiaDB returns -38 error to MySQL client.
- The inserted duplicate key value can be located by checking the error log of the data master node.

SequoiaDB
- 11
- 1