Commit 32d3d9f7 authored by Monty's avatar Monty

Fixed compiler warning

parent 9c846373
......@@ -474,7 +474,7 @@ dict_boot(void)
} else {
ib_logf(IB_LOG_LEVEL_WARN,
"Change buffer not empty when --innodb-read-only "
"is set! but srv_force_recovery = %d, ignoring.",
"is set! but srv_force_recovery = %lu, ignoring.",
srv_force_recovery);
}
}
......
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