[MDEV-3592] LP:976225 - Assertion `thd->stmt_arena != thd->progress.arena' failed in thd_progress_init on OPTIMIZE two tables when replaced by recreate Created: 2012-04-07 Updated: 2014-06-20 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 Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
mysqld: sql/sql_class.cc:3780: void thd_progress_init(THD*, uint): Assertion `thd->stmt_arena != thd->progress.arena' failed. #8 0xb7459014 in __assert_fail () from /lib/libc.so.6 bzr version-info Notes: Test case: --source include/have_xtradb.inc CREATE TABLE t1 ( a INT ) ENGINE=InnoDB;
|
| Comments |
| Comment by Elena Stepanova [ 2012-04-07 ] |
|
Re: Assertion `thd->stmt_arena != thd->progress.arena' failed in thd_progress_init on OPTIMIZE two tables when replaced by recreate Also filed in JIRA as https://mariadb.atlassian.net/browse/MDEV-217. |
| Comment by Elena Stepanova [ 2012-06-24 ] |
|
Re: Assertion `thd->stmt_arena != thd->progress.arena' failed in thd_progress_init on OPTIMIZE two tables when replaced by recreate |
| Comment by Rasmus Johansson (Inactive) [ 2012-06-24 ] |
|
Launchpad bug id: 976225 |