1. 29 Jun, 2015 3 commits
    • Sergey Vojtovich's avatar
      MDEV-8339 - Server crash during table cache eviction · a0f5f407
      Sergey Vojtovich authored
      TDC_element::free_tables_back() had pre-lfhash leftover code, which referenced
      TDC_element::free_tables via TDC_element::share. This is not correct as share
      may be NULL (newly inserted or to be removed), instead access free_tables
      directly.
      a0f5f407
    • Sergey Vojtovich's avatar
      MDEV-7792 - SQL Parsing Error - UNION AND ORDER BY WITH JOIN · 0865e3de
      Sergey Vojtovich authored
      ORDER BY against union may confuse name resolution context, causing valid
      SQL statements to fail.
      
      The purpose of context change was presumably intended for the duration of
      gathering field list for ORDER BY. However it isn't actually required (name
      resolution context is never accessed by the latter).
      
      See also alternative solution (in MySQL 5.7): 92145b95.
      0865e3de
    • Jan Lindström's avatar
      MDEV-8391: encryption.innodb-page_encryption_compression fails · ad9b3263
      Jan Lindström authored
      Test create_or_replace should make sure that background decrypt
      operation is finished and flush all dirty pages using restart
      to clean up the database before ending.
      ad9b3263
  2. 28 Jun, 2015 6 commits
  3. 27 Jun, 2015 15 commits
  4. 26 Jun, 2015 10 commits
  5. 25 Jun, 2015 3 commits
  6. 24 Jun, 2015 2 commits
  7. 23 Jun, 2015 1 commit