1. 24 Jun, 2002 9 commits
  2. 23 Jun, 2002 3 commits
    • unknown's avatar
      Merge pzaitsev@work.mysql.com:/home/bk/mysql-4.0 · 1b04af82
      unknown authored
      into linux.local:/data/mysql-4.0-root
      
      
      1b04af82
    • unknown's avatar
      Fix some warning issued by Windows Compiler · 09cd7bd9
      unknown authored
      
      mysys/sha1.c:
        Fix Warning messages
      09cd7bd9
    • unknown's avatar
      Removed file include/getopt.h and added missing files to · bbb47a1c
      unknown authored
      include/Makefile.am to resolve broken dependencies in "make distcheck"
      
      Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options in
      configure.in
      
      
      BitKeeper/deleted/.del-getopt.h~a9ae679fa84f395:
        Delete: include/getopt.h
      configure.in:
        Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options
        this reportedly increases the stability under high load
      include/Makefile.am:
        added my_getopt.h, rijndael.h, sha1.h, my_aes.h to resolve broken
        distribution dependencies
      bbb47a1c
  3. 22 Jun, 2002 3 commits
  4. 21 Jun, 2002 5 commits
  5. 20 Jun, 2002 11 commits
  6. 19 Jun, 2002 6 commits
  7. 18 Jun, 2002 3 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 424ad58b
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      424ad58b
    • unknown's avatar
      Made keyread (key scanning) a key specific attribute. · 518787c2
      unknown authored
      This avoids using fulltext keys for table scanning.
      This also reverts Sinisa's original fix for this problem.
      
      
      Docs/manual.texi:
        Update of SQL_JOIN_MAX_SIZE information3602
      client/mysqldump.c:
        comment cleanup
      include/my_aes.h:
        General cleanup for new file
      include/rijndael.h:
        General cleanup for new file
      include/sha1.h:
        General cleanup for new file
      mysys/my_aes.c:
        General cleanup for new file
      mysys/rijndael.c:
        General cleanup for new file
      mysys/sha1.c:
        General cleanup for new file
      sql/ha_berkeley.h:
        Made keyread (key scanning) a key specific attribute.
      sql/ha_innodb.cc:
        Merge with 3.23.x
      sql/ha_innodb.h:
        Made keyread (key scanning) a key specific attribute.
      sql/ha_isam.cc:
        Moved things to table_flags()
      sql/ha_isam.h:
        Made keyread (key scanning) a key specific attribute.
      sql/ha_myisam.cc:
        Made keyread (key scanning) a key specific attribute.
      sql/ha_myisam.h:
        Made keyread (key scanning) a key specific attribute.
      sql/ha_myisammrg.h:
        Made keyread (key scanning) a key specific attribute.
      sql/handler.h:
        Made keyread (key scanning) a key specific attribute.
      sql/item_strfunc.cc:
        Cleanup of AES_xxx code
      sql/opt_range.cc:
        Made keyread (key scanning) a key specific attribute.
      sql/sql_base.cc:
        Made keyread (key scanning) a key specific attribute.
      sql/sql_cache.cc:
        Removed compiler warning
      sql/sql_select.cc:
        Removed wrong patch to fulltext problem
      sql/table.cc:
        Made keyread (key scanning) a key specific attribute.
      sql/table.h:
        Made keyread (key scanning) a key specific attribute.
      518787c2
    • unknown's avatar
      Fixed some comments , plus introduced some tests so that I do not · adc508c9
      unknown authored
      make some new mistakes.
      
      
      adc508c9