MDEV-31461 mariadb SIGSEGV when built with -DCLIENT_PLUGIN_DIALOG=STATIC

This commit is contained in:
Sergei Golubchik 2023-06-12 22:16:49 +02:00
commit d32fc5b8e0
16 changed files with 25 additions and 21 deletions

View file

@ -226,3 +226,7 @@ error:
DBUG_RETURN(0);
}
char *get_tty_password(const char *opt_message)
{
return my_get_tty_password(opt_message);
}