mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix typos in C comments inside sql/
This commit is contained in:
committed by
Sergey Vojtovich
parent
153778437d
commit
717c12de0e
@ -3432,7 +3432,7 @@ int start_slave(THD* thd , Master_info* mi, bool net_report)
|
||||
/*
|
||||
Below we will start all stopped threads. But if the user wants to
|
||||
start only one thread, do as if the other thread was running (as we
|
||||
don't wan't to touch the other thread), so set the bit to 0 for the
|
||||
don't want to touch the other thread), so set the bit to 0 for the
|
||||
other thread
|
||||
*/
|
||||
if (thd->lex->slave_thd_opt)
|
||||
@ -3603,7 +3603,7 @@ int stop_slave(THD* thd, Master_info* mi, bool net_report )
|
||||
/*
|
||||
Below we will stop all running threads.
|
||||
But if the user wants to stop only one thread, do as if the other thread
|
||||
was stopped (as we don't wan't to touch the other thread), so set the
|
||||
was stopped (as we don't want to touch the other thread), so set the
|
||||
bit to 0 for the other thread
|
||||
*/
|
||||
if (thd->lex->slave_thd_opt)
|
||||
@ -4299,7 +4299,7 @@ bool change_master(THD* thd, Master_info* mi, bool *master_info_added)
|
||||
}
|
||||
}
|
||||
/*
|
||||
Coordinates in rli were spoilt by the 'if (need_relay_log_purge)' block,
|
||||
Coordinates in rli were spoiled by the 'if (need_relay_log_purge)' block,
|
||||
so restore them to good values. If we left them to ''/0, that would work;
|
||||
but that would fail in the case of 2 successive CHANGE MASTER (without a
|
||||
START SLAVE in between): because first one would set the coords in mi to
|
||||
@ -4892,7 +4892,7 @@ err:
|
||||
/**
|
||||
Load data's io cache specific hook to be executed
|
||||
before a chunk of data is being read into the cache's buffer
|
||||
The fuction instantianates and writes into the binlog
|
||||
The function instantiates and writes into the binlog
|
||||
replication events along LOAD DATA processing.
|
||||
|
||||
@param file pointer to io-cache
|
||||
|
Reference in New Issue
Block a user