1. 21 Dec, 2015 1 commit
  2. 19 Dec, 2015 5 commits
  3. 11 Dec, 2015 5 commits
  4. 10 Dec, 2015 1 commit
  5. 09 Dec, 2015 7 commits
  6. 08 Dec, 2015 9 commits
  7. 07 Dec, 2015 10 commits
  8. 05 Dec, 2015 1 commit
  9. 04 Dec, 2015 1 commit
    • Jan Lindström's avatar
      MDEV-9233: Copying MySQL 5.5 data directory to 10.0 with partition tables crashes on insert · 082b859d
      Jan Lindström authored
      Analysis: There were two problems. (1) if partition table was
      created using lower_case_tables = 1 on windows we did find the
      correct table but we did not set share->ib_table correctly.
      (2) we did open table on dictionary but did not increase
      mysql_open_tables.
      
      Fix: In xtradb allow access to tables with incorrect
      lower case names (warning is printed to error log). If
      table is opened increase mysql_open_tables count to avoid
      crash on flush tables.
      082b859d