• unknown's avatar
    Mark that strings may change on index only reads (for BDB tables). · b9073593
    unknown authored
    This fixed problem with index reads on character fields with BDB tables. (Bug #2509)
    
    
    BitKeeper/etc/ignore:
      added man/*.1
    mysql-test/r/bdb.result:
      New test
    mysql-test/r/myisam.result:
      More tests
    mysql-test/t/bdb.test:
      Test for idnex only read
    mysql-test/t/myisam.test:
      More test to verify pushed bug fix
    sql/ha_berkeley.h:
      Mark that strings may change on index only reads
    sql/item_strfunc.cc:
      Cleanup
    sql/table.cc:
      Allow index only reads on binary strings
    b9073593
myisam.test 23 KB