1. 07 Oct, 2002 5 commits
  2. 06 Oct, 2002 1 commit
  3. 05 Oct, 2002 2 commits
  4. 04 Oct, 2002 1 commit
  5. 03 Oct, 2002 1 commit
  6. 02 Oct, 2002 9 commits
    • unknown's avatar
      Clarify wildcards in dbname of GRANT command. · b22c123c
      unknown authored
      b22c123c
    • unknown's avatar
      Update for Visual Studio Projects Files · 5b975a55
      unknown authored
      
      VC++Files/client/mysqlclient.dsp:
        Updated the sources files:  < net.c >net_serv.cpp
      VC++Files/innobase/innobase.dsp:
        Added configuration for to compile all the dependencies options for the other projects.
      VC++Files/libmysql/libmysql.dsp:
        Modified the xcopy command for to avoid an error for waiting the confirmation of the copy
      VC++Files/myisampack/myisampack.dsp:
        Updated source location
      VC++Files/mysql.dsw:
        Added project files: the embedded static library; my_print_defaults; comp_err
      VC++Files/mysqldemb/mysqldemb.dsp:
        Updated flags
      VC++Files/mysqlserver/mysqlserver.dsp:
        Updated flags
      VC++Files/pack_isam/pack_isam.dsp:
        Updated source location
      VC++Files/sql/mysqld.dsp:
        Added UDF and updated flags
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5b975a55
    • unknown's avatar
      manual.texi: · df4ddb2c
      unknown authored
        InnoDB does allow a foreign key constraint name to be specified
      
      
      Docs/manual.texi:
        InnoDB does allow a foreign key constraint name to be specified
      df4ddb2c
    • unknown's avatar
      manual.texi: · 086e93d5
      unknown authored
        InnoDB does allow a foreign key constraint name to be specified, though it is not used in any way
      
      
      Docs/manual.texi:
        InnoDB does allow a foreign key constraint name to be specified, though it is not used in any way
      086e93d5
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql-4.0 · 345c5044
      unknown authored
      into teton.kitebird.com:/home/paul/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      345c5044
    • unknown's avatar
      manual.texi behavior -> behaviour · e5c2da01
      unknown authored
      
      Docs/manual.texi:
        behavior -> behaviour
      e5c2da01
    • unknown's avatar
      merge · ff8f0077
      unknown authored
      
      configure.in:
        Auto merged
      ff8f0077
    • unknown's avatar
      - small modification to scripts/make_binary_distribution.sh (add the · d3664b02
      unknown authored
         up-to-date BK changelog instead of sql/ChangeLog, add LICENSE if
         available)
      
      
      scripts/make_binary_distribution.sh:
         - Don't include sql/ChangeLog in the binary distribution (it's not
           updated anymore since we've moved to BK)
         - Include the BK ChangeLog from top level directory instead, if it exists
         - also add the LICENSE file to the binary distribution, if it exists
           (required for the non-GPL builds)
      d3664b02
    • unknown's avatar
      Fix for building shared libraries with a patched glibc · 9ffa49c9
      unknown authored
      Don't require UPDATE_ACL for REPLACE
      
      
      Docs/manual.texi:
        Changelog
      configure.in:
        Fix for building shared libraries with a patched glibc
      sql/sql_parse.cc:
        Don't require UPDATE_ACL for REPLACE
      9ffa49c9
  7. 01 Oct, 2002 2 commits
    • unknown's avatar
      manual.texi Fix a few agreement problems. · 00b8917c
      unknown authored
      
      Docs/manual.texi:
        Fix a few agreement problems.
      00b8917c
    • unknown's avatar
      - Tagged ChangeSet 1.1321 as mysql-4.0.4 · c506c395
      unknown authored
       - added some missing changelog entries to the 4.0.5 changelog
       - applied small fix to configure.in from monty (already applied manually
         to configure.in of the 4.0.4 release source files - not relevant for
         normal builds anyway)
      
      
      Docs/manual.texi:
         - added missing changelog entries
         - added the 4.0.4 release date
      configure.in:
         - bumped up version number to 4.0.5-beta, now that the 4.0.4 builds
           are done
         - applied fix from Monty to be able to build shared libraries even
           when the the static NSS libraries are installed. This patch has already
           been applied to the released 4.0.4 sources to work around a local build
           problem, but has not been checked in yet.
      c506c395
  8. 30 Sep, 2002 4 commits
  9. 29 Sep, 2002 1 commit
  10. 27 Sep, 2002 9 commits
  11. 26 Sep, 2002 5 commits
    • unknown's avatar
      manual.texi: · 5c47d27e
      unknown authored
        Remove 'web clients' contrib section
      
      
      Docs/manual.texi:
        Remove 'web clients' contrib section
      5c47d27e
    • unknown's avatar
      Merge tfr@work.mysql.com:/home/bk/mysql-4.0 · 63347743
      unknown authored
      into beta.frontier86.ee:/stuff/bk/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      63347743
    • unknown's avatar
      manual.texi: · 203f95e6
      unknown authored
        Clean out 'Graphical clients' section of the contributed software section
      
      
      Docs/manual.texi:
        Clean out 'Graphical clients' section of the contributed software section
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      203f95e6
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql-4.0 · 2fa8d033
      unknown authored
      into teton.kitebird.com:/home/paul/mysql-4.0
      
      
      2fa8d033
    • unknown's avatar
      ha_innodb.h: · f78951aa
      unknown authored
        Put the flag HA_NOT_READ_PREFIX_LAST back to index_flags: seems to fix also the LIKE ... DESC bug
      
      
      sql/ha_innodb.h:
        Put the flag HA_NOT_READ_PREFIX_LAST back to index_flags: seems to fix also the LIKE ... DESC bug
      f78951aa