Browse Source

Fixed compiler warning

pull/216/head
Monty 10 years ago
parent
commit
32d3d9f7df
  1. 2
      storage/xtradb/dict/dict0boot.cc

2
storage/xtradb/dict/dict0boot.cc

@ -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);
}
}

Loading…
Cancel
Save