[MDEV-2948] LP:907049 - Server started with skip-aria crashes on an attempt to connect to it Created: 2011-12-20 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: | Elena Stepanova | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
I've built MariaDB server without-aria-tmp-tables (but still with Aria itself): CONF_COMMAND = ./configure '- When I start server with Aria and check the variables, it says, as expected,
.... If I try to start it with skip-aria, it starts, also as expected, saying in the error log 111220 21:56:25 [Note] Plugin 'Aria' is disabled. but upon a connection it crashes: #3 0x082735dd in handle_segfault (sig=11) at mysqld.cc:2838 the corresponding lines at sql_parse.cc: #ifdef WITH_ARIA_STORAGE_ENGINE Reproducible on 5.2 and 5.3, did not check 5.1. To reproduce it, it's enough to build as described and run |
| Comments |
| Comment by Michael Widenius [ 2011-12-21 ] |
|
Re: Server started with skip-aria crashes on an attempt to connect to it |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-21 ] |
|
Launchpad bug id: 907049 |