1. 09 Apr, 2003 5 commits
    • unknown's avatar
      - worked around bug #235 (my-huge.cnf error) by reformatting the comments · 40dd35fe
      unknown authored
         in the sample configuration files
       - reworked the replication options and comments a bit
       - added option "skip-networking" (commented out by default) to the
         sample configuration files (enhancement request from bug report #234)
      
      
      support-files/my-huge.cnf.sh:
         - work around bug #235 (comments at the end of configuration options lead
           to errors) by reformatting the comments to be above the options instead
         - enhanced comments on the replication options a bit
         - added option "skip-networking" (commented out by default) with an
           appropriate comment (bug #234)
      support-files/my-large.cnf.sh:
         - work around bug #235 (comments at the end of configuration options lead
           to errors) by reformatting the comments to be above the options instead
         - enhanced comments on the replication options a bit
         - added option "skip-networking" (commented out by default) with an
           appropriate comment (bug #234)
      support-files/my-medium.cnf.sh:
         - work around bug #235 (comments at the end of configuration options lead
           to errors) by reformatting the comments to be above the options instead
         - enhanced comments on the replication options a bit
         - added option "skip-networking" (commented out by default) with an
           appropriate comment (bug #234)
      40dd35fe
    • unknown's avatar
      - applied patch from provided by Christian Hammers from Debian to be able · 01fe0af5
      unknown authored
         to run the script even if mysqld is not up and running on upgrade
      
      
      scripts/mysql_fix_privilege_tables.sh:
         - applied Patch provided by Christian Hammers from Debian to be able to run
           this script on every upgrade without having to worry that the server
           is really running. Therefore "mysqld --bootstrap" is used to make the
           changes. For this to work all SQL statements are sent to stderr when
           "--sqlonly" is given and the echo's are piped to /dev/null.
           The echo_stderr that is used is just a "#!/bin/sh\necho "$*" >&2"
           script.
      01fe0af5
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.0 · 288247d9
      unknown authored
      into mysql.com:/space/my/mysql-4.0
      
      288247d9
    • unknown's avatar
      fix for #254 · bdaa2674
      unknown authored
      (3.23 master, 4.0 slave. 
      Slave loss temp tables everytime FLUSH LOGS on master). 
      This fix is less bad than the bug, it will cause a problem only maybe
      if the master dies the hard way (I say maybe because I could not
      cause a problem, and I don't see how it could happen).
      
      
      sql/log_event.cc:
        fix for #254
        (3.23 master, 4.0 slave. 
        Slave loss temp tables everytime FLUSH LOGS on master). 
        This fix is less bad than the bug, it will cause a problem only maybe
        if the master dies the hard way. (I say maybe because I could not
        cause a problem, and I don't see how it could happen).
      bdaa2674
    • unknown's avatar
      - don't override CXX if it's already defined · 1663d50f
      unknown authored
      1663d50f
  2. 08 Apr, 2003 1 commit
  3. 07 Apr, 2003 1 commit
  4. 06 Apr, 2003 1 commit
  5. 05 Apr, 2003 1 commit
  6. 04 Apr, 2003 2 commits
  7. 03 Apr, 2003 24 commits
  8. 01 Apr, 2003 2 commits
    • unknown's avatar
      Sprint task #856 : make table exclusion rules (in replication) · 9a843210
      unknown authored
      apply to GRANT and REVOKE too. For example if replicate-wild-ignore-table=mysql.%,
      GRANT and REVOKE will not be replicated on the slave.
      
      9a843210
    • unknown's avatar
      Small-and-safe fix for bug #218: "LOAD DATA INFILE IGNORE is well · 5b522440
      unknown authored
      logged, but read as LOAD DATA INFILE REPLACE"
      This was just bad && instead of &, but nasty consequences.
      This should be merged to 4.0 BUT it will not be automatic (some code
      has moved from log_event.h to log_event.cc, and log_event.cc has changed);
      please Merging Man, do 'bk grep REPLACE_FLAG' in 4.0/sql
      to find all the new places.
      
      
      sql/log_event.cc:
        & instead of && when testing flags
      sql/slave.cc:
        & instead of && when testing flags
      5b522440
  9. 31 Mar, 2003 3 commits