mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Corrections to parent "fix typos" commmit
This commit is contained in:
parent
717c12de0e
commit
feb1cf9086
12 changed files with 17 additions and 17 deletions
|
|
@ -1073,7 +1073,7 @@ void Relay_log_info::inc_group_relay_log_pos(ulonglong log_pos,
|
|||
value which would lead to badly broken replication.
|
||||
Even the relay_log_pos will be corrupted in this case, because the len is
|
||||
the relay log is not "val".
|
||||
With the end_log_pos solution, we avoid computations involving length.
|
||||
With the end_log_pos solution, we avoid computations involving lengthes.
|
||||
*/
|
||||
mysql_cond_broadcast(&data_cond);
|
||||
if (!skip_lock)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue