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: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | leveldb | ||
| Issue Links: |
|
||||
| Description |
|
Possibly LevelDB is not supposed to work with query cache, but then it should be taken care of, since now it returns incorrect results; Please note that the test case below needs to be run with query-cache-type=1 (I couldn't find a suitable include file to set it automatically). The same test without query cache returns 'updated' in all selects after update, as expected. Same is true for the test case with query cache if it's run for InnoDB. Test output:
Test case:
|
| Comments |
| Comment by Sergei Petrunia [ 2013-01-17 ] |
|
For now, I've just disabled query cache for LevelDB tables. In the future, we can add support for it |