Commit 5a20c7a8 authored by marko's avatar marko

branches/zip: fil0fil.c: Correct some comments.

parent dbe13c2b
...@@ -185,8 +185,7 @@ struct fil_space_struct { ...@@ -185,8 +185,7 @@ struct fil_space_struct {
tablespace whose size we do not know yet; tablespace whose size we do not know yet;
last incomplete megabytes in data files may be last incomplete megabytes in data files may be
ignored if space == 0 */ ignored if space == 0 */
ulint flags; /* in: compressed page size ulint flags; /* compressed page size and file format, or 0 */
and file format, or 0 */
ulint n_reserved_extents; ulint n_reserved_extents;
/* number of reserved free extents for /* number of reserved free extents for
ongoing operations like B-tree page split */ ongoing operations like B-tree page split */
...@@ -1625,8 +1624,8 @@ fil_write_lsn_and_arch_no_to_file( ...@@ -1625,8 +1624,8 @@ fil_write_lsn_and_arch_no_to_file(
ulint sum_of_sizes, /* in: combined size of previous files ulint sum_of_sizes, /* in: combined size of previous files
in space, in database pages */ in space, in database pages */
ib_uint64_t lsn, /* in: lsn to write */ ib_uint64_t lsn, /* in: lsn to write */
ulint arch_log_no /* in: archived log number to write */ ulint arch_log_no __attribute__((unused)))
__attribute__((unused))) /* in: archived log number to write */
{ {
byte* buf1; byte* buf1;
byte* buf; byte* buf;
......
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