[MDEV-4993] Impossible to free a dynamic column Created: 2013-09-04 Updated: 2013-09-18 Resolved: 2013-09-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.5 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Georg Richter | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows |
||
| Description |
|
It's not possible to free a dynamic column, since dynstr_free() is not exported. Additionally the initialization macro should have a mariadb_ prefix. Suggested fix:
|
| Comments |
| Comment by Oleksandr Byelkin [ 2013-09-17 ] |
|
above is incomplete patch. The complete patch committed 12.09.2013 09:45 EET subject of the e-mail is "[Commits] Rev 3812: |
| Comment by Oleksandr Byelkin [ 2013-09-17 ] |
|
New patch with other functions renaming committed. |
| Comment by Oleksandr Byelkin [ 2013-09-18 ] |
|
The knowledge base information fixed. |