• Sergey Vojtovich's avatar
    MDEV-4786 - merge 10.0-monty - 10.0 · 9dd68da1
    Sergey Vojtovich authored
    Fixed archive.archive non-debug failure.
    
    Applied revision:
    sergey.vojtovich@oracle.com-20111008171828-vje5pumzvl04rdbb
    
    Archive didn't read blobs from original table while
    performing REPAIR TABLE with non-debug builds.
    
    storage/archive/ha_archive.cc:
      Mark all columns for read independently of DBUG state.
      It instructs ::get_row_version2() to read all blobs.
    9dd68da1
ha_archive.cc 50.2 KB