Commit 0c0b3ea9 authored by unknown's avatar unknown
Browse files

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
parent ef62de33
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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);