[MDEV-2728] LP:934597 - Assertion `! is_set()' failed in Diagnostics_area::set_ok_status(THD*, ha_rows, ulonglong, const char*) on CREATE .. SELECT with ER_SUBQUERY_NO_1_ROW Created: 2012-02-18 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: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Version: '5.3.4-MariaDB-rc-debug-log' #8 0xb73bf014 in __assert_fail () from /lib/libc.so.6 bzr version-info Could not reproduce on MariaDB 5.2, 5.5, MySQL 5.1.60, 5.5.20 Query (0x945dc10): CREATE TABLE t AS SELECT a AS field1 FROM t1 WHERE ( SELECT alias1.a FROM t1 AS alias1 ) IS NOT NULL Minimal optimizer_switch: in_to_exists=on
CREATE TABLE t1 ( a VARCHAR(1) );
|
| Comments |
| Comment by Sergei Petrunia [ 2012-02-22 ] |
|
Re: Assertion `! is_set()' failed in Diagnostics_area::set_ok_status(THD*, ha_rows, ulonglong, const char*) on CREATE .. SELECT with ER_SUBQUERY_NO_1_ROW mysql> CREATE TABLE t AS mysql> show warnings\G
|
| Comment by Sergei Petrunia [ 2012-02-22 ] |
|
Re: Assertion `! is_set()' failed in Diagnostics_area::set_ok_status(THD*, ha_rows, ulonglong, const char*) on CREATE .. SELECT with ER_SUBQUERY_NO_1_ROW revno: 3424 compiled with ./BUILD/compile-pentium-debug-max-no-ndb on x86_64. Still was unable to repeat. |
| Comment by Sergei Petrunia [ 2012-02-22 ] |
|
Re: Assertion `! is_set()' failed in Diagnostics_area::set_ok_status(THD*, ha_rows, ulonglong, const char*) on CREATE .. SELECT with ER_SUBQUERY_NO_1_ROW |
| Comment by Elena Stepanova [ 2012-02-22 ] |
|
Re: Assertion `! is_set()' failed in Diagnostics_area::set_ok_status(THD*, ha_rows, ulonglong, const char*) on CREATE .. SELECT with ER_SUBQUERY_NO_1_ROW |
| Comment by Sergei Petrunia [ 2012-02-22 ] |
|
Re: Assertion `! is_set()' failed in Diagnostics_area::set_ok_status(THD*, ha_rows, ulonglong, const char*) on CREATE .. SELECT with ER_SUBQUERY_NO_1_ROW |
| Comment by Sergei Petrunia [ 2012-02-24 ] |
|
Re: Assertion `! is_set()' failed in Diagnostics_area::set_ok_status(THD*, ha_rows, ulonglong, const char*) on CREATE .. SELECT with ER_SUBQUERY_NO_1_ROW It only shows up when
Attempts to repeat this situation with a failure in other clause than
|
| Comment by Elena Stepanova [ 2012-03-18 ] |
|
Re: Assertion `! is_set()' failed in Diagnostics_area::set_ok_status(THD*, ha_rows, ulonglong, const char*) on CREATE .. SELECT with ER_SUBQUERY_NO_1_ROW |
| Comment by Rasmus Johansson (Inactive) [ 2012-03-18 ] |
|
Launchpad bug id: 934597 |