Do not misspell "fall through"

This commit is contained in:
Marko Mäkelä 2018-01-03 22:21:32 +02:00
parent fcde91114d
commit af0ba43838
2 changed files with 1 additions and 2 deletions

View File

@ -1595,7 +1595,7 @@ err_with_lex_cleanup:
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 */
} }
} }

View File

@ -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;