An error occurred fetching the project authors.
  1. 10 Feb, 2005 3 commits
  2. 08 Feb, 2005 1 commit
  3. 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
  4. 19 Jan, 2005 1 commit
  5. 12 Jan, 2005 1 commit
  6. 02 Jan, 2005 1 commit
  7. 30 Dec, 2004 1 commit
  8. 21 Dec, 2004 1 commit
  9. 18 Dec, 2004 1 commit
  10. 17 Dec, 2004 2 commits
  11. 16 Dec, 2004 3 commits
  12. 14 Dec, 2004 3 commits
  13. 09 Dec, 2004 1 commit
    • guilhem@mysql.com's avatar
      Changing the default of libmysqlclient : it's now NO reconnection. · 1cbc904c
      guilhem@mysql.com authored
      All our programs which use mysql_real_connect() and mysql_connect() are updated accordingly, though I have deliberately
      made mysqlimport not reconnect anymore (already true for mysqldump >= 4.1.8).
      All Connector devs have been warned about the change I'm doing here - which was agreed with Monty,
      and fixes BUG#2555.
      1cbc904c
  14. 07 Dec, 2004 2 commits
  15. 06 Dec, 2004 1 commit
    • monty@mysql.com's avatar
      Add support for up to VARCHAR (size up to 65535) · 67ce2479
      monty@mysql.com authored
      Renamed HA_VAR_LENGTH to HA_VAR_LENGTH_PART
      Renamed in all files FIELD_TYPE_STRING and FIELD_TYPE_VAR_STRING to MYSQL_TYPE_STRING and MYSQL_TYPE_VAR_STRING to make it easy to catch all possible errors
      Added support for VARCHAR KEYS to heap
      Removed support for ISAM
      Now only long VARCHAR columns are changed to TEXT on demand (not CHAR)
      Internal temporary files can now use fixed length tables if the used VARCHAR columns are short
      67ce2479
  16. 02 Dec, 2004 1 commit
  17. 24 Nov, 2004 1 commit
  18. 23 Nov, 2004 1 commit
  19. 19 Nov, 2004 1 commit
  20. 18 Nov, 2004 2 commits
  21. 15 Nov, 2004 1 commit
  22. 13 Nov, 2004 1 commit
  23. 12 Nov, 2004 2 commits
  24. 11 Nov, 2004 1 commit
  25. 10 Nov, 2004 1 commit
  26. 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
  27. 05 Nov, 2004 1 commit
  28. 04 Nov, 2004 1 commit
  29. 02 Nov, 2004 2 commits