1. 01 Oct, 2002 2 commits
    • unknown's avatar
      - Applied required modifications for automake 1.5 · 9311345e
      unknown authored
       - some additional small fixes
       - added "depcomp" for automake 1.5
      
      
      acinclude.m4:
         - Removed AC_SYS_LARGEFILE (is in autoconf since v2.50)
      config.guess:
         - applied diffs from config.guess of automake 1.5
      config.sub:
         - applied diffs from config.sub of automake 1.5
      configure.in:
         - adapted for automake 1.5
         - added AM_PROG_AS
         - replaced MYSQL_SYS_LARGEFILE with AC_SYS_LARGEFILE (is in
           autoconf since v2.50)
      dbug/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      extra/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      heap/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      include/my_global.h:
         - fix for PPC64
      install-sh:
         - applied diffs from install-sh of automake 1.5
      isam/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      libmysql_r/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      libmysqld/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      ltconfig:
         - small correction for new libtool
      ltmain.sh:
         - applied diffs from ltmain.sh of libtool 1.4.2
      merge/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      missing:
         - applied diffs from missing of automake 1.5
      myisam/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      myisammrg/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      mysys/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      regex/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      sql/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      strings/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      tools/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      vio/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      9311345e
    • 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
  2. 30 Sep, 2002 4 commits
  3. 29 Sep, 2002 1 commit
  4. 27 Sep, 2002 9 commits
  5. 26 Sep, 2002 15 commits
  6. 25 Sep, 2002 9 commits
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql-4.0 · 10ac062c
      unknown authored
      into teton.kitebird.com:/home/paul/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      10ac062c
    • unknown's avatar
      Merge · d90b030c
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      d90b030c
    • unknown's avatar
      Compare hostnames case insensitive · d77ab077
      unknown authored
      Accept zero dates without warnings
      
      
      Docs/manual.texi:
        ChangeLog
      sql/sql_acl.cc:
        Compare hostnames case insensitive
      sql/time.cc:
        Accept zero dates without warnings
      d77ab077
    • unknown's avatar
      ha_innodb.h, ha_innodb.cc: · 2384ead5
      unknown authored
        Remove the flag HA_NOT_READ_PREFIX_LAST because ORDER BY orders wrong then; also remove the diagnostic print to avoid cluttering the error log
      
      
      sql/ha_innodb.cc:
        Remove the flag HA_NOT_READ_PREFIX_LAST because ORDER BY orders wrong then; also remove the diagnostic print to avoid cluttering the error log
      sql/ha_innodb.h:
        Remove the flag HA_NOT_READ_PREFIX_LAST because ORDER BY orders wrong then; also remove the diagnostic print to avoid cluttering the error log
      2384ead5
    • unknown's avatar
      ha_innodb.cc, ha_innodb.h: · 3cb32b8c
      unknown authored
        Move to the right place the flag which bans use of HA_READ_PREFIX_LAST; add diagnostics and remove the assertion on line 2180 of ha_innodb.cc
      
      
      sql/ha_innodb.h:
        Move to the right place the flag which bans use of HA_READ_PREFIX_LAST; add diagnostics and remove the assertion on line 2180 of ha_innodb.cc
      sql/ha_innodb.cc:
        Move to the right place the flag which bans use of HA_READ_PREFIX_LAST; add diagnostics and remove the assertion on line 2180 of ha_innodb.cc
      3cb32b8c
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql-4.0 · 9938c356
      unknown authored
      into teton.kitebird.com:/home/paul/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      9938c356
    • unknown's avatar
      - added Changelog entry to manual.texi · 17109c8b
      unknown authored
       - mysql.spec.sh: MySQL-Max now requires MySQL >= 4.0 to avoid version
         mismatches (people were mixing MySQL 3.23 and 4.0 RPMs)
      
      
      Docs/manual.texi:
         - Added Changelog entry
      support-files/mysql.spec.sh:
         - MySQL-Max now requires MySQL >= 4.0 to avoid version mismatching
      17109c8b
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 7a804530
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      7a804530
    • unknown's avatar
      fixed bug in myisamchk -R mode · 31b0520e
      unknown authored
      
      myisam/mi_check.c:
        cleanups
      31b0520e