5
// - Keep the name of the individual binary logs out of the files. We
6
// assume that each binary log has a base name (e.g., the name of
7
// the server) and a sequence number, but we do not want to tie the
11
required uint32 server_id = 1;
12
required uint32 trans_id = 2;
13
required uint32 seqno = 3;
16
// Start of a binary log. Note that the name
18
required Header header = 1;
19
required uint32 server_version = 2;
20
required string server_signature = 3;
23
// Chain a binary log to the next binary log
25
required Header header = 1;
26
required uint32 next = 2; // Sequence number of next file
30
// Assignments to variables that are part of the query
32
required string name = 1;
33
required string value = 2;
37
required Header header = 1;
38
repeated Variable variable = 3;
39
required string query = 2;
43
required Header header = 1;
47
required Header header = 1;