LevelDB storage engine
(MDEV-3841)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Technical task | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | leveldb | ||
| Issue Links: |
|
||||
| Description |
|
Test case:
The 2nd insert fails with 1022: Can't write; duplicate key in table 't1'
|
| Comments |
| Comment by Sergei Petrunia [ 2013-01-14 ] |
|
Analyzed. It turns out, Storage Engine API has several calls/members dedicated to ON DUPLICATE KEY UPDATE handling. ha_leveldb doesn't implement them, and this is the reason for error. I'll need to implement them. |