[MDEV-5311] vio_end() is called twice by embedded server Created: 2013-11-19 Updated: 2013-11-25 Resolved: 2013-11-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.33a, 10.0.6 |
| Fix Version/s: | 5.5.35, 10.0.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
vio_end() is called twice in this fragment in libmysql/libmysql.c in case of embedded server:
First time it's called from end_embedded_server() via clean_up(). The problem does not show up in any ways with the standard |
| Comments |
| Comment by Alexey Botchkov [ 2013-11-24 ] |
|
Patch proposal: Should also fix https://mariadb.atlassian.net/browse/MDEV-5321 |