Commit 7dad3985 authored by unknown's avatar unknown
Browse files

Fix to allow usage of 4.0 tables with 4.1

parent 4e561d74
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5943,6 +5943,7 @@ Field *make_field(char *ptr, uint32 field_length,
    if (!f_is_packed(pack_flag))
    {
      if (field_type == FIELD_TYPE_STRING ||
          field_type == FIELD_TYPE_DECIMAL ||   // 3.23 or 4.0 string
          field_type == FIELD_TYPE_VAR_STRING)
        return new Field_string(ptr,field_length,null_pos,null_bit,
                                unireg_check, field_name, table,