Commit efc7639d authored by marko's avatar marko

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

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