An error occurred fetching the project authors.
  1. 20 Jan, 2005 1 commit
    • lenz@mysql.com's avatar
      - renamed client_test -> mysql_client_test · 9675b069
      lenz@mysql.com authored
      - renamed the tests that use the embedded server (client_test -> 
        mysql_client_test_embedded, mysqltest -> mysql_test_embedded
        and changed some Makefiles and scripts so they are installed in $bindir
        (required to be able to run the test suite against the embedded server)
      9675b069
  2. 12 Jan, 2005 1 commit
  3. 21 Dec, 2004 1 commit
  4. 16 Dec, 2004 1 commit
  5. 14 Dec, 2004 3 commits
  6. 07 Dec, 2004 1 commit
  7. 02 Dec, 2004 1 commit
  8. 18 Nov, 2004 1 commit
  9. 15 Nov, 2004 1 commit
  10. 12 Nov, 2004 2 commits
  11. 11 Nov, 2004 1 commit
  12. 07 Nov, 2004 1 commit
    • monty@mysql.com's avatar
      Simpler arena swapping code · b903a129
      monty@mysql.com authored
      Now thd->mem_root is a pointer to thd->main_mem_root and THR_MALLOC is a pointer to thd->mem_root.
      This gives us the following benefits:
      - Allow us to easily detect if arena has already been swapped before (this fixes a bug in setup_conds() where arena was swaped twice in some cases)
      - Faster swaps of arenas (as we don't have to copy the whole MEM_ROOT)
      - We don't anymore have to call my_pthread_setspecific_ptr(THR_MALLOC,...) to change where memory is alloced. Now it's enough to set thd->mem_root
      b903a129
  13. 05 Nov, 2004 1 commit
  14. 04 Nov, 2004 1 commit
  15. 02 Nov, 2004 2 commits
  16. 27 Oct, 2004 1 commit
  17. 26 Oct, 2004 1 commit
  18. 22 Oct, 2004 1 commit
  19. 21 Oct, 2004 1 commit
  20. 20 Oct, 2004 1 commit
  21. 19 Oct, 2004 1 commit
    • monty@mishka.local's avatar
      Review of all code pushed since last review · 04c23808
      monty@mishka.local authored
      Simple optimzations and cleanups
      Removed compiler warnings and fixed portability issues
      Added client functions 'mysql_embedded()' to allow client to check if we are using embedded server
      Fixes for purify
      04c23808
  22. 17 Oct, 2004 1 commit
  23. 15 Oct, 2004 1 commit
  24. 13 Oct, 2004 1 commit
  25. 07 Oct, 2004 1 commit
    • konstantin@mysql.com's avatar
      A fix for Bug#5748 "Prepared statement with BETWEEN and bigint values · 2aa7ec0d
      konstantin@mysql.com authored
      crashes mysqld": implementation for a generic item tree modifications
      registry. Every item tree modification which should be rolled back for
      subsequent execution of a prepared statement or stored procedure should
      be saved in the registry. All such modifications are rolled back at once
      during cleanup stage of PS.
      Actual fix for the bug just adds a call to register modifications to
      convert_constant_item.
      Post review fixes implemented.
      2aa7ec0d
  26. 28 Sep, 2004 1 commit
    • kent@mysql.com's avatar
      client_test.test: · 155e1ec3
      kent@mysql.com authored
        Run client_test as a testcase
        new file
      mysql-test-run.sh:
        More clearly report failure if --force, also exit 1
      client_test.c:
        Use MAXPATHLEN in test_frm_bug()
        Renable test cases disabled for running from mysql-test-run
      mysqltest.c:
        Don't check errno from popen, may not be set
      155e1ec3
  27. 25 Sep, 2004 1 commit
    • kent@mysql.com's avatar
      client_test.c: · 7d4445f1
      kent@mysql.com authored
        Return exit(1) instead of exit(0) on failure.
        Allow longer path names using MAXPATHLEN.
        Added option --testcase that skips some failing tests.
        Replaced 'return' with exit(1) in test_frm_bug().
      mysqltest.c:
        Let --exec fail if command fails
      7d4445f1
  28. 23 Sep, 2004 1 commit
  29. 22 Sep, 2004 1 commit
  30. 14 Sep, 2004 2 commits
  31. 09 Sep, 2004 1 commit
  32. 08 Sep, 2004 2 commits
  33. 02 Sep, 2004 2 commits