1. 17 Aug, 2003 4 commits
  2. 16 Aug, 2003 1 commit
  3. 15 Aug, 2003 3 commits
    • unknown's avatar
      - Added some files to support-files/MacOSX to enable building the Mac OS X · 4363c28c
      unknown authored
         startup item: MySQL (the startup script), StartupItem.Description.plist,
         StartupItem.Info.plist (PKGMaker control files), StartupItem.postinstall
         (post-installation script for the Startup Item package)
       - modified support-files/MacOSX/Makefile.am to include the newly added files
         in the source distribution
      
      
      BitKeeper/etc/ignore:
        Added scripts/make_win_src_distribution to the ignore list
      support-files/MacOSX/Makefile.am:
        - added the Mac OS X StartupItem files to the source distribution
      4363c28c
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 02d844ee
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.0
      
      
      02d844ee
    • unknown's avatar
      Cleanups to recent patches · ccd82890
      unknown authored
      Fix packet error when using wrong GRANT command
      
      
      include/config-win.h:
        Changed back to test for HAVE_SETFILEPOINTER instead of operating system
      mysql-test/r/grant.result:
        Extra test to catch wrong packet bug
      mysql-test/t/grant.test:
        Extra test to catch wrong packet bug
      mysys/my_chsize.c:
        Cleanup
      sql/opt_range.cc:
        Fix to recent BETWEEN patch
      sql/sql_acl.cc:
        Fix packet error when using wrong GRANT command
      sql/sql_select.cc:
        Cleanups
        Added not critical out-of-memory check
      ccd82890
  4. 14 Aug, 2003 1 commit
  5. 13 Aug, 2003 10 commits
    • unknown's avatar
      make_win_src_distribution.sh: · 9ac61d15
      unknown authored
        Add --zip option for finer grain control over what package formats are created
      Bootstrap:
        Create both Windows source packages
      
      
      Build-tools/Bootstrap:
        Create both Windows source packages
      scripts/make_win_src_distribution.sh:
        Add --zip option for finer grain control over what package formats are created
      9ac61d15
    • unknown's avatar
      make_win_src_distribution.sh: · e4e8a2f3
      unknown authored
        'tools' contains intermediate files
      
      
      scripts/make_win_src_distribution.sh:
        'tools' contains intermediate files
      e4e8a2f3
    • unknown's avatar
      make_win_src_distribution.sh: · 88977ce1
      unknown authored
        Adding *.txt here didn't work well-- infolist.txt is in a path containing spaces
      
      
      scripts/make_win_src_distribution.sh:
        Adding *.txt here didn't work well-- infolist.txt is in a path containing spaces
      88977ce1
    • unknown's avatar
      make_win_src_distribution.sh: · 78b59b19
      unknown authored
        Clean up script, add needed modifications to generate a complete 4.0 Windows source package
      
      
      scripts/make_win_src_distribution.sh:
        Clean up script, add needed modifications to generate a complete 4.0 Windows source package
      78b59b19
    • unknown's avatar
      Merge build.mysql.com:/home/bk/mysql-4.0 · 8cc3906e
      unknown authored
      into build.mysql.com:/users/gweir/mysql-4.0
      
      
      8cc3906e
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 5c9e0cdc
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.0
      
      
      sql/sql_select.cc:
        Auto merged
      5c9e0cdc
    • unknown's avatar
      06451ae4
    • unknown's avatar
      Fixed typo in the Boostrap strip · c32ebf3a
      unknown authored
      
      Build-tools/Bootstrap:
         - fixed typo
      c32ebf3a
    • unknown's avatar
      make_win_src_distribution.sh: · 79158101
      unknown authored
        Copy some previously missed files
      
      
      scripts/make_win_src_distribution.sh:
        Copy some previously missed files
      79158101
    • unknown's avatar
      Bootstrap: · 7d6f4747
      unknown authored
        Corrections to Bootstrap for --win-dist
      
      
      
      Build-tools/Bootstrap:
        Corrections to for --win-dist
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      7d6f4747
  6. 12 Aug, 2003 11 commits
  7. 11 Aug, 2003 1 commit
  8. 10 Aug, 2003 1 commit
    • unknown's avatar
      Remove wrong bug fix when calling create_sort_index. · 20901eda
      unknown authored
      Fix possible replication bug with LOAD DATA ... IGNORE LINES #
      
      
      mysql-test/r/rpl_log.result:
        Test of load data ... ignore # lines
      mysql-test/t/rpl_log.test:
        Test of load data ... ignore # lines
      sql/log_event.cc:
        Fix replication bug with LOAD DATA ... IGNORE LINES #
        (Note that the code that is probably not executed in 4.0)
      sql/sql_parse.cc:
        Indentation fix
      sql/sql_select.cc:
        Remove wrong bug fix (all tests passes)
      sql/sql_yacc.yy:
        Indentation cleanup
      20901eda
  9. 09 Aug, 2003 3 commits
  10. 08 Aug, 2003 5 commits