• bar@mysql.com's avatar
    sql_table.cc: · 48f34a0b
    bar@mysql.com authored
      Bug#11657 Creation of secondary index fails:
    
      If TINYBLOB key part length is 255, it is equal
      to field length. For BLOB, unlike for CHAR/VARCHAR,
      we should keep a non-zero key part length, otherwise
      "BLOB/TEXT column used in key specification without a key length"
      error is produced afterwards.
    
    type_blob.result, type_blob.test:
      fixing tests accordinly
    48f34a0b
sql_table.cc 121 KB