mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
row_merge_buf_add(): Add a missing const qualifier to "ext".
This commit is contained in:
parent
0ad9c404e7
commit
f8c77d787f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue