Merge branch '10.6' into 10.9

This commit is contained in:
Oleksandr Byelkin 2023-08-04 08:01:06 +02:00
commit 34a8e78581
858 changed files with 12273 additions and 6173 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);
}