@@ -876,7 +876,7 @@ static bool ddl_log_increment_phase_no_lock(uint entry_pos)
876876 else
877877 {
878878 /*
879- Trying to deativate an execute entry or already deactive entry.
879+ Trying to deactivate an execute entry or already deactive entry.
880880 This should not happen
881881 */
882882 DBUG_ASSERT (0 );
@@ -1017,7 +1017,7 @@ static void ddl_log_to_binary_log(THD *thd, String *query)
10171017 table name to the query
10181018
10191019 When we log, we always log all found tables and views at the same time. This
1020- is done to simply the exceute code as otherwise we would have to keep
1020+ is done to simply execute the code as otherwise we would have to keep
10211021 information of what was logged.
10221022*/
10231023
@@ -1505,7 +1505,7 @@ static int ddl_log_execute_action(THD *thd, MEM_ROOT *mem_root,
15051505 case DDL_RENAME_PHASE_STAT:
15061506 /*
15071507 Stat tables must be updated last so that we can handle a rename of
1508- a stat table. For now we just rememeber that we have to update it
1508+ a stat table. For now we just remember that we have to update it
15091509 */
15101510 update_flags (ddl_log_entry->entry_pos , DDL_LOG_FLAG_UPDATE_STAT);
15111511 ddl_log_entry->flags |= DDL_LOG_FLAG_UPDATE_STAT;
@@ -2543,7 +2543,7 @@ bool ddl_log_write_entry(DDL_LOG_ENTRY *ddl_log_entry,
25432543 @brief Write or update execute entry in the ddl log.
25442544
25452545 @details An execute entry points to the first entry that should
2546- be excuted during recovery. In some cases it's only written once,
2546+ be executed during recovery. In some cases it's only written once,
25472547 in other cases it's updated for each log entry to point to the new
25482548 header for the list.
25492549
0 commit comments