• Michael Widenius's avatar
    MDEV-19055 Failures with temporary tables and Aria · c8b5fa4a
    Michael Widenius authored
    There was two separate problems:
    - Aria pagecache didn't properly handle re-reading of blocks
      that have given errors before (this triggered an assert)
    - temporary tables that where opened several times where
      not properly closed in ALTER, REPAIR or OPTIMIZE table
    
    Other things
    - Added a couple of asserts that will make it easier to
      find problems like this in the future.
    c8b5fa4a
my_pread.c 6.3 KB