mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
Cleanups
- Avoid some realloc() during startup - Ensure that file_key_management_plugin frees it's memory early, even if it's linked statically. - Fixed compiler warnings from unused variables and missing destructors - Fixed wrong indentation
This commit is contained in:
parent
dafed5b515
commit
fabeab7819
12 changed files with 55 additions and 31 deletions
|
|
@ -347,10 +347,11 @@ public:
|
|||
|
||||
rpl_parallel parallel;
|
||||
/*
|
||||
The relay_log_state keeps track of the current binlog state of the execution
|
||||
of the relay log. This is used to know where to resume current GTID position
|
||||
if the slave thread is stopped and restarted.
|
||||
It is only accessed from the SQL thread, so it does not need any locking.
|
||||
The relay_log_state keeps track of the current binlog state of the
|
||||
execution of the relay log. This is used to know where to resume
|
||||
current GTID position if the slave thread is stopped and
|
||||
restarted. It is only accessed from the SQL thread, so it does
|
||||
not need any locking.
|
||||
*/
|
||||
rpl_binlog_state relay_log_state;
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue