mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Merge mysql-5.1-innodb to mysql-5.5-innodb.
This commit is contained in:
commit
118f6a6327
1 changed files with 4 additions and 0 deletions
|
@ -1252,6 +1252,10 @@ row_upd_changes_ord_field_binary(
|
|||
|| dfield_is_null(dfield)) {
|
||||
/* do nothing special */
|
||||
} else if (UNIV_LIKELY_NULL(ext)) {
|
||||
/* Silence a compiler warning without
|
||||
silencing a Valgrind error. */
|
||||
dfield_len = 0;
|
||||
UNIV_MEM_INVALID(&dfield_len, sizeof dfield_len);
|
||||
/* See if the column is stored externally. */
|
||||
buf = row_ext_lookup(ext, col_no, &dfield_len);
|
||||
|
||||
|
|
Loading…
Reference in a new issue