mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
branches/zip: mlog_parse_index(): Correct a parameter comment
and add a const qualifier that was missing.
This commit is contained in:
parent
cab1802cee
commit
dbe13c2ba2
2 changed files with 2 additions and 4 deletions
|
@ -237,8 +237,7 @@ mlog_parse_index(
|
|||
/* out: parsed record end,
|
||||
NULL if not a complete record */
|
||||
byte* ptr, /* in: buffer */
|
||||
byte* end_ptr,/* in: buffer end */
|
||||
/* out: new value of log_ptr */
|
||||
const byte* end_ptr,/* in: buffer end */
|
||||
ibool comp, /* in: TRUE=compact record format */
|
||||
dict_index_t** index); /* out, own: dummy index */
|
||||
|
||||
|
|
|
@ -541,8 +541,7 @@ mlog_parse_index(
|
|||
/* out: parsed record end,
|
||||
NULL if not a complete record */
|
||||
byte* ptr, /* in: buffer */
|
||||
byte* end_ptr,/* in: buffer end */
|
||||
/* out: new value of log_ptr */
|
||||
const byte* end_ptr,/* in: buffer end */
|
||||
ibool comp, /* in: TRUE=compact record format */
|
||||
dict_index_t** index) /* out, own: dummy index */
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue