1. 01 Sep, 2004 2 commits
    • patg@krsna.patg.net's avatar
      Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-4.0 · 54eac3b8
      patg@krsna.patg.net authored
      into krsna.patg.net:/home/patg/mysql-4.0
      54eac3b8
    • patg@krsna.patg.net's avatar
      mysqld_safe.sh: · e2771459
      patg@krsna.patg.net authored
        bug #5001, added conditional if to test if port set, then only kill the processes
        for this port, not all processes (in the case of this bug where multiple servers 
        are killed.)
        The change to the 'grep' to make sure mysqld_safe isn't killed was per Serg's
        discovery that mysqld_safe would get killed. 
        In my testing, in killing one of the pids for a running server, the "if test ! -f $pid_file"
        was the case that evaluated as true, so in order to test, I had to comment that block
        out.
      e2771459
  2. 31 Aug, 2004 2 commits
  3. 30 Aug, 2004 4 commits
  4. 29 Aug, 2004 3 commits
    • rburnett@build.mysql.com's avatar
      log.cc: · 547b46b7
      rburnett@build.mysql.com authored
        Fixed missing * in comment in setup_windows_event_source
      547b46b7
    • guilhem@mysql.com's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 · 0485e5d3
      guilhem@mysql.com authored
      into mysql.com:/home/mysql_src/mysql-4.0
      0485e5d3
    • guilhem@mysql.com's avatar
      Fix for BUG#4500 "set character set replicates incorrectly" · 93101561
      guilhem@mysql.com authored
      We must not reset the charset in slave after each statement, otherwise the SET CHARACTER SET is cancelled immediately.
      Instead, we write a SET CHARACTER SET DEFAULT to the master's binlog when needed (like we already do for SET FOREIGN_KEY_CHECKS);
      such writing is not necessary in 4.1 (in 4.1 the bug does not exist, as the SET ONE_SHOT syntax is used).
      I have written a test and it works, but I'm not pushing the test as it requires building with all charsets.
      I have noticed differences between what is inserted in the master's table in 4.0 and 4.1, and alerted Bar.
      93101561
  5. 28 Aug, 2004 1 commit
  6. 27 Aug, 2004 4 commits
  7. 26 Aug, 2004 11 commits
  8. 25 Aug, 2004 6 commits
  9. 24 Aug, 2004 6 commits
  10. 23 Aug, 2004 1 commit