1. 23 Mar, 2018 1 commit
  2. 21 Mar, 2018 3 commits
  3. 20 Mar, 2018 3 commits
  4. 19 Mar, 2018 1 commit
    • Eugene Kosov's avatar
      MDEV-15030 Add ASAN instrumentation · 75c76dbb
      Eugene Kosov authored
      Learn both valgrind and asan to catch this bug:
      
        mem_heap_t* heap = mem_heap_create(1024);
        byte* p = reinterpret_cast<byte*>(heap) + sizeof(mem_heap_t);
        *p = 123;
      
      Overflows of the last allocation in a block will be catched too.
      
      mem_heap_create_block(): poison newly allocated memory
      75c76dbb
  5. 17 Mar, 2018 1 commit
    • Varun Gupta's avatar
      MDEV-6736: Valgrind warnings 'Invalid read' in... · e3dd9a95
      Varun Gupta authored
      MDEV-6736: Valgrind warnings 'Invalid read' in subselect_engine::calc_const_tables with SQ in WHERE and
                 HAVING, ORDER BY, materialization+semijoin
      
      During cleanup a pointer to the materialised table that was freed was not set to NULL
      e3dd9a95
  6. 14 Mar, 2018 2 commits
  7. 13 Mar, 2018 1 commit
  8. 12 Mar, 2018 1 commit
  9. 11 Mar, 2018 1 commit
  10. 09 Mar, 2018 1 commit
  11. 24 Feb, 2018 1 commit
  12. 22 Feb, 2018 1 commit
  13. 21 Feb, 2018 1 commit
  14. 15 Feb, 2018 1 commit
  15. 14 Feb, 2018 2 commits
  16. 13 Feb, 2018 1 commit
  17. 11 Feb, 2018 2 commits
  18. 09 Feb, 2018 1 commit
  19. 08 Feb, 2018 3 commits
  20. 07 Feb, 2018 1 commit
  21. 05 Feb, 2018 1 commit
  22. 02 Feb, 2018 1 commit
  23. 01 Feb, 2018 1 commit
  24. 31 Jan, 2018 1 commit
  25. 30 Jan, 2018 7 commits