1. 26 Dec, 2011 2 commits
  2. 21 Dec, 2011 2 commits
  3. 16 Dec, 2011 1 commit
  4. 15 Dec, 2011 7 commits
  5. 14 Dec, 2011 5 commits
  6. 13 Dec, 2011 1 commit
  7. 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
  8. 11 Dec, 2011 1 commit
  9. 02 Dec, 2011 1 commit
  10. 08 Dec, 2011 1 commit
  11. 05 Dec, 2011 1 commit
  12. 02 Dec, 2011 4 commits
  13. 29 Nov, 2011 2 commits
  14. 28 Nov, 2011 6 commits
  15. 27 Nov, 2011 3 commits
    • Sergei Golubchik's avatar
      merged · 22aac874
      Sergei Golubchik authored
      22aac874
    • Sergei Golubchik's avatar
      compilation fixes · ff71b82d
      Sergei Golubchik authored
      cmake/maintainer.cmake:
        don't do -Werror just yet
      config.h.cmake:
        according to MSDN PSAPI_VERSION should be 1 in a portable application
      mysys/my_thr_init.c:
        first, reset THR_KEY_mysys, and then free dbug data,
        because dbug data are automacially created on the next dbug call,
        unless THR_KEY_mysys is null.
      ff71b82d
    • Sergei Golubchik's avatar
      5.3->5.5 merge · 7d3b603b
      Sergei Golubchik authored
      7d3b603b
  16. 26 Nov, 2011 1 commit