1. 20 Dec, 2012 1 commit
  2. 13 Dec, 2012 2 commits
  3. 30 Nov, 2012 1 commit
  4. 29 Nov, 2012 1 commit
  5. 28 Nov, 2012 2 commits
  6. 27 Nov, 2012 5 commits
  7. 26 Nov, 2012 2 commits
  8. 22 Nov, 2012 2 commits
  9. 21 Nov, 2012 2 commits
  10. 19 Nov, 2012 1 commit
  11. 18 Nov, 2012 1 commit
    • Alexey Botchkov's avatar
      MDEV 507 deb/rpm packages for galera builds. · c9c458fa
      Alexey Botchkov authored
              Debian/Ubuntu packages fixed.
              The mariadb-server-5.5 and mariadb-server packages became
              mariadb-galera-server-5.5 and mariadb-galera-server respectively.
              The rest of packages are removed from the build.
              This patch reflects only files that were changed.
              Second part of this patch has only file renaming/deletions.
      c9c458fa
  12. 17 Nov, 2012 1 commit
    • Sergei Golubchik's avatar
      MDEV-736 LP:1004615 - Unexpected warnings "Encountered illegal value '' when... · 13ba0dd2
      Sergei Golubchik authored
      MDEV-736 LP:1004615 - Unexpected warnings "Encountered illegal value '' when converting to DECIMAL" on a query with aggregate functions and GROUP BY
      
      fix: don't call field->val_decimal() if the field->is_null()
      because the buffer at field->ptr might not hold a valid decimal value
      
      sql/item_sum.cc:
        do not call field->val_decimal() if the field->is_null()
      storage/maria/ma_blockrec.c:
        cleanup
      storage/maria/ma_rrnd.c:
        cleanup
      strings/decimal.c:
        typo
      13ba0dd2
  13. 20 Nov, 2012 3 commits
  14. 19 Nov, 2012 3 commits
  15. 17 Nov, 2012 1 commit
  16. 15 Nov, 2012 1 commit
    • Sergei Golubchik's avatar
      MDEV-3826 compilation of client programs fail: m_string.h tries to include <mysql/plugin.h> · 3a1fdc9e
      Sergei Golubchik authored
      mysql_config:
      - add not only $pkgincludedir, but also $pkgincludedir/.. to the header search path,
        for #include <mysql/plugin.h> to work
      
      
      scripts/mysql_config.sh:
        - don't support headers in */include anymore. only in */include/mysql
        - remove the incorrect "bug fix" (fixed correctly long time ago)
        - add not only $pkgincludedir, but also $pkgincludedir/.. to the header search path,
          for #include <mysql/plugin.h> to work
        - but don't do it, if $pkgincludedir/.. is /usr/include
      3a1fdc9e
  17. 12 Nov, 2012 1 commit
  18. 10 Nov, 2012 2 commits
    • Vladislav Vaintroub's avatar
      MDEV-3849 - 1 bytes stack overwrite in normalize_dirname(). · 35313020
      Vladislav Vaintroub authored
      Take into account that length of strings passed down to this function can be up to FN_REFLEN+1 bytes. including terminating zero.
      The overwrite was caused by incomplete fix to MySQL Bug # 44834
      35313020
    • Igor Babaev's avatar
      Fixed bug mdev-3845. · 094f4cf7
      Igor Babaev authored
      If triggers are used for an insert/update/delete statement than the values of
      all virtual columns must be computed as any of them may be used by the triggers.
      094f4cf7
  19. 09 Nov, 2012 8 commits