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: · 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
  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 · 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
    • Sergei Golubchik's avatar
      5.3->5.5 merge · effed09b
      Sergei Golubchik authored
      effed09b
  16. 26 Nov, 2011 1 commit