1. 02 Jan, 2012 2 commits
  2. 30 Dec, 2011 2 commits
  3. 28 Dec, 2011 2 commits
  4. 27 Dec, 2011 5 commits
  5. 26 Dec, 2011 2 commits
  6. 21 Dec, 2011 2 commits
  7. 16 Dec, 2011 1 commit
  8. 15 Dec, 2011 7 commits
  9. 14 Dec, 2011 5 commits
  10. 13 Dec, 2011 1 commit
  11. 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
  12. 11 Dec, 2011 1 commit
  13. 02 Dec, 2011 1 commit
  14. 08 Dec, 2011 1 commit
  15. 05 Dec, 2011 1 commit
  16. 02 Dec, 2011 4 commits
  17. 29 Nov, 2011 1 commit
    • Vladislav Vaintroub's avatar
      Fix Aria unit tests on Windows. · 5d67eb6b
      Vladislav Vaintroub authored
      Replace statements connected with bitwise OR with series of "if"s.
      The later is guaranteed to execute in order, bitwise OR does not have
      specific order for statement execution.
      5d67eb6b