1. 16 Aug, 2004 1 commit
  2. 14 Aug, 2004 2 commits
  3. 13 Aug, 2004 3 commits
    • unknown's avatar
      - manual merge · 9003c146
      unknown authored
      9003c146
    • unknown's avatar
      Escaping [] so that darwin[7-8] gets into 'configure' and not darwin7-8 · 62150681
      unknown authored
      Adding a compilation define so that on recent Darwin mysqld does not react to SIGHUP and SIGQUIT:
      this fixes a rpl000001 problem on our Powermac G5 machine (popping after an upgrade from 10.3.4 to
      10.3.5) and is expected to fix 
      BUG#2030 "relay bin log on slave resets multiple times a second"
      (i.e. under some Mac OS X Panther versions, mysqld receives many SIGHUP and SIGQUIT).
      So this fix is more a problem-hider than a real understanding of why mysqld receives so many signals.
      Note that we saw other problems on this OS where mysqld reacts to Ctrl-Z but apparently only once,
      where using SSL seems to make the problem more frequent...
      
      
      configure.in:
        Escaping [] so that darwin[7-8] gets into 'configure' and not darwin7-8
        Adding a compilation define so that on recent Darwin mysqld does not react to SIGHUP and SIGQUIT.
      sql/mysqld.cc:
        optionally ignore SIGHUP and SIGQUIT, for some Mac OS X Panther versions which send too many of those.
      62150681
    • unknown's avatar
      Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0 · 271b2dd8
      unknown authored
      into mysql.com:/space/my/mysql-4.0
      
      
      271b2dd8
  4. 12 Aug, 2004 15 commits
  5. 11 Aug, 2004 9 commits
  6. 10 Aug, 2004 7 commits
  7. 09 Aug, 2004 3 commits