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
@ -128,7 +128,7 @@ uchar* my_large_malloc_int(size_t size, myf my_flags)
|
|||||||
{
|
{
|
||||||
if (my_flags & MY_WME)
|
if (my_flags & MY_WME)
|
||||||
fprintf(stderr,
|
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);
|
" errno %d\n", (ulong) size, errno);
|
||||||
|
|
||||||
DBUG_RETURN(NULL);
|
DBUG_RETURN(NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user