1. 27 Dec, 2011 2 commits
  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: · 2ccf247e
      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.
      2ccf247e
    • Sergei Golubchik's avatar
      move safemalloc out of dbug. · 6cc9d0ff
      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.
      6cc9d0ff
  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 2 commits
    • Sergei Golubchik's avatar
      merged · ac8dd6be
      Sergei Golubchik authored
      ac8dd6be
    • Sergei Golubchik's avatar
      compilation fixes · dfc1901e
      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.
      dfc1901e