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: · 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
  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. · bd7312cc
      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.
      bd7312cc