[MDEV-2764] LP:680038 - bool close_thread_table(THD*, TABLE**): Assertion `table->key_read == 0' failed in EXPLAIN in maria-5.3-mwl89 Created: 2010-11-22 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 | ||
| Reporter: | Philip Stoev (Inactive) | Assignee: | Timour Katchaounov (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Even after the fix for 609045, the following EXPLAIN query asserts as follows: mysqld: sql_base.cc:1386: bool close_thread_table(THD*, TABLE**): Assertion `table->key_read == 0' failed. #8 0x00133d98 in __assert_fail () from /lib/libc.so.6 |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2010-11-22 ] |
|
Re: bool close_thread_table(THD*, TABLE**): Assertion `table->key_read == 0' failed in maria-5.3-mwl128 CREATE TABLE t1 (f1 int,f3 int,f4 int) ; CREATE TABLE t2 (f2 int,f4 int,f5 int) ; CREATE TABLE t3 (f4 int,KEY (f4)) ; EXPLAIN |
| Comment by Timour Katchaounov (Inactive) [ 2010-11-22 ] |
|
Re: bool close_thread_table(THD*, TABLE**): Assertion `table->key_read == 0' failed in EXPLAIN in maria-5.3-mwl89 set @@optimizer_switch='semijoin=off'; EXPLAIN |
| Comment by Timour Katchaounov (Inactive) [ 2010-11-22 ] |
|
Re: bool close_thread_table(THD*, TABLE**): Assertion `table->key_read == 0' failed in EXPLAIN in maria-5.3-mwl89 |
| Comment by Timour Katchaounov (Inactive) [ 2010-11-22 ] |
|
Re: bool close_thread_table(THD*, TABLE**): Assertion `table->key_read == 0' failed in EXPLAIN in maria-5.3-mwl89 A proper fix of this bug should consist of two parts: |
| Comment by Rasmus Johansson (Inactive) [ 2010-11-22 ] |
|
Launchpad bug id: 680038 |