1. 27 Dec, 2011 3 commits
    • Michael Widenius's avatar
      Fixed lp:909051 Options --debug and --disable-debug are known but ambiguous in RelWithDebInfo build · cbb481f5
      Michael Widenius authored
      Fixed memory leak printing when doing 'mysqld --version', 'mysqld --debug --help' and 'mysqld --debug --help --verbose'
      
      
      mysys/my_init.c:
        Moved checking if we should call DBUG_END() before my_thread_end() as otherwise we will not free DBUG variables and files.
      mysys/thr_lock.c:
        Fixed compiler warning
      sql/mysqld.cc:
        Fixed memory leaks when using mysqld --help and mysqld --version
        Added --debug as an option that works for all builds. For non debug builds we now get a warning.
      strings/dtoa.c:
        Fixed valgrind warning (c could contain data outside of the given string)
      cbb481f5
    • Vladislav Vaintroub's avatar
      Fix RQG in 5.5, make mtr MTR_VERSION=1 functional. · c400effe
      Vladislav Vaintroub authored
      Patch by elenst
      c400effe
    • Vladislav Vaintroub's avatar
      Fix LPBUG# : allow chain certificate files to work. · 231a69f1
      Vladislav Vaintroub authored
      Contributed by Maarten Vanraes (AL13N)
      
      Fix things so that chains of certificates work in the server and client
      certificate files.
      
      This only really works for OpenSSL-based builds, as yassl is unable to read
      multiple certificates from a file.  The patch below to yassl/src/ssl.cpp
      doesn't fix that, but just arranges that the viosslfactories.c patch won't
      have any ill effects in a yassl build.
      231a69f1
  2. 26 Dec, 2011 2 commits
  3. 21 Dec, 2011 2 commits
  4. 16 Dec, 2011 1 commit
  5. 15 Dec, 2011 7 commits
  6. 14 Dec, 2011 5 commits
  7. 13 Dec, 2011 1 commit
  8. 12 Dec, 2011 2 commits
    • Sergei Golubchik's avatar
      after merge changes: · 4ae652e5
      Sergei Golubchik authored
      * rename all debugging related command-line options
        and variables to start from "debug-", and made them all
        OFF by default.
      * replace "MySQL" with "MariaDB" in error messages
      * "Cast ... converted ... integer to it's ... complement"
        is now a note, not a warning
      * @@query_cache_strip_comments now has a session scope,
        not global.
      4ae652e5
    • Sergei Golubchik's avatar
      move safemalloc out of dbug. · a0b796d4
      Sergei Golubchik authored
      remeber a real backtrace for every allocation.
      make safemalloc to tract C++ new/delete too.
      collateral fixes to make the test suite pass.
      a0b796d4
  9. 11 Dec, 2011 1 commit
  10. 02 Dec, 2011 1 commit
  11. 08 Dec, 2011 1 commit
  12. 05 Dec, 2011 1 commit
  13. 02 Dec, 2011 4 commits
  14. 29 Nov, 2011 2 commits
  15. 28 Nov, 2011 6 commits
  16. 27 Nov, 2011 1 commit