MCPcopy Create free account
hub / github.com/arkdb/inception / check_master_version

Function check_master_version

client/mysqlbinlog.cc:1817–1891  ·  view source on GitHub ↗

When reading a remote binlog, this function is used to grab the Format_description_log_event in the beginning of the stream. This is not as smart as check_header() (used for local log); it will not work for a binlog which mixes format. TODO: fix this. @retval ERROR_STOP An error occurred - the program should terminate. @retval OK_CONTINUE No error, the program should continue. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

dump_remote_log_entriesFunction · 0.85

Calls 6

mysql_queryFunction · 0.85
errorFunction · 0.85
mysql_errorFunction · 0.85
mysql_fetch_rowFunction · 0.85
mysql_free_resultFunction · 0.85
is_validMethod · 0.45

Tested by

no test coverage detected