Commit a092c0a7 authored by marko's avatar marko

branches/zip: Remove bogus in: comments from struct members.

parent 6e042881
...@@ -148,7 +148,7 @@ struct trx_rseg_struct{ ...@@ -148,7 +148,7 @@ struct trx_rseg_struct{
rseg mutex */ rseg mutex */
ulint space; /* space where the rollback segment is ulint space; /* space where the rollback segment is
header is placed */ header is placed */
ulint zip_size;/* in: compressed page size of space ulint zip_size;/* compressed page size of space
in bytes, or 0 for uncompressed spaces */ in bytes, or 0 for uncompressed spaces */
ulint page_no;/* page number of the rollback segment ulint page_no;/* page number of the rollback segment
header */ header */
......
...@@ -389,7 +389,7 @@ struct trx_undo_struct{ ...@@ -389,7 +389,7 @@ struct trx_undo_struct{
/*-----------------------------*/ /*-----------------------------*/
ulint space; /* space id where the undo log ulint space; /* space id where the undo log
placed */ placed */
ulint zip_size; /* in: compressed page size of space ulint zip_size; /* compressed page size of space
in bytes, or 0 for uncompressed */ in bytes, or 0 for uncompressed */
ulint hdr_page_no; /* page number of the header page in ulint hdr_page_no; /* page number of the header page in
the undo log */ the undo log */
......
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