mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
branches/zip: row_ext_create(): Remove unused variables that were added
in r2131.
This commit is contained in:
parent
603defd2de
commit
5784e7debb
1 changed files with 0 additions and 2 deletions
|
@ -81,8 +81,6 @@ row_ext_create(
|
|||
/* Fetch the BLOB prefixes */
|
||||
for (i = 0; i < n_ext; i++) {
|
||||
const dfield_t* dfield;
|
||||
ulint len;
|
||||
byte* b;
|
||||
|
||||
dfield = dtuple_get_nth_field(tuple, ext[i]);
|
||||
row_ext_cache_fill(ret, i, zip_size, dfield);
|
||||
|
|
Loading…
Reference in a new issue