Commit ea4f6ded authored by marko@hundin.mysql.fi's avatar marko@hundin.mysql.fi

ut0mem.c:

  ut_malloc_low(): fix the fprintf() format string
  (an extraneous comma split the format into two arguments)
parent 0f1d0244
......@@ -93,7 +93,7 @@ retry:
"InnoDB: On FreeBSD check you have compiled the OS with\n"
"InnoDB: a big enough maximum process size.\n"
"InnoDB: Note that in most 32-bit computers the process\n"
"InnoDB: memory space is limited to 2 GB or 4 GB.\n",
"InnoDB: memory space is limited to 2 GB or 4 GB.\n"
"InnoDB: We keep retrying the allocation for 60 seconds...\n",
(ulong) n, (ulong) ut_total_allocated_memory,
#ifdef __WIN__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment