1. 02 Jun, 2015 5 commits
  2. 01 Jun, 2015 7 commits
  3. 31 May, 2015 2 commits
  4. 30 May, 2015 5 commits
  5. 29 May, 2015 4 commits
  6. 28 May, 2015 3 commits
  7. 27 May, 2015 6 commits
  8. 26 May, 2015 5 commits
  9. 25 May, 2015 1 commit
  10. 21 May, 2015 2 commits
    • Jan Lindström's avatar
      MDEV-8195: InnoDB: Error: trying to access tablespace 11262 page no. 7,... · 536112dd
      Jan Lindström authored
      MDEV-8195: InnoDB: Error: trying to access tablespace 11262 page no. 7, InnoDB: but the tablespace does not exist or is just being dropped.
      
      Analysis: Problem was that we did try to read from tablespace
      that was being dropped.
      
      Fixed by introducing a new function to find a tablespace only
      if it is not being dropped currently and adding this check
      before trying to read pages from tablespace.
      536112dd
    • Jan Lindström's avatar
      Fix test failure. · 8635c4b4
      Jan Lindström authored
      8635c4b4