• jimw@mysql.com's avatar
    Bug #13601: Wrong int type for bit · 1a59580d
    jimw@mysql.com authored
      The wrong value was being reported as the field_length for BIT
      fields, resulting in confusion for at least Connector/J. The
      field_length is now always the number of bits in the field, as
      it should be.
    1a59580d
ha_ndbcluster.cc 214 KB