mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
After merge fix.
This commit is contained in:
parent
3640843a8b
commit
0cb0ae35b6
1 changed files with 1 additions and 1 deletions
|
@ -2654,7 +2654,7 @@ server.");
|
|||
/* We must set dflt_key_cache in case we are using ISAM tables */
|
||||
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 (seteuid(0) == -1)
|
||||
|
|
Loading…
Reference in a new issue