mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Backport of:
---------------------------------------------------------- revno: 2630.22.39 committer: Konstantin Osipov <kostja@sun.com> branch nick: mysql-6.0-runtime timestamp: Wed 2008-10-08 23:44:34 +0400 message: Bug #34481 A typo in HugeTLB error Message. mysys/my_largepage.c: Fix a typo.
This commit is contained in:
parent
3dce051cc5
commit
d5948e8dd7
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ uchar* my_large_malloc_int(size_t size, myf my_flags)
|
|||
{
|
||||
if (my_flags & MY_WME)
|
||||
fprintf(stderr,
|
||||
"Warning: Failed to allocate %lu bytesx from HugeTLB memory."
|
||||
"Warning: Failed to allocate %lu bytes from HugeTLB memory."
|
||||
" errno %d\n", (ulong) size, errno);
|
||||
|
||||
DBUG_RETURN(NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue