An error occurred fetching the project authors.
  1. 26 Jun, 2014 1 commit
  2. 23 Jun, 2014 1 commit
    • Sergei Golubchik's avatar
      cmake GUI cleanup · da9bb66b
      Sergei Golubchik authored
      mark path-related variables (AIO_LIBRARY, ODBC_LIBRARY, ODBC_INCLUDE_DIR,
      Thrift_LIBS, Thrift_INCLUDE_DIRS, CRYPTO_LIBRARY, OPENSSL_LIBRARIES,
      OPENSSL_ROOT_DIR, OPENSSL_INCLUDE_DIR) as advanced - paths are
      automatically discovered by cmake.
      
      mark few choice variables (ENABLED_LOCAL_INFILE, WITHOUT_SERVER,
      DISABLE_SHARED) as not advanced - they are user choices, not automatically
      configured values.
      
      remove unused BACKUP_TEST variable.
      da9bb66b
  3. 03 Jun, 2014 1 commit
  4. 31 May, 2014 1 commit
  5. 25 May, 2014 1 commit
  6. 24 May, 2014 2 commits
  7. 05 May, 2014 1 commit
  8. 05 Mar, 2014 1 commit
    • Tor Didriksen's avatar
      Backport of: · 2d5be2fc
      Tor Didriksen authored
        Bug#17894997 CMAKE WARNING WRT INTERFACE_LINK_LIBRARIES
        Bug#17905155 CMAKE WARNING WHEN GENERATING MAKEFILE
        Bug#71089 CMake warning when generating Makefile
      
      Use old policy for LINK_INTERFACE_LIBRARIES.
      
      2d5be2fc
  9. 04 Mar, 2014 3 commits
  10. 02 Mar, 2014 1 commit
  11. 26 Feb, 2014 1 commit
  12. 14 Feb, 2014 4 commits
  13. 01 Feb, 2014 2 commits
  14. 31 Jan, 2014 1 commit
  15. 16 Jan, 2014 2 commits
  16. 02 Jan, 2014 1 commit
    • Michael Widenius's avatar
      Fixes to get valgrind to work with jemalloc · 273078c5
      Michael Widenius authored
      - Added MALLOC_LIBRARY variable to hold name of malloc library
      - Back ported valgrind related fixes from jemalloc 3.4.1 to the included jemalloc 3.3.1
      - Renamed bitmap_init() and bitmap_free() to my_bitmap_init() and my_bitmap_free() to avoid clash with jemalloc 3.4.1
      - Use option --soname-synonyms=somalloc=NON to valgrind when using jemalloc
      - Show version related variables in mysqld --help
        -- Added SHOW_VALUE_IN_HELP marker
      
      Increased back_log to 150 as the original value was a bit too small
      
      
      CMakeLists.txt:
        Added MALLOC_LIBRARY variable to hold name of malloc library
      cmake/jemalloc.cmake:
        Added MALLOC_LIBRARY variable to hold name of malloc library
      config.h.cmake:
        Added MALLOC_LIBRARY variable to hold name of malloc library
      extra/jemalloc/ChangeLog:
        Updates changelog
      extra/jemalloc/include/jemalloc/internal/arena.h:
        Backported valgrind fixes from jemalloc 3.4.1
      extra/jemalloc/include/jemalloc/internal/jemalloc_internal.h.in:
        Backported valgrind fixes from jemalloc 3.4.1
      extra/jemalloc/include/jemalloc/internal/private_namespace.h:
        Backported valgrind fixes from jemalloc 3.4.1
      extra/jemalloc/include/jemalloc/internal/tcache.h:
        Backported valgrind fixes from jemalloc 3.4.1
      extra/jemalloc/src/arena.c:
        Backported valgrind fixes from jemalloc 3.4.1
      include/my_bitmap.h:
        Renamed bitmap_init() and bitmap_free() to my_bitmap_init() and my_bitmap_free() to avoid clash with jemalloc 3.4.1
      mysql-test/mysql-test-run.pl:
        Use option --soname-synonyms=somalloc=NON to valgrind when using jemalloc
      mysql-test/valgrind.supp:
        Supression of memory leak in OpenSuse 12.3
      mysys/my_bitmap.c:
        Renamed bitmap_init() and bitmap_free() to my_bitmap_init() and my_bitmap_free()
      sql/ha_ndbcluster_binlog.cc:
        Renames
      sql/ha_ndbcluster_cond.h:
        Renames
      sql/ha_partition.cc:
        Renames
      sql/handler.cc:
        Renames
      sql/item_subselect.cc:
        Renames
      sql/log_event.cc:
        Renames
      sql/log_event_old.cc:
        Renames
      sql/mysqld.cc:
        Renames
        Show version related variables in mysqld --help
      sql/opt_range.cc:
        Renames
      sql/opt_table_elimination.cc:
        Renames
      sql/partition_info.cc:
        Renames
      sql/rpl_injector.h:
        Renames
      sql/set_var.h:
        Renames
      sql/slave.cc:
        Renames
      sql/sql_bitmap.h:
        Renames
      sql/sql_insert.cc:
        Renames
      sql/sql_lex.h:
        Renames
      sql/sql_parse.cc:
        Renames
      sql/sql_partition.cc:
        Renames
      sql/sql_select.cc:
        Renames
      sql/sql_show.cc:
        Renames
      sql/sql_update.cc:
        Renames
      sql/sys_vars.cc:
        Show version related variables in mysqld --help
      sql/sys_vars.h:
        Added SHOW_VALUE_IN_HELP marker for variables that should be shown in --help
      sql/table.cc:
        Renames
      sql/table.h:
        Removed not used bitmap_init_value
      storage/connect/ha_connect.cc:
        Removed compiler warning
      storage/maria/ma_open.c:
        Renames
      unittest/mysys/bitmap-t.c:
        Renames
      273078c5
  17. 24 Dec, 2013 1 commit
  18. 20 Dec, 2013 1 commit
  19. 18 Dec, 2013 1 commit
    • Tor Didriksen's avatar
      Bug#16316074 RFE: MAKE TMPDIR A BUILD-TIME CONFIGURABLE OPTION · ba22c3f2
      Tor Didriksen authored
      Bug#68338    RFE: make tmpdir a build-time configurable option
      
      Background: Some distributions use tmpfs for mounting /tmp by
      default, which has some advantages, but brings also new
      issues. Fedora started using tmpfs on /tmp in version 18 for
      example. If not configured otherwise in my.cnf, MySQL uses
      system's constant P_tmpdir expanded to /tmp on Linux. This can
      introduce some problems with limited space in /tmp and also some
      data loss in case of replication slave [1].
      
      In case distributions would like to use /var/tmp, which should be
      better for MySQL purposes, then we have to patch the source or
      change tmpdir option in my.cnf, which is however not updated in
      case it has already existed.
      
      Thus, it would be useful to be able to specify default tmpdir
      path using a configure option, while using P_tmpdir in case it is
      not defined explicitly.
      
      Based on a contribution from Honza Horak
      ba22c3f2
  20. 16 Dec, 2013 1 commit
  21. 25 Nov, 2013 1 commit
  22. 21 Nov, 2013 1 commit
  23. 20 Nov, 2013 1 commit
  24. 11 Nov, 2013 1 commit
  25. 16 Oct, 2013 1 commit
  26. 09 Oct, 2013 1 commit
  27. 30 Sep, 2013 1 commit
  28. 26 Sep, 2013 1 commit
  29. 23 Sep, 2013 1 commit
    • Michael Widenius's avatar
      Added information about the MariaDB foundation · 9081c4dc
      Michael Widenius authored
      Updated information in SHOW AUTHORS and SHOW CONTRIBUTORS
      SHOW AUTHORS and SHOW CONTRIBUTORS are not depricated anymore.
      
      CMakeLists.txt:
        Install TODO and CREDITS files
      CREDITS:
        Information about the MariaDB foundation
      README:
        Updated to include the MariaDB foundation
      mysql-test/r/contributors.result:
        Updated contributors
      mysql-test/r/show_check.result:
        SHOW AUTHORS and SHOW CONTRIBUTORS are not depricated anymore.
      scripts/make_binary_distribution.sh:
        Added TODO and CREDITS
      sql/authors.h:
        Updated list of active authors
      sql/contributors.h:
        Updated list of active contributors and members of the MariaDB foundation
      sql/sql_show.cc:
        Extend comment lengths
      sql/sql_yacc.yy:
        SHOW AUTHORS and SHOW CONTRIBUTORS are not depricated anymore
      9081c4dc
  30. 20 Sep, 2013 1 commit
  31. 10 Sep, 2013 1 commit
  32. 30 Aug, 2013 1 commit