Remove an unused parameter

btr_store_big_rec_extern_fields(): Remove the unused parameter 'upd'
that was added in ce0a1e85e2
and merged to MariaDB 10.2.2
in commit 2e814d4702.
This commit is contained in:
Marko Mäkelä 2017-10-11 11:41:31 +03:00
commit a0df2693a2
6 changed files with 5 additions and 9 deletions

View file

@ -6647,7 +6647,6 @@ btr_store_big_rec_extern_fields(
btr_pcur_t* pcur, /*!< in/out: a persistent cursor. if
btr_mtr is restarted, then this can
be repositioned. */
const upd_t* upd, /*!< in: update vector */
ulint* offsets, /*!< in/out: rec_get_offsets() on
pcur. the "external storage" flags
in offsets will correctly correspond