1. 17 Jan, 2002 3 commits
  2. 16 Jan, 2002 4 commits
    • unknown's avatar
      Merge · da1e1d55
      unknown authored
      
      sql/sql_update.cc:
        SCCS merged
      da1e1d55
    • unknown's avatar
      Move HA_EXTRA_NO_READCHECK to ha_open · ae65d7af
      unknown authored
      Fixed bug in multi-table-delete
      
      
      Docs/manual.texi:
        Changelog
      include/mysql_com.h:
        Define MAX_CHAR_WIDTH
      myisam/mi_extra.c:
        Cleanup
      mysql-test/r/bdb.result:
        Bug test
      mysql-test/r/group_by.result:
        Bug test
      mysql-test/t/bdb.test:
        Bug test
      mysql-test/t/group_by.test:
        Bug test
      sql/ha_berkeley.cc:
        More debug statements
      sql/handler.cc:
        Move HA_EXTRA_NO_READCHECK to ha_open
      sql/records.cc:
        More DBUG statements
      sql/sql_analyse.cc:
        Cleanup
      sql/sql_base.cc:
        Move HA_EXTRA_NO_READCHECK to ha_open
      sql/sql_delete.cc:
        Fixed bug in multi-table-delete
        Cleanup
      sql/sql_select.cc:
        Move HA_EXTRA_NO_READCHECK to ha_open
      sql/sql_update.cc:
        Move HA_EXTRA_NO_READCHECK to ha_open
      ae65d7af
    • unknown's avatar
      some small changes for MULTI-TABLE updates and other little fixes · a65e6729
      unknown authored
      
      sql/sql_class.h:
        small optimisations for MULTI-TABLE UPDATE's
      sql/sql_parse.cc:
        Could not look at that if () at the start of execute_command, and as 
        Monty evidently did not have time, so I optimised it away in the best 
        fashion I know of.
      sql/sql_update.cc:
        Some optimisations  for MULTI-TABLE UPDATE's
      a65e6729
    • unknown's avatar
      mirrors.texi: · f3bf1458
      unknown authored
        Update French mirror
      
      
      Docs/mirrors.texi:
        Update French mirror
      f3bf1458
  3. 15 Jan, 2002 3 commits
    • unknown's avatar
      merge · ecca655e
      unknown authored
      
      sql/mysqld.cc:
        Auto merged
      sql/sql_delete.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      ecca655e
    • unknown's avatar
      Add support for NULL=NULL in keys (Used in GROUP BY optimization) · 1079b85f
      unknown authored
      Add ISAM to Windows version
      Fix of test results
      Fixes for NULL keys in HEAP tables.
      
      
      Docs/manual.texi:
        Changelog
      heap/hp_open.c:
        Add support for NULL=NULL in keys (for GROUP BY)
      heap/hp_rkey.c:
        Cleanup
      heap/hp_write.c:
        Cleanup
      include/config-win.h:
        Add ISAM to Windows version
      include/my_base.h:
        Add support for NULL=NULL in keys (for GROUP BY)
      libmysqld/Makefile.am:
        Rename of innobase to innodb
      myisam/mi_write.c:
        Add support for NULL=NULL in keys (for GROUP BY)
      BitKeeper/etc/ignore:
        Added libmysqld/ha_innodb.cc to the ignore list
      mysql-test/r/group_by.result:
        Test of NULL keys in HEAP tables
      mysql-test/r/heap.result:
        Test of NULL keys in HEAP tables
      mysql-test/r/null.result:
        Cleanup
      mysql-test/r/order_by.result:
        Fix for result of new ORDER BY optimization
      mysql-test/t/group_by.test:
        Test of NULL keys in HEAP tables
      mysql-test/t/heap.test:
        Test of NULL keys in HEAP tables
      mysql-test/t/null.test:
        Cleanup
      sql/ha_heap.cc:
        Add support of NULL keys
      sql/item_strfunc.h:
        Fix for BINARY and CAST functions
      sql/item_timefunc.h:
        Fix for BINARY and CAST functions
      sql/sql_parse.cc:
        Cleanup
      sql/sql_select.cc:
        Add support for NULL=NULL in keys (for GROUP BY)
      1079b85f
    • unknown's avatar
      manual.texi: · 88f3cdf9
      unknown authored
        Added the MyCC list
      
      
      Docs/manual.texi:
        Added the MyCC list
      88f3cdf9
  4. 14 Jan, 2002 2 commits
  5. 13 Jan, 2002 4 commits
  6. 12 Jan, 2002 5 commits
    • unknown's avatar
      Some changes in multi-table deletes, with some speed-ups and · 73628d5a
      unknown authored
      incorporations of the new stuff.
      
      When Monty approves / corrects it, I will "port" it to multi-table
      updates.
      
      
      sql/sql_insert.cc:
        A small bug fix
      sql/sql_update.cc:
        query cache invalidation
      73628d5a
    • unknown's avatar
      Added support of null keys in HEAP tables · 2c2d3185
      unknown authored
      Added ORDER BY optimization
      
      
      Docs/manual.texi:
        Added ORDER BY optimisation section
      heap/_check.c:
        Cleanup
      heap/heapdef.h:
        Added support of null keys in HEAP tables
      heap/hp_hash.c:
        Added support of null keys in HEAP tables
      heap/hp_open.c:
        Added support of null keys in HEAP tables
      heap/hp_test2.c:
        Added support of null keys in HEAP tables
      heap/hp_write.c:
        Added support of null keys in HEAP tables
      include/heap.h:
        Added support of null keys in HEAP tables
      include/my_base.h:
        Support for hash algoritm
      isam/static.c:
        Cleanup
      myisam/mi_static.c:
        Cleanup
      sql/Makefile.am:
        Rename innobase -> innodb
      sql/ha_berkeley.cc:
        Added ORDER BY optimization
      sql/ha_berkeley.h:
        Added ORDER BY optimization
      sql/ha_heap.cc:
        Added support for NULL keys
      sql/ha_heap.h:
        Added support for NULL keys
      sql/ha_isam.cc:
        Added ORDER BY optimization
      sql/ha_isam.h:
        Added ORDER BY optimization
      sql/ha_isammrg.h:
        Added ORDER BY optimization
      sql/ha_myisam.cc:
        Added ORDER BY optimization
      sql/ha_myisam.h:
        Added ORDER BY optimization
      sql/ha_myisammrg.cc:
        Added ORDER BY optimization
      sql/ha_myisammrg.h:
        Added ORDER BY optimization
      sql/handler.cc:
        Rename innobase -> innodb
      sql/handler.h:
        Rename innobase -> innodb
      sql/ha_innodb.cc:
        Rename innobase -> innodb
      sql/ha_innodb.h:
        Rename innobase -> innodb
      sql/mysqld.cc:
        Rename innobase -> innodb
      sql/sql_delete.cc:
        Rename innobase -> innodb
      sql/sql_select.cc:
        Added ORDER BY optimization
      sql/sql_select.h:
        Added ORDER BY optimization
      2c2d3185
    • unknown's avatar
      Merge abelkin@work.mysql.com:/home/bk/mysql-4.0 · 624e06ca
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/mysql-4
      
      624e06ca
    • unknown's avatar
      New result block allocation strategy · bb47125a
      unknown authored
      
      mysql-test/r/query_cache.result:
        Test changed according with new block sizes
      mysql-test/t/query_cache.test:
        Test changed according with new block sizes
      bb47125a
    • unknown's avatar
      manual.texi Added CAST and CONVERT descriptions into the release notes · 0df88183
      unknown authored
      
      Docs/manual.texi:
        Added CAST and CONVERT descriptions into the release notes
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      0df88183
  7. 09 Jan, 2002 2 commits
    • unknown's avatar
      Win32 Embedded Server Changes · db642cac
      unknown authored
      
      libmysql/libmysql.def:
        For to have the same order of the 3.23.XX stuff
      libmysqld/lib_load.cc:
        For to have the file extension for VC++
      libmysqld/lib_sql.cc:
        The VC++ compiler returns duplication define from
        net_serv.cc. If the same happens with Unix then
        those lines should be removed.
        VC++ file extension.
      sql/mysqld.cc:
        Changes for Win32 Embedded Server.
      sql/net_serv.cc:
        Sanja Fixes.
      sql/sql_cache.cc:
        To avoid the crash on Win9x
      db642cac
    • unknown's avatar
      Little fixups in change log. · e937c0b9
      unknown authored
      e937c0b9
  8. 08 Jan, 2002 6 commits
  9. 07 Jan, 2002 2 commits
    • unknown's avatar
      mirrors.texi: · e195568b
      unknown authored
        Update mirror listing
      
      
      Docs/mirrors.texi:
        Update mirror listing
      e195568b
    • unknown's avatar
      mirrors.texi: · 382a0bae
      unknown authored
        Updated mirror listing
      slovenia.eps, slovenia.gif, slovenia.txt:
        new file
      
      
      Docs/mirrors.texi:
        Updated mirror listing
      382a0bae
  10. 06 Jan, 2002 1 commit
  11. 05 Jan, 2002 1 commit
    • unknown's avatar
      Fix for FLUSH QUERY CACHE · 027388d8
      unknown authored
      Fix for new bug in CREATE TABLE when sorting keys.
      
      
      Docs/manual.texi:
        Added FOUND_ROWS() section.
      include/my_base.h:
        Spatial index
      include/myisam.h:
        Spatial index
      include/mysql_com.h:
        Spatial index
      myisam/ft_dump.c:
        Remove warnings.
      mysys/hash.c:
        Fix for SUNPRO_C (Sun's Fortre compiler)
      sql/sql_cache.cc:
        Fix for FLUSH QUERY CACHE.
      sql/sql_cache.h:
        Fix for FLUSH QUERY CACHE.
      sql/sql_table.cc:
        Fix for new bug when sorting keys.
      027388d8
  12. 03 Jan, 2002 7 commits