Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PS-6789 (Merge MySQL 8.0.20): Fixed PS-7041 (Correct Compilation erro…
…r when -DWITH_EDITLINE=bundled is used) https://jira.percona.com/browse/PS-6789 In MySQL Server 5.7.30 and 8.0.20 Oracle updated bundled 'libedit' library to version 3.1 in the implementation of WL #13534 "Update bundled libedit to 20190324-3.1" (https://dev.mysql.com/worklog/task/?id=13534) (commit mysql/mysql-server@56d1692051d) (commit mysql/mysql-server@2ad48d73939) (commit mysql/mysql-server@122fbbfd13f) (commit mysql/mysql-server@62f319d3a62) (commit mysql/mysql-server@8b6d1be8448) (commit mysql/mysql-server@09973667da5) (commit mysql/mysql-server@b24d24162b7) (commit mysql/mysql-server@576955f4e36) (commit mysql/mysql-server@8c39496d8c6) This caused incompatibility between expected 'fake_magic_space()' and 'no_completion()' callback function types. Fixed PS-7041 "Correct Compilation error when -DWITH_EDITLINE=bundled is used" (https://jira.percona.com/browse/PS-7041) In addition for 'Mac OS' the default 'readline'/'editline' option has been changed to '-DWITH_EDITLINE=bundled'.
- Loading branch information