mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
srv0srv.c:
Add a missing space to the output format of SHOW INNODB STATUS; reported by Jocelyn Fournier
This commit is contained in:
parent
3c1e8aa4aa
commit
25aff697d1
1 changed files with 1 additions and 1 deletions
|
@ -2448,7 +2448,7 @@ srv_sprintf_innodb_monitor(
|
|||
"----------------------\n");
|
||||
buf += sprintf(buf,
|
||||
"Total memory allocated " ULINTPF
|
||||
"; in additional pool allocated" ULINTPF "\n",
|
||||
"; in additional pool allocated " ULINTPF "\n",
|
||||
ut_total_allocated_memory,
|
||||
mem_pool_get_reserved(mem_comm_pool));
|
||||
|
||||
|
|
Loading…
Reference in a new issue