MCPcopy Create free account
hub / github.com/MariaDB/server / read_error_corruption

Method read_error_corruption

client/mysqlbinlog-engine.cc:371–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369
370
371int
372chunk_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
381int

Callers 1

read_dataMethod · 0.45

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected