[MDEV-6000] MySQL Bug#11764633 : 57491: THD->MAIN_DA.IS_OK() ASSERT IN EMBEDDED Created: 2014-04-01 Updated: 2022-09-12 Resolved: 2022-09-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.0.10 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Sergey Vojtovich | Assignee: | Alexey Botchkov |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Sprint: | 10.0.20 | ||||||||
| Description |
|
Fix for MySQL "Bug#11764633 : 57491: THD->MAIN_DA.IS_OK() ASSERT IN EMBEDDED" seem to be merged to 10.0, but test case is not. Unfortunately just applying this test case doesn't make it work: test case is disabled due to:
Please fix that, enable mysql_embedded test and add test case as in attached patch. |
| Comments |
| Comment by Alexey Botchkov [ 2014-06-11 ] |
|
I was able to see two problems here: 2. Just dointg the above doesn't make the test working as both mysqltest_embedded and mysql_embedded try to use same data directory so the ARIA engine fails to get started. So that i'm not sure at the moment how to fix that, though would like to note that this bug is about the testing system only as far as i can see. |
| Comment by Alexey Botchkov [ 2014-06-11 ] |
|
The plan for this is to start the mysql_embedded in the different data directory. |
| Comment by Sergei Golubchik [ 2022-09-12 ] |
|
10.0 was EOLed in March 2019 |