An error occurred fetching the project authors.
  1. 16 May, 2005 2 commits
  2. 12 May, 2005 1 commit
  3. 30 Apr, 2005 1 commit
  4. 28 Apr, 2005 1 commit
  5. 27 Apr, 2005 1 commit
  6. 12 Apr, 2005 1 commit
  7. 04 Apr, 2005 1 commit
  8. 25 Mar, 2005 1 commit
  9. 24 Mar, 2005 1 commit
  10. 23 Mar, 2005 1 commit
  11. 19 Mar, 2005 1 commit
  12. 17 Mar, 2005 1 commit
  13. 25 Feb, 2005 1 commit
  14. 15 Feb, 2005 1 commit
  15. 13 Feb, 2005 1 commit
  16. 10 Feb, 2005 4 commits
  17. 08 Feb, 2005 1 commit
  18. 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
  19. 19 Jan, 2005 1 commit
  20. 12 Jan, 2005 1 commit
  21. 02 Jan, 2005 1 commit
  22. 30 Dec, 2004 1 commit
  23. 21 Dec, 2004 1 commit
  24. 18 Dec, 2004 1 commit
  25. 17 Dec, 2004 2 commits
  26. 16 Dec, 2004 3 commits
  27. 14 Dec, 2004 3 commits
  28. 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
  29. 07 Dec, 2004 2 commits
  30. 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