mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Remove an unused parameter
btr_store_big_rec_extern_fields(): Remove the unused parameter 'upd' that was added ince0a1e85e2and merged to MariaDB 10.2.2 in commit2e814d4702.
This commit is contained in:
parent
8e255b98ab
commit
a0df2693a2
6 changed files with 5 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue