1. 25 Feb, 2003 2 commits
    • unknown's avatar
      - Heavily reworked the Do-pkg script to use functions from logger.pm · 3c2f6dbb
      unknown authored
       - moved helper functions from Bootstrap script to logger.pm 
      
      
      Build-tools/Bootstrap:
         - renamed logfile -> LOGFILE
         - moved functions abort() and run_command() to logger.pm for better
           reusability
      Build-tools/Do-pkg:
         - heavily reworked: now make use of the logger.pm helper functions
         - added new options: --dry-run, --log, --mail, --verbose
      Build-tools/logger.pm:
         - added functions run_command() and abort() from Bootstrap script for
           better code reusability
      support-files/MacOSX/postinstall.sh:
         - made script more robust
      3c2f6dbb
    • unknown's avatar
      - bumped up version number from 4.0.11-gamma -> 4.0.12-gamma in configure.in · ed3ff3bd
      unknown authored
       - tagged ChangeSet 1.1594 as "mysql-4.0.11"
      
      ed3ff3bd
  2. 24 Feb, 2003 9 commits
  3. 23 Feb, 2003 1 commit
    • unknown's avatar
      opt_sum.cc: · 322f7d37
      unknown authored
        Correction for min/max optimization of queries with outer joins
      
      
      sql/opt_sum.cc:
        Correction for min/max optimization of queries with outer joins
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      322f7d37
  4. 22 Feb, 2003 6 commits
  5. 21 Feb, 2003 1 commit
  6. 20 Feb, 2003 2 commits
  7. 19 Feb, 2003 12 commits
    • unknown's avatar
      - removed leading slashes (thanks Jim!) · ac0941b8
      unknown authored
      ac0941b8
    • unknown's avatar
      - remove "autom4te.cache" directories, too · 037707be
      unknown authored
      037707be
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0 · 38aa154d
      unknown authored
      into mysql.com:/space/my/mysql-4.0-build
      
      38aa154d
    • unknown's avatar
      - added more files to support-files/MacOSX and added them to the · d7581a0f
      unknown authored
         distribution
       - added Bootstrap, logger.pm and Do-pkg to Build-tools:
         Bootstrap is used to build the source distribution for the binary builds
         logger.pm includes some helper functions
         Do-pkg converts a binary distribution into a Mac OS X PKG (still needs
         some polishing)
      
      
      support-files/MacOSX/Description.plist.sh:
         - Shortened IFPkgDescriptionDescription a bit
      support-files/MacOSX/Makefile.am:
         - Added more files (StartupParameters.plist, postinstall, preinstall) to
           distribution
      d7581a0f
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0 · 52b8d5f2
      unknown authored
      into mysql.com:/space/my/mysql-4.0-patches
      
      52b8d5f2
    • unknown's avatar
      nwbootstrap: · 5082d0bd
      unknown authored
        Change mode to -rwxrwxr-x
      
      
      netware/nwbootstrap:
        Change mode to -rwxrwxr-x
      5082d0bd
    • unknown's avatar
      row0sel.c: · a54f57e6
      unknown authored
        Print a warning if MySQL uses a partial-field key value prefix in a search; that would not work if the search flag would happen to be HA_READ_PREFIX_LAST
      
      
      innobase/row/row0sel.c:
        Print a warning if MySQL uses a partial-field key value prefix in a search; that would not work if the search flag would happen to be HA_READ_PREFIX_LAST
      a54f57e6
    • unknown's avatar
      Reverted Sinisa's patch "Fixing the error messages returned on GRANT · f76aa54d
      unknown authored
      commands" again, since this problem had been fixed differently
      already (Thanks to Serg for spotting this)
      
      
      sql/share/english/errmsg.txt:
        Reverted Sinisa's patch again, since this problem had been fixed differently
        already (Thanks to Serg for spotting this)
      sql/sql_acl.cc:
        Reverted Sinisa's patch again, since this problem had been fixed differently
        already (Thanks to Serg for spotting this)
      f76aa54d
    • unknown's avatar
      Applied Sinisa's patch: · 5cafc4d3
      unknown authored
      "A fix for non-releasing locks for multi table updates and multi
      table deletes with InnoDB tables."
      
      5cafc4d3
    • unknown's avatar
      Applying Sinisa's patch: · f0b20a1a
      unknown authored
      "Cleaning the code of the remaining OLAP code.
      This code is unnecessary in 4.1/5.0"
      
      f0b20a1a
    • unknown's avatar
      - Applying Sinisa's Patch "Fixing the error messages returned on · 78242066
      unknown authored
         GRANT commands"
      
      78242066
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 798f4468
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      798f4468
  8. 18 Feb, 2003 6 commits
    • unknown's avatar
      Merge gweir@work.mysql.com:/home/bk/mysql-4.0 · 4043fa59
      unknown authored
      into mysql.com:/home/greg/bk/mysql-4.0
      
      4043fa59
    • unknown's avatar
      mwldnlm, mwenv, mwccnlm, mwasmnlm, nwconfigure, nwbootstrap: · c7ef2392
      unknown authored
        new file
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      c7ef2392
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · a4506630
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      client/mysqldump.c:
        Auto merged
      a4506630
    • unknown's avatar
      ha_innodb.cc: · d704aba6
      unknown authored
        Add comment about how to modify InnoDB to deal with partial-field prefixes of key value in the future
      
      
      sql/ha_innodb.cc:
        Add comment about how to modify InnoDB to deal with partial-field prefixes of key value in the future
      d704aba6
    • unknown's avatar
      my_base.h: · 09dbfb0a
      unknown authored
        Add comment about what kind of key value prefixes HA_READ_KEY_PREFIX_LAST etc. allow as a search key
      
      
      include/my_base.h:
        Add comment about what kind of key value prefixes HA_READ_KEY_PREFIX_LAST etc. allow as a search key
      09dbfb0a
    • unknown's avatar
      page0cur.c: · dd07be13
      unknown authored
        Prepare for 5.x where HA_READ_PREFIX_LAST may pass only a few first bytes of the last field in a key value
      ha_innodb.cc:
        In 4.0 always assume HA_READ_PREFIX_LAST passes a complete-field prefix of a key value; LIKE queries use a padding trick
      
      
      sql/ha_innodb.cc:
        In 4.0 always assume HA_READ_PREFIX_LAST passes a complete-field prefix of a key value; LIKE queries use a padding trick
      innobase/page/page0cur.c:
        Prepare for 5.x where HA_READ_PREFIX_LAST may pass only a few first bytes of the last field in a key value
      dd07be13
  9. 17 Feb, 2003 1 commit