1. 23 Feb, 2019 1 commit
    • Igor Babaev's avatar
      MDEV-18700 EXPLAIN EXTENDED shows a wrong operation for query · 09bd2138
      Igor Babaev authored
                 with UNION ALL after INTERSECT
      
      EXPLAIN EXTENDED erroneously showed UNION instead of UNION ALL in
      the warning if UNION ALL followed INTERSECT or EXCEPT operations.
      The bug was in the function st_select_lex_unit::print() that printed
      the text of the query used in the warning.
      09bd2138
  2. 21 Feb, 2019 1 commit
  3. 20 Feb, 2019 4 commits
  4. 19 Feb, 2019 12 commits
  5. 18 Feb, 2019 7 commits
  6. 16 Feb, 2019 1 commit
    • Marko Mäkelä's avatar
      Fix tests for innodb_checksum_algorithm=strict_crc32 · df51dc28
      Marko Mäkelä authored
      In tests that directly write InnoDB data file pages,
      compute the innodb_checksum_algorithm=crc32 checksums,
      instead of writing the 0xdeadbeef value used by
      innodb_checksum_algorithm=none. In this way, these tests
      will not cause failures when executing
      ./mtr --mysqld=--loose-innodb-checksum-algorithm=strict_crc32
      df51dc28
  7. 14 Feb, 2019 3 commits
  8. 13 Feb, 2019 10 commits
  9. 12 Feb, 2019 1 commit