mirror of
https://github.com/MariaDB/server.git
synced 2025-09-03 20:43:11 +03:00
data0data.c:
Allow also long VARCHARs to be stored externally, not just BLOBs; fixes a bug reported by Trudy Pelzer; needs more testing innobase/data/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:
@@ -546,9 +546,7 @@ dtuple_convert_big_rec(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_externally_stored
|
if (!is_externally_stored) {
|
||||||
&& dict_index_get_nth_type(index, i)->mtype
|
|
||||||
== DATA_BLOB) {
|
|
||||||
|
|
||||||
dfield = dtuple_get_nth_field(entry, i);
|
dfield = dtuple_get_nth_field(entry, i);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user