[MDEV-3634] LP:697597 - HANDLER + Aria asserts in maria-5.3-handler Created: 2011-01-05 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Philip Stoev (Inactive) | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Handler operations are altogether broken with Aria in maria-5.3-handler. They assert as follows: mysqld: ha_maria.cc:2783: virtual THR_LOCK_DATA** ha_maria::store_lock(THD*, THR_LOCK_DATA**, thr_lock_type): Assertion `lock_type != TL_UNLOCK && (lock_type == TL_IGNORE || file->lock.type == TL_UNLOCK)' failed. backtrace: #8 0x006b0d98 in __assert_fail () from /lib/libc.so.6 test case: CREATE TABLE t1 ( f1 integer ) engine=aria; Furthermore, there seem to be no tests for Aria + HANDLER in the test suite. There are handler_myisam and handler_innodb tests only. |
| Comments |
| Comment by Michael Widenius [ 2011-01-10 ] |
|
Re: HANDLER + Aria asserts in maria-5.3-handler |
| Comment by Michael Widenius [ 2011-01-11 ] |
|
Re: HANDLER + Aria asserts in maria-5.3-handler |
| Comment by Rasmus Johansson (Inactive) [ 2011-05-10 ] |
|
Launchpad bug id: 697597 |