Commit ae25006a authored by unknown's avatar unknown

ut0mem.c:

  Correct printf format


innobase/ut/ut0mem.c:
  Correct printf format
parent b5679828
...@@ -80,7 +80,7 @@ ut_malloc_low( ...@@ -80,7 +80,7 @@ ut_malloc_low(
fprintf(stderr, fprintf(stderr,
"InnoDB: Fatal error: cannot allocate %lu bytes of\n" "InnoDB: Fatal error: cannot allocate %lu bytes of\n"
"InnoDB: memory with malloc! Total allocated memory\n" "InnoDB: memory with malloc! Total allocated memory\n"
"InnoDB: by InnoDB %lu bytes. Operating system errno: %d\n" "InnoDB: by InnoDB %lu bytes. Operating system errno: %lu\n"
"InnoDB: Cannot continue operation!\n" "InnoDB: Cannot continue operation!\n"
"InnoDB: Check if you should increase the swap file or\n" "InnoDB: Check if you should increase the swap file or\n"
"InnoDB: ulimits of your operating system.\n" "InnoDB: ulimits of your operating system.\n"
......
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