1. 12 Dec, 2016 38 commits
  2. 10 Dec, 2016 1 commit
  3. 09 Dec, 2016 1 commit
    • Marko Mäkelä's avatar
      MDEV-11487 Revert InnoDB internal temporary tables from WL#7682 · c868acdf
      Marko Mäkelä authored
      WL#7682 in MySQL 5.7 introduced the possibility to create light-weight
      temporary tables in InnoDB. These are called 'intrinsic temporary tables'
      in InnoDB, and in MySQL 5.7, they can be created by the optimizer for
      sorting or buffering data in query processing.
      
      In MariaDB 10.2, the optimizer temporary tables cannot be created in
      InnoDB, so we should remove the dead code and related data structures.
      c868acdf