1. 20 Jun, 2002 1 commit
    • unknown's avatar
      resolving · b043f923
      unknown authored
      
      include/my_sys.h:
        Auto merged
      myisam/mi_check.c:
        Auto merged
      myisam/myisamchk.c:
        Auto merged
      mysys/mf_iocache.c:
        Auto merged
      include/myisam.h:
        post-merge
      myisam/mi_write.c:
        post-merge
      b043f923
  2. 19 Jun, 2002 4 commits
  3. 18 Jun, 2002 4 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
    • unknown's avatar
      manual.texi: · a35e083b
      unknown authored
        Emphasize that the size and the signedness of integer types has to be the same in a foreign key constraint
      
      
      Docs/manual.texi:
        Emphasize that the size and the signedness of integer types has to be the same in a foreign key constraint
      a35e083b
  4. 17 Jun, 2002 12 commits
  5. 16 Jun, 2002 4 commits
  6. 15 Jun, 2002 2 commits
    • unknown's avatar
      Fixed a bug in optimiser with MERGE tables with non-unique values · e9c43803
      unknown authored
      with aggregating functions.
      
      This consistently crashed Mysql
      
      
      e9c43803
    • unknown's avatar
      A fix for a bug which hits the optimiser when trying to group keys · 451a5e51
      unknown authored
      for a seemingly impoosbile conds in WHERE....
      
      This crashed MySQL in 4.0.2
      
      
      Docs/manual.texi:
        A fix for a bug which hits the optimiser when trying to group keys
        for a seemingly impoosbile conds in WHERE....
      mysql-test/r/select.result:
        A fix for a bug which hits the optimiser when trying to group keys
        for a seemingly impoosbile conds in WHERE....
      mysql-test/t/select.test:
        A fix for a bug which hits the optimiser when trying to group keys
        for a seemingly impoosbile conds in WHERE....
      sql/opt_range.cc:
        A fix for a bug which hits the optimiser when trying to group keys
        for a seemingly impoosbile conds in WHERE....
      451a5e51
  7. 14 Jun, 2002 9 commits
  8. 13 Jun, 2002 4 commits