[MDEV-3407] LP:751439 - Assertion `!table->file || table->file->inited == handler::NONE' failed with subquery Created: 2011-04-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: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Repeatable in maria-5.3 and maria-5.3-mwl89 . Not repeatable in maria-5.2 . backtrace: mysqld: sql_base.cc:1388: bool close_thread_table(THD*, TABLE**): Assertion `!table->file || table->file->inited == handler::NONE' failed. #8 0x006b0d98 in __assert_fail () from /lib/libc.so.6 explain: id select_type table type possible_keys key key_len ref rows Extra test case: CREATE TABLE t1 ( f10 int, f11 int) ; CREATE TABLE t2 ( f11 int); CREATE TABLE t3 ( f11 int) ; SELECT alias1.f11 AS field2 |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2011-05-03 ] |
|
Re: Assertion `!table->file || table->file->inited == handler::NONE' failed with subquery |
| Comment by Sergei Petrunia [ 2011-06-15 ] |
|
Re: Assertion `!table->file || table->file->inited == handler::NONE' failed with subquery |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 751439 |