[MXS-2147] Luafilter is missing symbols Created: 2018-11-06 Updated: 2018-11-08 Resolved: 2018-11-08 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | luafilter |
| Affects Version/s: | 2.3.0 |
| Fix Version/s: | 2.3.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The filter is compiled as C++ in 2.3 which resulted in the lua headers being included as C++ functions. This causes problems as the functions must be included as C functions. |