mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
branches/zip: trx_cleanup_at_db_startup(): Fix a typo in comment.
This commit is contained in:
parent
c8cb3ab8dd
commit
5bae37f691
2 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@ trx_commit_off_kernel(
|
|||
/****************************************************************//**
|
||||
Cleans up a transaction at database startup. The cleanup is needed if
|
||||
the transaction already got to the middle of a commit when the database
|
||||
crashed, andf we cannot roll it back. */
|
||||
crashed, and we cannot roll it back. */
|
||||
UNIV_INTERN
|
||||
void
|
||||
trx_cleanup_at_db_startup(
|
||||
|
|
|
@ -950,7 +950,7 @@ trx_commit_off_kernel(
|
|||
/****************************************************************//**
|
||||
Cleans up a transaction at database startup. The cleanup is needed if
|
||||
the transaction already got to the middle of a commit when the database
|
||||
crashed, andf we cannot roll it back. */
|
||||
crashed, and we cannot roll it back. */
|
||||
UNIV_INTERN
|
||||
void
|
||||
trx_cleanup_at_db_startup(
|
||||
|
|
Loading…
Add table
Reference in a new issue