data0data.c:

Allow also long VARCHARs to be stored externally, not just BLOBs; fixes a bug reported by Trudy Pelzer; needs more testing
This commit is contained in:
heikki@hundin.mysql.fi 2005-03-16 18:05:08 +02:00
parent 9d0b81880c
commit 4bf1d9e445

View File

@ -546,9 +546,7 @@ dtuple_convert_big_rec(
}
}
if (!is_externally_stored
&& dict_index_get_nth_type(index, i)->mtype
== DATA_BLOB) {
if (!is_externally_stored) {
dfield = dtuple_get_nth_field(entry, i);