Details
-
Technical task
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
Description
It's just a cosmetic issue – LevelDB does not support unique keys, but my understanding was that it was supposed to produce a more meaningful error than ER_GET_ERRNO. If it's not so, please just ignore it.
mysql> create table t1 (pk int primary key, u int, unique index(u)) engine=LevelDB; |
ERROR 1030 (HY000): Got error 122 from storage engine |
revision-id: psergey@askmonty.org-20130123185233-7xokxc9ck9nosb2l
|
revno: 4509
|
branch-nick: mysql-5.6-leveldb
|