mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 23:35:32 +02:00
Automatic merge with 5.5
This commit is contained in:
commit
1999be8d4e
760 changed files with 47844 additions and 5283 deletions
|
|
@ -1049,11 +1049,12 @@ int ReplSemiSyncMaster::readSlaveReply(NET *net, uint32 server_id,
|
|||
ulong log_file_len = 0;
|
||||
ulong packet_len;
|
||||
int result = -1;
|
||||
|
||||
struct timespec start_ts;
|
||||
ulong trc_level = trace_level_;
|
||||
LINT_INIT_STRUCT(start_ts);
|
||||
|
||||
LINT_INIT_STRUCT(start_ts);
|
||||
|
||||
function_enter(kWho);
|
||||
|
||||
assert((unsigned char)event_buf[1] == kPacketMagicNum);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue