• unknown's avatar
    Fixed a bug checksum table locks the InnoDB table and does not use a · 2de206b4
    unknown authored
    consistent read (Bug #12669).
    
    
    mysql-test/r/innodb.result:
      Added test results for a checksum test.
    mysql-test/t/innodb.test:
      Added test case for a checksum bug #12669.
    sql/ha_innodb.cc:
      Use consistent read for checksum table and convert MySQL lock type
      to the TL_READ because at the moment MySQL uses TL_READ_NO_INSERT.
    2de206b4
innodb.test 38.9 KB