Add support for non-glibc systems
MaxScale can now be built on systems that use an alternative libc implementation e.g. musl.
This commit is contained in:
@ -2020,9 +2020,9 @@ bool blr_send_event(blr_thread_role_t role,
|
||||
slave->serverid,
|
||||
binlog_name,
|
||||
binlog_pos,
|
||||
thread_self(),
|
||||
(uint64_t)thread_self(),
|
||||
ROLETOSTR(role),
|
||||
slave->lsi_sender_tid,
|
||||
(uint64_t)slave->lsi_sender_tid,
|
||||
ROLETOSTR(slave->lsi_sender_role),
|
||||
gwbuf_length(slave->dcb->writeq), slave->dcb,
|
||||
slave->router->stats.n_binlogs);
|
||||
|
Reference in New Issue
Block a user