Commit 0ce4e51d authored by marko's avatar marko

branches/zip: Correct some typos in comments.

parent 046c1d91
...@@ -406,7 +406,7 @@ buf_page_is_corrupted( ...@@ -406,7 +406,7 @@ buf_page_is_corrupted(
} }
/* InnoDB versions < 4.0.14 and < 4.1.1 stored the space id /* InnoDB versions < 4.0.14 and < 4.1.1 stored the space id
(always equal to 0), to FIL_PAGE_SPACE_SPACE_OR_CHKSUM */ (always equal to 0), to FIL_PAGE_SPACE_OR_CHKSUM */
if (checksum_field != 0 if (checksum_field != 0
&& checksum_field != BUF_NO_CHECKSUM_MAGIC && checksum_field != BUF_NO_CHECKSUM_MAGIC
......
...@@ -232,10 +232,9 @@ ulint ...@@ -232,10 +232,9 @@ ulint
trx_undo_assign_undo( trx_undo_assign_undo(
/*=================*/ /*=================*/
/* out: DB_SUCCESS if undo log assign /* out: DB_SUCCESS if undo log assign
* successful, possible error codes are: successful, possible error codes are:
* ER_TOO_MANY_CONCURRENT_TRXS DB_TOO_MANY_CONCURRENT_TRXS
* DB_OUT_OF_FILE_SPAC DB_OUT_OF_FILE_SPACE DB_OUT_OF_MEMORY*/
* DB_OUT_OF_MEMORY */
trx_t* trx, /* in: transaction */ trx_t* trx, /* in: transaction */
ulint type); /* in: TRX_UNDO_INSERT or TRX_UNDO_UPDATE */ ulint type); /* in: TRX_UNDO_INSERT or TRX_UNDO_UPDATE */
/********************************************************************** /**********************************************************************
......
...@@ -1708,7 +1708,7 @@ trx_undo_assign_undo( ...@@ -1708,7 +1708,7 @@ trx_undo_assign_undo(
/*=================*/ /*=================*/
/* out: DB_SUCCESS if undo log assign /* out: DB_SUCCESS if undo log assign
successful, possible error codes are: successful, possible error codes are:
DD_TOO_MANY_CONCURRENT_TRXS DB_TOO_MANY_CONCURRENT_TRXS
DB_OUT_OF_FILE_SPACE DB_OUT_OF_MEMORY*/ DB_OUT_OF_FILE_SPACE DB_OUT_OF_MEMORY*/
trx_t* trx, /* in: transaction */ trx_t* trx, /* in: transaction */
ulint type) /* in: TRX_UNDO_INSERT or TRX_UNDO_UPDATE */ ulint type) /* in: TRX_UNDO_INSERT or TRX_UNDO_UPDATE */
......
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