COM_BINLOG_DUMP

You are viewing an old version of this article. View the current version here.

This is a command the slave sends to the master after COM_REGISTER_SLAVE.

The master server can send the binlog events.

Payload is

  • command [1] = COM_BINLOG_DUMP (0x4)
  • binlog position [4]
  • flags [2]
  • server_id [4]
  • binlog ile name

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.