mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Improve READLINE_V5 detection
More in depth check to cover all used readline functions.
This commit is contained in:
parent
27459b413d
commit
7c2f082222
1 changed files with 3 additions and 0 deletions
|
@ -114,6 +114,9 @@ MACRO (MYSQL_FIND_SYSTEM_READLINE)
|
|||
{
|
||||
rl_completion_func_t *func1= (rl_completion_func_t*)0;
|
||||
rl_compentry_func_t *func2= (rl_compentry_func_t*)0;
|
||||
rl_on_new_line();
|
||||
rl_replace_line(\"\", 0);
|
||||
rl_redisplay();
|
||||
}"
|
||||
NEW_READLINE_INTERFACE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue