1. 30 May, 2016 3 commits
  2. 28 May, 2016 1 commit
  3. 26 May, 2016 3 commits
  4. 18 May, 2016 1 commit
  5. 17 May, 2016 1 commit
  6. 11 May, 2016 1 commit
  7. 10 May, 2016 1 commit
  8. 08 May, 2016 2 commits
  9. 07 May, 2016 1 commit
  10. 06 May, 2016 1 commit
  11. 05 May, 2016 11 commits
  12. 04 May, 2016 13 commits
  13. 03 May, 2016 1 commit
    • Jan Lindström's avatar
      MDEV-9362: InnoDB tables using DATA_DIRECTORY created using · 5dd0c77e
      Jan Lindström authored
      MySQL 5.6 do not work with MariaDB 10.1
      
      Analysis: Problem is that tablespace flags bit DATA_DIR
      is on different position on MySQL 5.6 compared to
      MariaDB 10.1.
      
      Fix: If we detect that there is difference between dictionary
      flags and tablespace flags we remove DATA_DIR flag and compare
      again. Remote tablespace is tried to locate even in case
      when DATA_DIR flag is not set.
      5dd0c77e