mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +02:00
fixes for build failures due to my yesterday's changeset forbidding
bool in C. client/get_password.c: fix for build failure include/thr_alarm.h: fix for build failure libmysql/dll.c: fix for build failure libmysql/get_password.c: fix for build failure mysys/thr_alarm.c: fix for build failure
This commit is contained in:
parent
ae25da10a3
commit
205d448b01
5 changed files with 5 additions and 5 deletions
|
|
@ -118,7 +118,7 @@ char *get_tty_password(const char *opt_message)
|
|||
to will not include the eol characters.
|
||||
*/
|
||||
|
||||
static void get_password(char *to,uint length,int fd,bool echo)
|
||||
static void get_password(char *to,uint length,int fd, my_bool echo)
|
||||
{
|
||||
char *pos=to,*end=to+length;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue