Commit af0ba438 authored by Marko Mäkelä's avatar Marko Mäkelä

Do not misspell "fall through"

parent fcde9111
...@@ -1595,7 +1595,7 @@ bool Table_triggers_list::check_n_load(THD *thd, const char *db, ...@@ -1595,7 +1595,7 @@ bool Table_triggers_list::check_n_load(THD *thd, const char *db,
thd->spcont= save_spcont; thd->spcont= save_spcont;
thd->variables.sql_mode= save_sql_mode; thd->variables.sql_mode= save_sql_mode;
thd->reset_db(save_db.str, save_db.length); thd->reset_db(save_db.str, save_db.length);
/* Fall trough to error */ /* Fall through to error */
} }
} }
......
...@@ -7419,7 +7419,6 @@ int TABLE::update_virtual_fields(handler *h, enum_vcol_update_mode update_mode) ...@@ -7419,7 +7419,6 @@ int TABLE::update_virtual_fields(handler *h, enum_vcol_update_mode update_mode)
swap_values= 1; swap_values= 1;
break; break;
case VCOL_UPDATE_FOR_DELETE: case VCOL_UPDATE_FOR_DELETE:
/* Fall trough */
case VCOL_UPDATE_FOR_WRITE: case VCOL_UPDATE_FOR_WRITE:
update= bitmap_is_set(vcol_set, vf->field_index); update= bitmap_is_set(vcol_set, vf->field_index);
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment