1. 12 Dec, 2013 2 commits
  2. 11 Dec, 2013 1 commit
  3. 06 Dec, 2013 1 commit
  4. 27 Nov, 2013 2 commits
  5. 20 Nov, 2013 2 commits
  6. 02 Dec, 2013 4 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
    • Alexander Barkov's avatar
      MDEV-4857 Wrong result of HOUR('1 00:00:00') · b97b9536
      Alexander Barkov authored
      modified:
        mysql-test/r/func_time.result
        mysql-test/t/func_time.test
        sql-common/my_time.c
        sql/item_func.h
        sql/item_timefunc.cc
        sql/mysql_priv.h
        sql/time.cc
      b97b9536
  7. 28 Nov, 2013 3 commits
  8. 27 Nov, 2013 2 commits
    • 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
    • Sergey Petrunya's avatar
      MDEV-5344: LEFT OUTER JOIN table data is lost in ON DUPLICATE KEY UPDATE section · 928543ca
      Sergey Petrunya authored
      - For INSERT ... SELECT ... ON DUPLICATE KEY UPDATE, table elimination should 
        check which tables are referenced in the ON DUPLICATE KEY UPDATE clause.
      928543ca
  9. 25 Nov, 2013 4 commits
  10. 23 Nov, 2013 1 commit
  11. 22 Nov, 2013 6 commits
  12. 21 Nov, 2013 6 commits
  13. 18 Nov, 2013 1 commit
    • Sergey Vojtovich's avatar
      MDEV-5182 - build of 10.0.4/r3863 fails @ 'cmake' with · 160236f8
      Sergey Vojtovich authored
                  -DINSTALL_SYSCONFDIR/-DDEFAULT_SYSCONFDIR specified
      
      The reason for a bug is in support-files/CMakeLists.txt that tries to
      install files in INSTALL_SYSCONF2DIR, without checking whether this
      variable is actually defined. 
      
      Normally INSTALL_SYSCONF2DIR is always defined if INSTALL_SYSCONFDIR is
      defined, and support-files/CMakeLists.txt assumes that. But when one
      specifies INSTALL_SYSCONFDIR manually on the command line, this
      assumption might be broken.
      160236f8
  14. 20 Nov, 2013 1 commit
  15. 19 Nov, 2013 4 commits