Commit cac8aee4 authored by marko's avatar marko

branches/zip: trx_cleanup_at_db_startup(): Fix a typo in comment.

parent 5dbaccb3
...@@ -179,7 +179,7 @@ trx_commit_off_kernel( ...@@ -179,7 +179,7 @@ trx_commit_off_kernel(
/****************************************************************//** /****************************************************************//**
Cleans up a transaction at database startup. The cleanup is needed if 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 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 UNIV_INTERN
void void
trx_cleanup_at_db_startup( trx_cleanup_at_db_startup(
......
...@@ -950,7 +950,7 @@ trx_commit_off_kernel( ...@@ -950,7 +950,7 @@ trx_commit_off_kernel(
/****************************************************************//** /****************************************************************//**
Cleans up a transaction at database startup. The cleanup is needed if 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 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 UNIV_INTERN
void void
trx_cleanup_at_db_startup( trx_cleanup_at_db_startup(
......
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