mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Do not misspell "fall through"
This commit is contained in:
@ -1595,7 +1595,7 @@ err_with_lex_cleanup:
|
||||
thd->spcont= save_spcont;
|
||||
thd->variables.sql_mode= save_sql_mode;
|
||||
thd->reset_db(save_db.str, save_db.length);
|
||||
/* Fall trough to error */
|
||||
/* Fall through to error */
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user