mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
row0sel.c:
row_sel_store_mysql_rec(): Remove unused variable "index". innobase/row/row0sel.c: row_sel_store_mysql_rec(): Remove unused variable "index".
This commit is contained in:
parent
b89931ec33
commit
a44711db14
1 changed files with 0 additions and 6 deletions
|
@ -2352,16 +2352,10 @@ row_sel_store_mysql_rec(
|
|||
byte* blob_buf;
|
||||
int pad_char;
|
||||
ulint i;
|
||||
dict_index_t* index;
|
||||
|
||||
ut_ad(prebuilt->mysql_template);
|
||||
ut_ad(rec_offs_validate(rec, NULL, offsets));
|
||||
|
||||
index = prebuilt->index;
|
||||
if (prebuilt->need_to_access_clustered) {
|
||||
index = dict_table_get_first_index(index->table);
|
||||
}
|
||||
|
||||
if (prebuilt->blob_heap != NULL) {
|
||||
mem_heap_free(prebuilt->blob_heap);
|
||||
prebuilt->blob_heap = NULL;
|
||||
|
|
Loading…
Reference in a new issue