Commit 0cb0ae35 authored by ram@gw.mysql.r18.ru's avatar ram@gw.mysql.r18.ru

After merge fix.

parent 3640843a
...@@ -2654,7 +2654,7 @@ server."); ...@@ -2654,7 +2654,7 @@ server.");
/* We must set dflt_key_cache in case we are using ISAM tables */ /* We must set dflt_key_cache in case we are using ISAM tables */
dflt_key_cache= sql_key_cache; dflt_key_cache= sql_key_cache;
#if defined(HAVE_MLOCKALL) && defined(MCL_CURRENT) #if defined(HAVE_MLOCKALL) && defined(MCL_CURRENT) && !defined(EMBEDDED_LIBRARY)
if (locked_in_memory && !getuid()) if (locked_in_memory && !getuid())
{ {
if (seteuid(0) == -1) if (seteuid(0) == -1)
......
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