mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
mysys: remove dead ME_xxx flags
This commit is contained in:
parent
9988a423d2
commit
37659ef43b
30 changed files with 52 additions and 61 deletions
|
|
@ -59,7 +59,7 @@ void* my_once_alloc(size_t Size, myf MyFlags)
|
|||
{
|
||||
my_errno=errno;
|
||||
if (MyFlags & (MY_FAE+MY_WME))
|
||||
my_error(EE_OUTOFMEMORY, MYF(ME_BELL+ME_WAITTANG+ME_FATALERROR), get_size);
|
||||
my_error(EE_OUTOFMEMORY, MYF(ME_BELL+ME_FATALERROR), get_size);
|
||||
return((uchar*) 0);
|
||||
}
|
||||
DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue