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

This commit is contained in:
marko 2008-01-30 21:15:41 +00:00
parent 0ad9c404e7
commit f8c77d787f

View file

@ -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;