Kristyna Streitova changed bug 1098683
What Removed Added
Status NEW RESOLVED
Resolution --- FIXED

Comment # 3 on bug 1098683 from
(In reply to Ludwig Nussel from comment #1)
> Not sure why we have that but also wondering why mariadb wants libreadline5. 

The thing is that MariaDB avoids using readline > 5 because they say that
"readline6 is GPLv3, which is not compatible with GPLv2. So we can only use
readline5, not readline6" [1].

But it seems that libedit is fixed since version 20150325 (see MDEV-6912, also
Fedora already uses libedit again) which we have in SLE15/Leap15 now so we can
switch back to libedit. I tested it and it seems to work properly. At least the
previous problems with control sequences [2][3] are fixed.

The fix was submitted to SLE15 via mr#169134. Closing as fixed.


[1]
https://jira.mariadb.org/browse/MDEV-6912?focusedCommentId=63127&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-63127
[2] https://jira.mariadb.org/browse/MDEV-7777
[3] https://jira.mariadb.org/browse/MDEV-6912


You are receiving this mail because: