1. 10 Jun, 2014 7 commits
  2. 09 Jun, 2014 8 commits
  3. 08 Jun, 2014 1 commit
  4. 07 Jun, 2014 2 commits
  5. 06 Jun, 2014 2 commits
  6. 05 Jun, 2014 17 commits
  7. 04 Jun, 2014 3 commits
    • Alexander Barkov's avatar
      Merge 5.3->5.5 · 284479c0
      Alexander Barkov authored
      284479c0
    • Alexander Barkov's avatar
      MDEV-4858 Wrong results for a huge unsigned value inserted into a TIME column · 661daf16
      Alexander Barkov authored
      MDEV-6099 Bad results for DATE_ADD(.., INTERVAL 2000000000000000000.0 SECOND)
      MDEV-6097 Inconsistent results for CAST(int,decimal,double AS DATETIME)
      MDEV-6100 No warning on CAST(9000000 AS TIME)
      661daf16
    • Michael Widenius's avatar
      Fixed compiler warnings · 414e8388
      Michael Widenius authored
      mysys/psi_noop.c:
        Fixed wrong prototype
      sql/rpl_gtid.cc:
        Added #ifndef to hide not used variable
      storage/connect/connect.cc:
        Added volatile to avoid compiler warning in gcc 4.8.1
      storage/connect/filamvct.cpp:
        Added volatile to avoid compiler warning in gcc 4.8.1
      storage/maria/ma_checkpoint.c:
        Removed cast to avoid compiler warning
      storage/myisam/mi_delete_table.c:
        Added attribute to avoid compiler warning
      storage/tokudb/ha_tokudb.cc:
        Use LINT_INIT_STRUCT to avoid compiler warnings
      storage/tokudb/hatoku_hton.cc:
        Use LINT_INIT_STRUCT to avoid compiler warnings
      storage/tokudb/tokudb_card.h:
        Use LINT_INIT_STRUCT to avoid compiler warnings
      storage/tokudb/tokudb_status.h:
        Use LINT_INIT_STRUCT to avoid compiler warnings
      414e8388