• unknown's avatar
    Fixed bug #25971: indexes on text columns were ignored when ref accesses · 6ae94723
    unknown authored
    were evaluated.
    According to the new rules for string comparison partial indexes on text
    columns can be used in the same cases when partial indexes on varchar
    columns can be used.
    
    
    mysql-test/r/endspace.result:
      Adjusted results after the fix for bug #25971.
    mysql-test/r/innodb.result:
      Adjusted results after the fix for bug #25971.
    mysql-test/r/myisam.result:
      Adjusted results after the fix for bug #25971.
    mysql-test/r/select.result:
      Added a test case for bug #25971.
    mysql-test/r/type_blob.result:
      Adjusted results after the fix for bug #25971.
    mysql-test/t/select.test:
      Added a test case for bug #25971.
    6ae94723
select.result 109 KB