mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix typos in C comments inside sql/
This commit is contained in:
committed by
Sergey Vojtovich
parent
153778437d
commit
717c12de0e
@@ -2534,7 +2534,7 @@ idx_found:
|
||||
if(flags_extra & (Gtid_log_event::FL_COMMIT_ALTER_E1 |
|
||||
Gtid_log_event::FL_ROLLBACK_ALTER_E1 ))
|
||||
{
|
||||
//Free the corrosponding rpt current_start_alter_id
|
||||
//Free the corresponding rpt current_start_alter_id
|
||||
for(uint i= 0; i < e->rpl_thread_max; i++)
|
||||
{
|
||||
if(e->rpl_threads[i].thr &&
|
||||
|
Reference in New Issue
Block a user