1. 22 Aug, 2004 1 commit
  2. 19 Jul, 2004 1 commit
  3. 24 Jun, 2004 1 commit
  4. 17 Jun, 2004 2 commits
  5. 07 Jun, 2004 1 commit
  6. 03 Jun, 2004 1 commit
  7. 31 May, 2004 1 commit
  8. 04 May, 2004 1 commit
  9. 25 Mar, 2004 2 commits
  10. 24 Mar, 2004 1 commit
  11. 23 Mar, 2004 1 commit
  12. 04 Mar, 2004 1 commit
  13. 16 Feb, 2004 2 commits
  14. 11 Feb, 2004 2 commits
  15. 06 Feb, 2004 1 commit
  16. 03 Feb, 2004 1 commit
  17. 13 Jan, 2004 1 commit
  18. 17 Dec, 2003 1 commit
  19. 16 Dec, 2003 1 commit
  20. 27 Nov, 2003 2 commits
  21. 25 Nov, 2003 1 commit
  22. 24 Nov, 2003 1 commit
  23. 19 Nov, 2003 1 commit
    • serg@serg.mylan's avatar
      ignore: · 201f2770
      serg@serg.mylan authored
        added sql/udf_example.so scripts/make_win_src_distribution
      201f2770
  24. 17 Nov, 2003 2 commits
  25. 04 Nov, 2003 1 commit
  26. 20 Oct, 2003 1 commit
    • guilhem@mysql.com's avatar
      Fix for Bug #1595 "mysqlbinlog can't read a password from the console". · d0a21a0a
      guilhem@mysql.com authored
      Make mysqlbinlog prompt for the password if
      mysqlbinlog -p
      instead of printing the usage().
      This makes mysqlbinlog behave like other clients, which is the reason
      why we fix this in 3.23.
      This new code was almost copied from mysqldump.
      Note that before, one could use
      mysqlbinlog -p pass
      and now one must use
      mysqlbinlog -ppass
      (putting a space will ask for the password).
      d0a21a0a
  27. 18 Oct, 2003 1 commit
  28. 08 Oct, 2003 2 commits
  29. 07 Oct, 2003 1 commit
  30. 06 Oct, 2003 1 commit
  31. 29 Sep, 2003 1 commit
  32. 27 Sep, 2003 1 commit
    • guilhem@mysql.com's avatar
      backport of a fix made in 4.0 to make replication work in 64-bit binaries. · bf5be93a
      guilhem@mysql.com authored
      The 4.0 changeset was:
      ChangeSet@1.1579.3.1, 2003-09-26 23:43:22+02:00, guilhem@mysql.com
        Fix for 64-bit machines.
        I am almost sure this is the cause for
        BUG#1381 [Opn]: Bug in replication on HP-UX 64 bit binaries?
        BUG#1256 [CRp]: Replication slave fails to connect to master in 64-bit version
       (Solaris)
        The reason why I think it's wrong is that the normal client code has
        uint32 ip_addr.
        (of course on 32-bit machines it does not matter, but on 64-bit it does).
      bf5be93a
  33. 17 Sep, 2003 1 commit