Merge branch '10.5' into 10.6

This commit is contained in:
Oleksandr Byelkin 2023-08-01 15:08:52 +02:00
commit 6bf8483cac
827 changed files with 11540 additions and 5889 deletions

View file

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