1. 15 Dec, 2013 1 commit
  2. 13 Dec, 2013 1 commit
  3. 12 Dec, 2013 5 commits
  4. 11 Dec, 2013 2 commits
  5. 07 Dec, 2013 1 commit
  6. 06 Dec, 2013 1 commit
  7. 05 Dec, 2013 2 commits
    • Igor Babaev's avatar
      Merge · 21d0d8c5
      Igor Babaev authored
      21d0d8c5
    • Igor Babaev's avatar
      Fixed bug mdev-5382 · ccf5871d
      Igor Babaev authored
      When marking used columns the function find_field_in_table_ref() erroneously
      called the walk method for the real item behind a view/derived table field
      with the second parameter set to TRUE.
      This erroneous code was introduced in 2006. 
      ccf5871d
  8. 04 Dec, 2013 1 commit
  9. 03 Dec, 2013 1 commit
  10. 02 Dec, 2013 2 commits
  11. 01 Dec, 2013 1 commit
  12. 29 Nov, 2013 1 commit
  13. 27 Nov, 2013 3 commits
  14. 25 Nov, 2013 1 commit
  15. 22 Nov, 2013 2 commits
  16. 21 Nov, 2013 2 commits
  17. 20 Nov, 2013 2 commits
  18. 02 Dec, 2013 3 commits
    • Michael Widenius's avatar
      Fixed compiler errors and warnings · bbda717e
      Michael Widenius authored
      extra/jemalloc/src/ctl.c:
        Fixed compiler warning
      include/mysql/service_logger.h:
        Fixed compile failure with clang compiler
      storage/maria/ma_check.c:
        Fixed compiler warning
      support-files/compiler_warnings.supp:
        Suppressed warnings in jemalloc
      tests/bug25714.c:
        Fixed compiler warning
      bbda717e
    • Alexander Barkov's avatar
      Merge 5.3->5.5 · 5a8bd446
      Alexander Barkov authored
      pending merges:
        Alexander Barkov 2013-12-02 MDEV-4857 Wrong result of HOUR('1 00:00:00')
      5a8bd446
    • Alexander Barkov's avatar
      Merge 5.3 -> 5.5 · 87355a45
      Alexander Barkov authored
      pending merges:
        Sergey Petrunya 2013-11-27 MDEV-5344: LEFT OUTER JOIN table data is lost...
      87355a45
  19. 28 Nov, 2013 3 commits
  20. 27 Nov, 2013 1 commit
    • Jan Lindström's avatar
      MDEV-5355: InnoDB assertion at shutdown if posix_fallocate is used in... · 57a70a63
      Jan Lindström authored
      MDEV-5355: InnoDB assertion at shutdown if posix_fallocate is used in ut_a(node->n_pending == 0 || node->space->stop_new_ops); 
      
      Analysis: When filespace is extended there is first prepare for IO. But if
      posix_fallocate is used there was no complete IO causing assertion
      at shutdown indicating that all IO is not finished.
      
      Fix: If posix_fallocate is used to extend the filespace, there
      is no need to wait for IO to complete, thus we treat this
      operation as a read operation. We need to mark IO as
      completed or there would be assertion on shutdown at
      fil_node_close_file() because all pending IO is not finished.
      
      57a70a63
  21. 25 Nov, 2013 3 commits
  22. 23 Nov, 2013 1 commit