mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Renaming MASTER_INFO to Master_info in order to follow the coding
standards (and help Doxygen generating good documentation).
This commit is contained in:
@@ -4462,7 +4462,7 @@ Slave_log_event::Slave_log_event(THD* thd_arg,
|
||||
if (!rli->inited) // QQ When can this happen ?
|
||||
DBUG_VOID_RETURN;
|
||||
|
||||
MASTER_INFO* mi = rli->mi;
|
||||
Master_info* mi = rli->mi;
|
||||
// TODO: re-write this better without holding both locks at the same time
|
||||
pthread_mutex_lock(&mi->data_lock);
|
||||
pthread_mutex_lock(&rli->data_lock);
|
||||
|
||||
Reference in New Issue
Block a user