mariadb: use system libedit for mysql
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 15 Dec 2018 14:48:21 +0000 (15:48 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 15 Dec 2018 14:48:24 +0000 (15:48 +0100)
commita117d027bca79d3f6af96a761e9bae88289be910
tree580527bb506a4902dd8ddb0b5fb1d15fe9991abc
parent6ee42b8eac8f766b8714f3bfb9e45a713a8f4d9f
mariadb: use system libedit for mysql

libedit changed its interface a while back. mariadb currently does not
recognize this interface and instead uses a static old readline version.
It does not link in the system readline due to licence incompatibility.

This commit adds a patch that enables mariadb to detect and use the
system libedit. The patch was sent upstream already ([1]).

[1] https://github.com/MariaDB/server/pull/1001

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
utils/mariadb/Makefile
utils/mariadb/patches/180-libedit.patch [new file with mode: 0644]