[MDEV-4594] CREATE SERVER crashes embedded Created: 2013-05-28 Updated: 2013-06-18 Resolved: 2013-06-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.2 |
| Fix Version/s: | 10.0.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Sergey Vojtovich |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | upstream | ||
| Environment: |
cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_EMBEDDED_SERVER=ON . |
||
| Issue Links: |
|
||||||||
| Description |
|
The following query triggers assertion failure:
Looks like servers_init() is not called in embedded. Fixed in mysql by rev 4232.1.1 |
| Comments |
| Comment by Sergei Golubchik [ 2013-06-02 ] |
|
I couldn't find this revision in 5.1, 5.5, or 5.6 trees. Do you happen to have a link? |
| Comment by Sergey Vojtovich [ 2013-06-03 ] |
|
http://bazaar.launchpad.net/~mysql/mysql-server/5.7/revision/4232.1.1 |
| Comment by Sergey Vojtovich [ 2013-06-06 ] |
|
Sergei, could you review this fix? |
| Comment by Sergei Golubchik [ 2013-06-06 ] |
|
ok to push |