Skip to content

Commit af0ba43

Browse files
committed
Do not misspell "fall through"
1 parent fcde911 commit af0ba43

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sql/sql_trigger.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@ bool Table_triggers_list::check_n_load(THD *thd, const char *db,
15951595
thd->spcont= save_spcont;
15961596
thd->variables.sql_mode= save_sql_mode;
15971597
thd->reset_db(save_db.str, save_db.length);
1598-
/* Fall trough to error */
1598+
/* Fall through to error */
15991599
}
16001600
}
16011601

sql/table.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7419,7 +7419,6 @@ int TABLE::update_virtual_fields(handler *h, enum_vcol_update_mode update_mode)
74197419
swap_values= 1;
74207420
break;
74217421
case VCOL_UPDATE_FOR_DELETE:
7422-
/* Fall trough */
74237422
case VCOL_UPDATE_FOR_WRITE:
74247423
update= bitmap_is_set(vcol_set, vf->field_index);
74257424
break;

0 commit comments

Comments
 (0)