Commit 571c9010 authored by unknown's avatar unknown

srv0srv.c:

  Add a missing space to the output format of SHOW INNODB STATUS; reported by Jocelyn Fournier


innobase/srv/srv0srv.c:
  Add a missing space to the output format of SHOW INNODB STATUS; reported by Jocelyn Fournier
parent 204197d3
...@@ -2448,7 +2448,7 @@ srv_sprintf_innodb_monitor( ...@@ -2448,7 +2448,7 @@ srv_sprintf_innodb_monitor(
"----------------------\n"); "----------------------\n");
buf += sprintf(buf, buf += sprintf(buf,
"Total memory allocated " ULINTPF "Total memory allocated " ULINTPF
"; in additional pool allocated" ULINTPF "\n", "; in additional pool allocated " ULINTPF "\n",
ut_total_allocated_memory, ut_total_allocated_memory,
mem_pool_get_reserved(mem_comm_pool)); mem_pool_get_reserved(mem_comm_pool));
......
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