#At file:///opt/local/work/next-mr-kostja/ based on revid:jon.hauglid@stripped
2921 Konstantin Osipov 2009-10-14
Backport of:
----------------------------------------------------------
revno: 2630.22.39
committer: Konstantin Osipov <kostja@stripped>
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.
modified:
mysys/my_largepage.c
=== modified file 'mysys/my_largepage.c'
--- a/mysys/my_largepage.c 2007-10-02 07:32:33 +0000
+++ b/mysys/my_largepage.c 2009-10-14 13:52:13 +0000
@@ -128,7 +128,7 @@ uchar* my_large_malloc_int(size_t size,
{
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);
Attachment: [text/bzr-bundle] bzr/kostja@sun.com-20091014135213-ob0t0jvy2xxtpbed.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5.0-next-mr-runtime branch (kostja:2921)Bug#34481 | Konstantin Osipov | 14 Oct |