Commit f8c77d78 authored by marko's avatar marko

row_merge_buf_add(): Add a missing const qualifier to "ext".

parent 0ad9c404
......@@ -227,7 +227,7 @@ row_merge_buf_add(
FALSE if out of space */
row_merge_buf_t* buf, /* in/out: sort buffer */
const dtuple_t* row, /* in: row in clustered index */
row_ext_t* ext) /* in/out: cache of externally stored
const row_ext_t* ext) /* in: cache of externally stored
column prefixes, or NULL */
{
ulint i;
......
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