Commit 84b296e2 authored by unknown's avatar unknown

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

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


sql/sql_parse.cc:
  Auto merged
parents 35af1442 7efa0ee1
......@@ -176,6 +176,7 @@ static int get_or_create_user_conn(THD *thd, const char *user,
}
#ifndef EMBEDDED_LIBRARY
/*
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);
}
#endif // EMBEDDED_LIBRARY
/*
Check for maximum allowable user connections, if the mysqld server is
started with corresponding variable that is greater then 0.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment