mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
branches/zip: row_build_index_entry(): Correct a typo made in r2012.
This commit is contained in:
parent
996edd8a91
commit
7ebd4af72f
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ row_build_index_entry(
|
|||
const dfield_t* dfield2
|
||||
= dtuple_get_nth_field(row, col_no);
|
||||
ulint len
|
||||
= dfield_get_len(dfield);
|
||||
= dfield_get_len(dfield2);
|
||||
|
||||
dfield_copy(dfield, dfield2);
|
||||
|
||||
|
|
Loading…
Reference in a new issue