1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge bk-internal.mysql.com:/home/bk/mysql-4.1

into mashka.mysql.fi:/home/my/mysql-tmp


sql/sql_parse.cc:
  Auto merged
This commit is contained in:
unknown
2003-09-04 02:49:35 +03:00

View File

@ -176,6 +176,7 @@ end:
} }
#ifndef EMBEDDED_LIBRARY
/* /*
Check if user exist and password supplied is correct. Check if user exist and password supplied is correct.
@ -351,6 +352,9 @@ static int check_user(THD *thd, enum enum_server_command command,
DBUG_RETURN(-1); DBUG_RETURN(-1);
} }
#endif // EMBEDDED_LIBRARY
/* /*
Check for maximum allowable user connections, if the mysqld server is Check for maximum allowable user connections, if the mysqld server is
started with corresponding variable that is greater then 0. started with corresponding variable that is greater then 0.