An error occurred fetching the project authors.
  1. 02 Oct, 2002 1 commit
  2. 01 Oct, 2002 2 commits
    • unknown's avatar
      manual.texi Fix a few agreement problems. · 00b8917c
      unknown authored
      Docs/manual.texi:
        Fix a few agreement problems.
      00b8917c
    • 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
  3. 30 Sep, 2002 2 commits
    • unknown's avatar
      manual.texi: · d75630cb
      unknown authored
        Clarified FOREIGN KEY syntax, added a note that CREATE TABLE causes an InnoDB commit if binlogging is used, added InnoDB version history
      
      
      Docs/manual.texi:
        Clarified FOREIGN KEY syntax, added a note that CREATE TABLE causes an InnoDB commit if binlogging is used, added InnoDB version history
      d75630cb
    • unknown's avatar
      Revert change to use ha_rows for number of rows as other code depend of this · d432f399
      unknown authored
      Docs/manual.texi:
        Changelog
      d432f399
  4. 29 Sep, 2002 1 commit
  5. 27 Sep, 2002 2 commits
  6. 26 Sep, 2002 4 commits
    • unknown's avatar
      manual.texi: · 5c47d27e
      unknown authored
        Remove 'web clients' contrib section
      
      
      Docs/manual.texi:
        Remove 'web clients' contrib section
      5c47d27e
    • unknown's avatar
      manual.texi: · 203f95e6
      unknown authored
        Clean out 'Graphical clients' section of the contributed software section
      
      
      Docs/manual.texi:
        Clean out 'Graphical clients' section of the contributed software section
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      203f95e6
    • unknown's avatar
      manual.texi tables usually should have a name. · 9c02e36e
      unknown authored
      Docs/manual.texi:
        tables usually should have a name.
      9c02e36e
    • unknown's avatar
      manual.texi Qcache not available on Windows until 4.0.4. · 74114f27
      unknown authored
      Docs/manual.texi:
        Qcache not available on Windows until 4.0.4.
      74114f27
  7. 25 Sep, 2002 4 commits
  8. 24 Sep, 2002 2 commits
    • unknown's avatar
      manual.texi Add missing plural · 059ed32d
      unknown authored
      Docs/manual.texi:
        Add missing plural
      059ed32d
    • unknown's avatar
      Updated VC++ project files for 4.0.4 · c245f424
      unknown authored
      Only write short usage if one starts mysqldump without any options
      Added query cache on windows
      Added error message if one can't read privilege tables
      
      
      Docs/manual.texi:
        Changelog
      VC++Files/bdb/bdb.dsp:
        Updated project files for 4.0.4
      VC++Files/client/mysqlclient.dsp:
        Updated project files for 4.0.4
      VC++Files/innobase/innobase.dsp:
        Updated project files for 4.0.4
      VC++Files/mysqlbinlog/mysqlbinlog.dsp:
        Updated project files for 4.0.4
      VC++Files/mysys/mysys.dsp:
        Updated project files for 4.0.4
      VC++Files/perror/perror.dsp:
        Updated project files for 4.0.4
      VC++Files/sql/mysqld.dsp:
        Updated project files for 4.0.4
      client/mysqldump.c:
        Only write short usage if one starts mysqldump without any options
      include/config-win.h:
        Added query cache on windows
      libmysql/libmysql.def:
        Removed old depricated functions from windows dll
      sql/ha_innodb.cc:
        Added missing defines
      sql/set_var.cc:
        Code cleanup
      sql/sql_acl.cc:
        Added error message if one can't read privilege tables
      sql/sql_cache.h:
        Changed some C linkage functions to C++ functions (portability fix)
      sql/sql_class.cc:
        Safety fix
      c245f424
  9. 23 Sep, 2002 3 commits
  10. 22 Sep, 2002 3 commits
    • unknown's avatar
    • unknown's avatar
      Don't give the anonymous user create temp table or lock tables privileges. · 92dd0393
      unknown authored
      SET PASSWORD=... closed connection on error.
      
      
      Docs/manual.texi:
        Changelog
      mysql-test/r/rpl_rotate_logs.result:
        Fixed test
      scripts/mysql_fix_privilege_tables.sh:
        Don't give the anonymous user create temp table or lock tables privileges.
      sql/set_var.cc:
        SET PASSWORD=... closed connection on error, because MySQL sent the error message twice.
      sql/set_var.h:
        SET PASSWORD=... closed connection on error, because MySQL sent the error message twice.
      sql/sql_acl.cc:
        Added function comment
      sql/sql_db.cc:
        Change type of variable
      sql/sql_parse.cc:
        SET PASSWORD=... closed connection on error, because MySQL sent the error message twice.
      tests/grant.pl:
        Updated grant test case to work with latest MySQL version
      tests/grant.res:
        updated test results
      92dd0393
    • unknown's avatar
      manual.texi Fix typo in option name. · 15112e43
      unknown authored
      Docs/manual.texi:
        Fix typo in option name.
      15112e43
  11. 21 Sep, 2002 1 commit
    • unknown's avatar
      Change name -> alias in TABLE_LIST. · b804e278
      unknown authored
      Added missing mutex-lock around critical section in GRANT handling.
      
      
      Docs/manual.texi:
        ChangeLog
      sql/lock.cc:
        Change name -> alias in TABLE_LIST.
      sql/slave.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_acl.cc:
        Added missing mutex-lock around critical section in GRANT handling.
        Changed name -> alias
      sql/sql_base.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_insert.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_parse.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_show.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_table.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_udf.cc:
        Change name -> alias in TABLE_LIST.
      sql/table.h:
        Change name -> alias in TABLE_LIST.
      tests/grant.pl:
        Fixed grant test
      b804e278
  12. 20 Sep, 2002 1 commit
  13. 19 Sep, 2002 1 commit
    • unknown's avatar
      Increased max possible max_allowed_packet to 1G · a355b6ac
      unknown authored
      Small optimization to not do external locking of temporary MyISAM tables.
      
      
      BitKeeper/deleted/.del-sslopt-usage.h~3ab77eeeaad1ba0a:
        Delete: include/sslopt-usage.h
      Docs/manual.texi:
        Fixed wrong descrtion of IF()
        Added information about automatic cast of integer to binary string
        ChangeLog
      client/mysqlbinlog.cc:
        Portability fix
      client/mysqldump.c:
        Increased max possible max_allowed_packet to 1G
      include/Makefile.am:
        Removed sslopt-usage.h
        Made sslopt-case.h global
      include/my_sys.h:
        Fixd protypes for my_strdup_with_length()
      mysys/safemalloc.c:
        Fixd some prototypes
      sql/ha_isam.cc:
        Don't do external locking on temporary tables
      sql/ha_myisam.cc:
        Don't do external locking on temporary tables
      sql/lock.cc:
        Added big description of how LOCK TABLES affects locking
      sql/log_event.cc:
        cleanup
      sql/mysqld.cc:
        Increased max possible max_allowed_packet to 1G
      sql/sql_table.cc:
        Fixed portability problem
      a355b6ac
  14. 18 Sep, 2002 3 commits
    • unknown's avatar
      manual.texi fix X'...' example to return correct result type · 2ba53ba5
      unknown authored
      Docs/manual.texi:
        fix X'...' example to return correct result type
      2ba53ba5
    • unknown's avatar
      Added code to flush a bulk_insert index. · 83fc12f2
      unknown authored
      This fixes a bug when doing multi-row inserts on table with an auto_increment key that is not in the first key segment.
      
      
      Docs/manual.texi:
        Changelog
      include/my_base.h:
        Added code to flush a bulk_insert index
      myisam/mi_extra.c:
        Added code to flush a bulk_insert index
      mysql-test/r/insert.result:
        test of auto_increment and bulk_insert
      mysql-test/t/insert.test:
        test of auto_increment and bulk_insert
      sql/ha_myisam.cc:
        Added code to flush a bulk_insert index
      sql/sql_insert.cc:
        Mark that bulk_insert is used
      sql/sql_load.cc:
        Mark that bulk_insert is used
        Remove duplicated call to initialize bulk insert
      sql/table.h:
        Mark that bulk_insert is used
      vio/viosslfactories.c:
        Remove compiler warning
      83fc12f2
    • unknown's avatar
      manual.texi minor fixes · c0e64b9f
      unknown authored
      Docs/manual.texi:
        minor fixes
      c0e64b9f
  15. 17 Sep, 2002 3 commits
    • unknown's avatar
      Fixed bug with BINARY NULL · e4860747
      unknown authored
      Docs/manual.texi:
        ChangeLog
      mysql-test/r/binary.result:
        Test of binary NULL
      mysql-test/t/binary.test:
        Test of binary NULL
      e4860747
    • unknown's avatar
      fixed so that --ssl and --skip-ssl works with the MySQL clients. · f0fbecca
      unknown authored
      Fixed core dump bug when sending wrong string to AES_DECRYPT()
      
      
      BitKeeper/deleted/.del-explain_log.sh~e570be5f63576fe1:
        Delete: scripts/explain_log.sh
      Docs/manual.texi:
        Updated bug reporting. Added somew new changelog entries and changed some old
      client/mysql.cc:
        Fixed so that --ssl and --skip-ssl works
      client/mysqladmin.c:
        Fixed so that --ssl and --skip-ssl works
      client/mysqlcheck.c:
        Fixed so that --ssl and --skip-ssl works
      client/mysqldump.c:
        Fixed so that --ssl and --skip-ssl works
      client/mysqlimport.c:
        Fixed so that --ssl and --skip-ssl works
      client/mysqlshow.c:
        Fixed so that --ssl and --skip-ssl works
      include/sslopt-case.h:
        Fixed so that --ssl and --skip-ssl works
      mysql-test/r/func_str.result:
        Test of problem with AES_DECRYPT()
      mysql-test/t/func_str.test:
        Test of problem with AES_DECRYPT()
      mysys/my_aes.c:
        Fixed problem with wrong decrypt string.
      scripts/mysql_explain_log.sh:
        Applied missed patch
      sql/item_strfunc.cc:
        Fixed aes_encrypt() and aes_decrypt() to be safer and avoid some mallocs()
      sql/net_pkg.cc:
        Return ER_UNKNOWN_ERROR instead of errocode 0 in some cases.
      f0fbecca
    • unknown's avatar
      ft-boolean + ORDER BY (ftb tree reusing) bug · 5f6bd7dd
      unknown authored
      5f6bd7dd
  16. 16 Sep, 2002 2 commits
    • unknown's avatar
      Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables · 9ce6267e
      unknown authored
      Fixed bug in SELECT ... ORDER BY ... LIMIT
      Fixed bug in ALTER TABLE and RENAME TABLE with --lower-case-table-names
      Fixed hang when using --with-openssl
      
      
      Docs/manual.texi:
        Updated SHOW VARIABLES
        Changelog
        Moved some missplaced changelog entries
      include/violite.h:
        updated prototypes
      libmysqld/lib_sql.cc:
        Moved init_update_queries() to sql_parse.cc
      mysql-test/install_test_db.sh:
        Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables
      mysql-test/r/grant.result:
        Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables
      mysql-test/t/grant.test:
        Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables
      scripts/mysql_fix_privilege_tables.sh:
        Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables
      scripts/mysql_install_db.sh:
        Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables
      sql/filesort.cc:
        Fixed bug in SELECT ... ORDER BY ... LIMIT
      sql/mysql_priv.h:
        New prototypes
      sql/mysqld.cc:
        Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables
      sql/sql_acl.cc:
        Moved init_update_queries() to sql_parse.cc
        Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host
      sql/sql_acl.h:
        Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host
      sql/sql_parse.cc:
        Moved init_update_queries() to sql_parse.cc
      sql/sql_show.cc:
        Fixed wrong output in SHOW TABLE STATUS for compressed tables.
      sql/sql_table.cc:
        Fixed bug in ALTER TABLE and RENAME TABLE with --lower-case-table-names
      vio/viosocket.c:
        Fixed hang when using --with-openssl
      vio/viossl.c:
        Fixed hang when using --with-openssl
      9ce6267e
    • unknown's avatar
      Fixed bug in ALTER TABLE and RENAME TABLE when running with lower-case-table-names. · 6f8b510a
      unknown authored
      Docs/manual.texi:
        changelog
      6f8b510a
  17. 15 Sep, 2002 1 commit
  18. 14 Sep, 2002 1 commit
  19. 13 Sep, 2002 1 commit
  20. 12 Sep, 2002 1 commit
  21. 11 Sep, 2002 1 commit