| 369 | |
| 370 | |
| 371 | int |
| 372 | chunk_reader_mysqlbinlog::read_error_corruption(uint64_t file_no, uint64_t page_no, |
| 373 | const char *msg) |
| 374 | { |
| 375 | error("Corrupt InnoDB binlog found on page %" PRIu64 " in binlog number " |
| 376 | "%" PRIu64 ": %s", page_no, file_no, msg); |
| 377 | return -1; |
| 378 | } |
| 379 | |
| 380 | |
| 381 | int |