An error occurred fetching the project authors.
  1. 21 Jul, 2002 1 commit
    • unknown's avatar
      AUTO_INCREMENT support for MERGE · ea4b46e5
      unknown authored
      HA_AUTO_PART_KEY support for handler parent class
      
      
      Docs/manual.texi:
        AUTO_INCREMENT support for MERGE
      mysql-test/r/merge.result:
        AUTO_INCREMENT support for MERGE
      sql/ha_myisammrg.cc:
        AUTO_INCREMENT support for MERGE
      sql/ha_myisammrg.h:
        AUTO_INCREMENT support for MERGE
      sql/handler.cc:
        default handler::update_auto_increment now supports HA_AUTO_PART_KEY
      ea4b46e5
  2. 20 Jul, 2002 3 commits
  3. 19 Jul, 2002 5 commits
  4. 18 Jul, 2002 3 commits
  5. 17 Jul, 2002 2 commits
    • unknown's avatar
      manual.texi: · 1bdad17c
      unknown authored
        Added note about new version numbers.
      configure.in:
        Updated version number.
      
      Sorry, bitkeeper keeps messing up.
      
      
      configure.in:
        Updated version number.
      Docs/manual.texi:
        Added note about new version numbers.
      1bdad17c
    • unknown's avatar
      Started 4.0.3 changes. · 3e78eb93
      unknown authored
      Added changelog entry for Jani's pager fix in mysql client.
      
      3e78eb93
  6. 16 Jul, 2002 3 commits
  7. 15 Jul, 2002 2 commits
  8. 12 Jul, 2002 4 commits
  9. 11 Jul, 2002 2 commits
  10. 10 Jul, 2002 2 commits
    • unknown's avatar
      Minor typo corrections and documenation improvements. · 4a2d1f7f
      unknown authored
      Docs/manual.texi:
        Expanded and corrected information on case-insensitive string comparison. 
        
        Fixed spelling mistake and lanuage usage in query cache information.
        
        Expanded query cache information by noting that the query cache is flushed 
        when table data changes.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      4a2d1f7f
    • unknown's avatar
      Update (noted by Jocelyn Fournier). · ccf56df7
      unknown authored
      ccf56df7
  11. 09 Jul, 2002 3 commits
  12. 08 Jul, 2002 2 commits
  13. 07 Jul, 2002 1 commit
  14. 03 Jul, 2002 2 commits
    • unknown's avatar
      manual.texi: · 74cbfa1f
      unknown authored
        4.0 creates an auto-extending 10 MB data file by default
      
      
      Docs/manual.texi:
        4.0 creates an auto-extending 10 MB data file by default
      74cbfa1f
    • unknown's avatar
      manual.texi: · 1360e872
      unknown authored
        Clarify the meaning of innodb_data_home_dir and innodb_data_file_path in the manual
      
      
      Docs/manual.texi:
        Clarify the meaning of innodb_data_home_dir and innodb_data_file_path in the manual
      1360e872
  15. 01 Jul, 2002 1 commit
  16. 30 Jun, 2002 4 commits
    • unknown's avatar
      manual.texi fix agreement · 31df74dd
      unknown authored
      Docs/manual.texi:
        fix agreement
      31df74dd
    • unknown's avatar
      More fixup. · ba99d544
      unknown authored
      ba99d544
    • unknown's avatar
      Manual fixups for 4.0.2. · 252b26f4
      unknown authored
      252b26f4
    • unknown's avatar
      Update for running gcc 3.x (mainly on HPUX) · dde1b416
      unknown authored
      Portability fixes for HPUX
      Rename of CHECK_LOCK to IS_FREE_LOCK
      Apply lower_case_table_names also to databases
      Cleanup of describe code
      Don't allow \ in database names
      
      
      Build-tools/Do-compile:
        Added option --make-options
      Docs/manual.texi:
        Changelog
        Added XOR, ^ and IS_FREE_LOCK() descriptions
      acinclude.m4:
        Update for running gcc 3.x on HPUX
      client/mysql.cc:
        Portability fix
      client/mysqlbinlog.cc:
        Fix for using gcc 3.1
      configure.in:
        Fix for using gcc 3.1
      include/my_global.h:
        Fix for using gcc 3.1
      include/my_pthread.h:
        Removed warning on HPUX
      innobase/configure.in:
        Portability fix (for gcc 3.1 on HPUX)
      innobase/ut/ut0ut.c:
        Portability fix (for gcc 3.1 on HPUX)
      mysql-test/r/func_test.result:
        Test of new functions
      mysql-test/r/rpl_get_lock.result:
        Test of new functions
      mysql-test/t/func_test.test:
        Test of new functions
      mysql-test/t/rpl_get_lock.test:
        Test of new functions
      mysys/my_tempnam.c:
        Portability fix
      sql/item_cmpfunc.cc:
        Added comments to Item_cond_xor.
        Fixed NULL handling for XOR
      sql/item_create.cc:
        rename of CHECK_LOCK to IS_FREE_LOCK
      sql/item_create.h:
        rename of CHECK_LOCK to IS_FREE_LOCK
      sql/item_func.cc:
        Cleanup XOR handling
      sql/item_func.h:
        rename of CHECK_LOCK to IS_FREE_LOCK
      sql/lex.h:
        rename of CHECK_LOCK to IS_FREE_LOCK
      sql/mysqld.cc:
        Moved chroot() to be exectued earlier.
      sql/sql_db.cc:
        Apply lower_case_table_names also to databases
      sql/sql_parse.cc:
        Apply lower_case_table_names also to databases
      sql/sql_select.cc:
        Cleanup describe code (after Sinisa's patch for EXPLAIN + UNION)
      sql/table.cc:
        Don't allow \ in database names
      dde1b416