Commit fbbc9a00 authored by kostja@oak.local's avatar kostja@oak.local

fixed bug - check_user shall not be included into the

embedded library.
parent 32635549
...@@ -176,6 +176,7 @@ end: ...@@ -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, ...@@ -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.
......
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