An error occurred fetching the project authors.
  1. 27 Dec, 2001 1 commit
  2. 21 Dec, 2001 1 commit
    • unknown's avatar
      Fixed shutdown problem on HPUX · 8ab263d1
      unknown authored
      Docs/manual.texi:
        Changelog
      mysql-test/r/innodb.result:
        Update results after InnoDB optimizer changes.
      8ab263d1
  3. 17 Dec, 2001 1 commit
    • unknown's avatar
      Added DO command · 1808d80f
      unknown authored
      Docs/manual.texi:
        ChangeLog
      sql/gen_lex_hash.cc:
        Safety fix
      1808d80f
  4. 14 Dec, 2001 1 commit
    • unknown's avatar
      misc cleanup · 601b545e
      unknown authored
      Docs/manual.texi:
        fixed bad merge
      include/my_bitmap.h:
        fixed comment format
      mysql-test/r/rpl_get_lock.result:
        make the test results predicable
      mysql-test/t/rpl_get_lock.test:
        predicatable test results
      mysys/my_bitmap.c:
        do not init/destroy mutex if bitmap is not declared thread safe
      sql/slave.cc:
        clean-up suggested by Monty to make init_slave_skip_errors() more compact
      601b545e
  5. 13 Dec, 2001 3 commits
    • unknown's avatar
      Added status variables for all MySQL commands. · e12119dc
      unknown authored
      Docs/manual.texi:
        Changelog
      e12119dc
    • unknown's avatar
      Fixed problem with default & InnoDB tables. · c0de7ffc
      unknown authored
      Docs/manual.texi:
        ChangeLog
      c0de7ffc
    • unknown's avatar
      slave-skip-errors · 623eedda
      unknown authored
      added extra/mysql_install.c - will work on it in 4.0, but it does not hurt
      to have it sit in 3.23 tree for now since it will eventually be backported 
      to 3.23 anyway 
      
      
      Docs/manual.texi:
        documented slave-skip-errors
        updated change history
      extra/resolve_stack_dump.c:
        fixed wrong help message
      include/my_bitmap.h:
        bitmap code updates
      mysql-test/r/rpl_get_lock.result:
        test for a possible bug in release_lock() replication
      mysql-test/t/rpl_get_lock.test:
        test for possible bug in release_lock replication
      mysys/my_bitmap.c:
        bitmap code updates/clean-up
      sql/mysqld.cc:
        slave-skip-errors
      sql/slave.cc:
        slave-skip-errors
      sql/slave.h:
        slave skip errors
      623eedda
  6. 10 Dec, 2001 1 commit
    • unknown's avatar
      Fixed bug in GROUP BY ... DESC · 2d1e16eb
      unknown authored
      Docs/manual.texi:
        Changelog
      libmysql/libmysql.c:
        Fixed bug with mysql_use_result() when mysql_query() is called before mysql_free_result().
      mysql-test/r/group_by.result:
        New tests
      mysql-test/t/group_by.test:
        New tests
      sql/stacktrace.c:
        Fix for SCO
      2d1e16eb
  7. 05 Dec, 2001 2 commits
    • unknown's avatar
      Small changes to mysql_config.sh · 6f8f45e9
      unknown authored
      Docs/manual.texi:
        Changelog
      scripts/mysql_config.sh:
        Fix script to search in different directories for include and lib
      6f8f45e9
    • unknown's avatar
      Fixed bug in LEFT JOIN · e8d81970
      unknown authored
      Docs/manual.texi:
        ChangeLog
      myisam/mi_locking.c:
        Remove wrong optimistic locking. (Doesn't affect MySQL)
      mysys/my_init.c:
        Release character sets at end
      scripts/mysqlhotcopy.sh:
        RAID tables are now copied
      e8d81970
  8. 29 Nov, 2001 1 commit
    • unknown's avatar
      Better optimization for InnoDB and BDB tables for ORDER BY · ace64918
      unknown authored
      Build-tools/Do-compile:
        Merge with 4.0
      Docs/manual.texi:
        Changelog
      mysql-test/r/innodb.result:
        New tests cases for ORDER BY
      mysql-test/r/myisam.result:
        New tests cases for ORDER BY
      mysql-test/t/innodb.test:
        New tests cases for ORDER BY
      mysql-test/t/myisam.test:
        New tests cases for ORDER BY
      ace64918
  9. 28 Nov, 2001 2 commits
  10. 27 Nov, 2001 1 commit
    • unknown's avatar
      Fixed bug when joining with caching. · 312e5e82
      unknown authored
      Fixed race condition when using the binary log and INSERT DELAYED which could cause the binary log to have rows that was not yet written to MyISAM tables.
      
      
      Docs/manual.texi:
        Changelog
      mysql-test/r/null_key.result:
        Fix of testcase after changing optimizer to only use range keys if it would use a long part of the SAME key.
      sql/sql_insert.cc:
        Fixed race condition with binary log and INSERT DELAYED
      sql/sql_select.cc:
        Fixed bug when joining with caching
      312e5e82
  11. 26 Nov, 2001 1 commit
    • unknown's avatar
      Fix race condition in ANALYZE TABLE. · 4615e500
      unknown authored
      Fixed bug where one got an empty set instead of a DEADLOCK error when using BDB tables.
      
      
      Docs/manual.texi:
        Cleanup
      configure.in:
        Version number change
      mysql-test/t/backup.test:
        drop used tables
      mysql-test/t/bdb-crash.test:
        cleanup
      mysys/thr_lock.c:
        cleanup
      sql/mysqld.cc:
        safety fix
      sql/records.cc:
        Fixed bug where one got an empty set instead of a DEADLOCK error when using
        BDB tables.
      sql/sql_table.cc:
        Fix race  condition in ANALYZE TABLE.
      4615e500
  12. 22 Nov, 2001 1 commit
  13. 21 Nov, 2001 1 commit
    • unknown's avatar
      Generate core file on Solaris. · 0afe57ba
      unknown authored
      Docs/manual.texi:
        ChangeLog
      sql/mysqld.cc:
        Cleanup
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      0afe57ba
  14. 18 Nov, 2001 1 commit
  15. 07 Nov, 2001 1 commit
    • unknown's avatar
      Fix bug in ALTER TABLE on a TEMPORARY InnoDB table. · e85894c1
      unknown authored
      Docs/manual.texi:
        Changelog
      mysql-test/mysql-test-run.sh:
        Change shutdown to 20 seconds for slow systems
      mysql-test/r/innodb.result:
        Testcase for found bug
      mysql-test/t/innodb.test:
        Testcase for found bug
      e85894c1
  16. 03 Nov, 2001 2 commits
    • unknown's avatar
      Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when... · 0176dacd
      unknown authored
      Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date_column is declared as NOT NULL.
      
      
      BUILD/SETUP.sh:
        Use -O1 to avoid problem with INLINE functions
      Docs/manual.texi:
        Changelog
      mysql-test/r/join.result:
        Test for bugfix
      mysql-test/t/join.test:
        Test for bugfix
      sql/sql_select.cc:
        Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date_column was declared as NOT NULL.
      BitKeeper/etc/ignore:
        Added bdb/include/db_ext.h bdb/include/mutex_ext.h to the ignore list
      0176dacd
    • unknown's avatar
      Fix that mysqladmin shutdown can be interrupted with ^C · b2cec26d
      unknown authored
      Fixed bug with BLOB keys in BDB tables
      Fixed problem with MERGE tables on OS with 32 bit files
      Fixed that TIME_TO_SEC() works with negative times
      
      
      Docs/manual.texi:
        Changelog
      client/mysqladmin.c:
        Fix that mysqladmin shutdown can be interrupted with ^C
      include/mysqld_error.h:
        Fixed typo
      mysql-test/r/func_time.result:
        Added test case for negative times
      mysql-test/t/func_time.test:
        Added test case for negative times
      mysql-test/t/rpl000015-slave.sh:
        Removed warnings
      mysql-test/t/rpl000016-slave.sh:
        Removed warnings
      sql/field.cc:
        Fixed bug with BLOB keys in BDB tables
      sql/field.h:
        Fixed bug with BLOB keys in BDB tables
      sql/ha_berkeley.cc:
        Fixed bug with BLOB keys in BDB tables
      sql/ha_myisammrg.cc:
        Fixed problem with MERGE tables on OS with 32 bit files
      sql/item_timefunc.cc:
        Fixed that TIME_TO_SEC() works with negative times.
      sql/share/swedish/errmsg.txt:
        Merge with 4.0
      sql/sql_acl.cc:
        Fixed typo
      b2cec26d
  17. 31 Oct, 2001 3 commits
    • unknown's avatar
      Changed time -> query_time in slow query log. · 78b58fca
      unknown authored
      Fixed Rows_examined in slow query log.
      
      
      Docs/manual.texi:
        Changlog
      sql/log.cc:
        Changed time -> query_time in slow query log.
      sql/sql_select.cc:
        Fixed Rows_examined count in slow query log.
      78b58fca
    • unknown's avatar
      Portability fixes · 03f6fdd5
      unknown authored
      Fix for consistent 0000-00-00 date handling
      Close + open binary logs on flush tables
      Fix for AVG() in HAVING.
      
      
      BUILD/SETUP.sh:
        Compile MySQL with -O0 to make debugging easier.
      Docs/manual.texi:
        Changelog
      configure.in:
        Version change
      innobase/buf/buf0lru.c:
        Fix for windows
      mysql-test/r/func_time.result:
        Updated tests
      mysql-test/r/having.result:
        Updated tests
      mysql-test/t/func_time.test:
        Updated tests
      mysql-test/t/having.test:
        Updated tests
      mysys/mf_casecnv.c:
        Portability fix
      mysys/mf_qsort.c:
        Portability fix
      mysys/my_compress.c:
        Portability fix
      mysys/my_tempnam.c:
        More comments
      sql/field.cc:
        Fix for consistent 0000-00-00 date handling
      sql/item.h:
        Fix for AVG() in HAVING
      sql/log.cc:
        Close + open update logs on flush tables
      sql/sql_select.cc:
        More debugging info
      sql/time.cc:
        Fix for consistent 0000-00-00 date handling
      strings/ctype.c:
        Portability fix
      strings/strto.c:
        Portability fix
      03f6fdd5
    • unknown's avatar
      Update for OS2 (patch from Yuri Dario). · 4765ab61
      unknown authored
      Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts
      Fixed error messages.
      Fixed problem with const propagation when comparing columns of different types
      
      
      BitKeeper/deleted/.del-.cvsignore~a91d63182f0b2366:
        Delete: sql/share/norwegian/.cvsignore
      BitKeeper/deleted/.del-.cvsignore~469064b5190d703d:
        Delete: sql/share/norwegian-ny/.cvsignore
      Docs/manual.texi:
        Changelog
      client/client_priv.h:
        Update for OS2
      client/mysqldump.c:
        Update for OS2
      include/mysqld_error.h:
        Updated error texts
      isam/create.c:
        Removed warning
      myisam/myisamchk.c:
        Fix for OS2
      myisam/myisampack.c:
        Fix for OS2
      mysys/mf_cache.c:
        Fix for OS2
      mysys/mf_tempfile.c:
        Fix for OS2
      mysys/my_os2file64.c:
        Fix for OS2
      mysys/my_tempnam.c:
        Fix for OS2
      os2/ChangeLog.os2:
        Fix for OS2
      os2/MySQL-Client.icc:
        Fix for OS2
      os2/MySQL-Opt.icc:
        Fix for OS2
      os2/MySQL-Source.icc:
        Fix for OS2
      os2/MySQL-Sql.icc:
        Fix for OS2
      os2/MySQL-Util.icc:
        Fix for OS2
      sql/mysqld.cc:
        Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts. This avoids some problems when users spefices wrong arguments to mysqld.
      sql/nt_servc.cc:
        C
      sql/share/czech/errmsg.txt:
        Updated error texts
      sql/share/danish/errmsg.txt:
        Updated error texts
      sql/share/dutch/errmsg.txt:
        Updated error texts
      sql/share/english/errmsg.txt:
        Updated error texts
      sql/share/estonian/errmsg.txt:
        Updated error texts
      sql/share/french/errmsg.txt:
        Updated error texts
      sql/share/german/errmsg.txt:
        Updated error texts
      sql/share/greek/errmsg.txt:
        Updated error texts
      sql/share/hungarian/errmsg.txt:
        Updated error texts
      sql/share/italian/errmsg.txt:
        Updated error texts
      sql/share/japanese/errmsg.txt:
        Updated error texts
      sql/share/korean/errmsg.txt:
        Updated error texts
      sql/share/norwegian-ny/errmsg.txt:
        Updated error texts
      sql/share/norwegian/errmsg.txt:
        Updated error texts
      sql/share/polish/errmsg.txt:
        Updated error texts
      sql/share/portuguese/errmsg.txt:
        Updated error texts
      sql/share/romanian/errmsg.txt:
        Updated error texts
      sql/share/russian/errmsg.txt:
        Updated error texts
      sql/share/slovak/errmsg.txt:
        Updated error texts
      sql/share/spanish/errmsg.txt:
        Updated error texts
      sql/share/swedish/errmsg.txt:
        Updated error texts
      sql/share/ukrainian/errmsg.txt:
        Updated error texts
      sql/sql_select.cc:
        Fixed problem with const propagation when comparing columns of different types.
        Fixed bug when HEAP table is converted to MyISAM tables in GROUP BY on long strings.
      4765ab61
  18. 30 Oct, 2001 1 commit
    • unknown's avatar
      Fix for gcc 3.0 · 7b1cfb63
      unknown authored
      Fix for using quoted table names with the SJIS character set.
      
      
      BUILD/FINISH.sh:
        Fix for gcc 3.0
      BUILD/SETUP.sh:
        Fix for gcc 3.0
      Docs/manual.texi:
        Changelog
      innobase/include/univ.i:
        Fix for gcc 3.0
      sql/sql_lex.cc:
        Fix for using quoted table names with the SJIS character set.
      7b1cfb63
  19. 19 Oct, 2001 1 commit
    • unknown's avatar
      Don't use signal() on windows. · 253b9ecb
      unknown authored
      Added missing InnoDB variables to SHOW VARIABLES.
      Fixed bug when doing WHERE 'column_name=NULL' on an indexed column that had NULL values.
      Fixed bug when doing 'LEFT JOIN ...  ON (column_name = constant) WHERE column_name = constant'
      
      
      Docs/manual.texi:
        Changelog
      libmysql/libmysql.c:
        Don't use signal() on windows.
      mysql-test/r/join_outer.result:
        Test for bugfix
      mysql-test/r/null.result:
        Test for bugfix
      mysql-test/t/join_outer.test:
        Test for bugfix
      mysql-test/t/null.test:
        Test for bugfix
      sql/mysqld.cc:
        Add missing InnoDB variables to SHOW VARIABLES.
      sql/sql_select.cc:
        Fixed bug when doing WHERE 'column_name=NULL' on an indexed column that had NULL values.
        Fixed bug when doing 'LEFT JOIN ...  ON (column_name = constant) WHERE column_name = constant'
      253b9ecb
  20. 07 Oct, 2001 1 commit
    • unknown's avatar
      Fix for 'mysqladmin -w1 unknown-command' · 63c7276f
      unknown authored
      Manual Changelog update
      
      
      Docs/manual.texi:
        Changelog
      client/mysqladmin.c:
        Fix for 'mysqladmin -w1 unknown-command'
      libmysql/violite.c:
        Fix for TCP_NODELAY
      mysql-test/mysql-test-run.sh:
        Portability fixes
      sql/sql_lex.cc:
        Cleanup
      sql/sql_lex.h:
        Cleanup
      63c7276f
  21. 03 Oct, 2001 1 commit
    • unknown's avatar
      Added usage of --master-retry-count to make mysql-test-run safer. · 2529b817
      unknown authored
      Build-tools/Do-compile:
        Remove --no-delete
      Docs/manual.texi:
        Udated IA64 section
      mysql-test/mysql-test-run.sh:
        Added usage of --master-retry-count
        set LD_LIBRARY_PATH
      sql/mysqld.cc:
        Added master-retry-count (needed by mysql-test-run)
      sql/slave.cc:
        Added master-retry-count
        Don't write same error to log on retry
      sql/slave.h:
        Added master-retry-count (needed by mysql-test-run)
      2529b817
  22. 02 Oct, 2001 1 commit
    • unknown's avatar
      Fixed bug in INSERT DELAYED · 77b02100
      unknown authored
      Fixed some problems in SHOW CREATE TABLE
      Fixed calculation of checksums in myisamchk
      
      
      Docs/manual.texi:
        ChangelogWh
      client/mysql.cc:
        Added comment
      myisam/mi_check.c:
        Fixed calcualtion of checksums
      sql/sql_insert.cc:
        Fixed bug in INSERT DELAYED
      sql/sql_show.cc:
        Fixed some problems in SHOW CREATE TABLE
      77b02100
  23. 01 Oct, 2001 1 commit
  24. 28 Sep, 2001 2 commits
  25. 27 Sep, 2001 3 commits
    • unknown's avatar
      Fixed bug in counting open files when using many files · 0edc02d6
      unknown authored
      Fixed bug in JOIN
      
      
      Docs/manual.texi:
        Changlog
      mysql-test/r/join.result:
        New test for join bug
      mysql-test/r/null_key.result:
        Fix result after fixing join bug
      mysql-test/t/join.test:
        New test for join bug
      mysys/my_open.c:
        Fixed bug in counting open files when using many files.
      sql/sql_select.cc:
        Fixed join bug
      0edc02d6
    • unknown's avatar
      manual.texi typo fixes. · fb70f219
      unknown authored
      Docs/manual.texi:
        typo fixes.
      fb70f219
    • unknown's avatar
      manual.texi correct date error in manual. · a75a59f0
      unknown authored
      Docs/manual.texi:
        correct date error in manual.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a75a59f0
  26. 26 Sep, 2001 1 commit
    • unknown's avatar
      manual cleanups · eb01c929
      unknown authored
      Docs/manual.texi:
        cleanups
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      eb01c929
  27. 18 Sep, 2001 2 commits
    • unknown's avatar
      Fix bug in SELECT EXPLAIN ... ORDER BY · c66208cf
      unknown authored
      Docs/internals.texi:
        Added more code style suggestions.
      Docs/manual.texi:
        Changelog
      myisam/mi_check.c:
        Removed dbug info
      c66208cf
    • unknown's avatar
      Fix for LOAD DATA FROM MASTER when using tables with checksum · c91a3df5
      unknown authored
      Fixed some wrong test cases
      
      
      Docs/manual.texi:
        Changelog
      extra/perror.c:
        Added BDB table errors
      include/myisam.h:
        Fix for LOAD DATA FROM MASTER when using tables with checksum
      myisam/mi_check.c:
        Fix for LOAD DATA FROM MASTER when using tables with checksum
      mysql-test/mysql-test-run.sh:
        Better logging
      mysql-test/r/join.result:
        Fixed missing results
      mysql-test/r/rpl000006.result:
        Updated result
      mysql-test/t/join.test:
        Fixed wrong test
      mysql-test/t/rpl000001.test:
        Fixed wrong test
      mysql-test/t/rpl000006.test:
        Cleanup
      mysql-test/t/rpl000017-slave.sh:
        Fixed too long password
      mysql-test/t/rpl000017.test:
        Fixed too long password
      sql/ha_myisam.cc:
        Fix for LOAD DATA FROM MASTER when using tables with checksum
      sql/handler.cc:
        Unique error for DEADLOCK
      sql/slave.cc:
        Fix for LOAD DATA FROM MASTER when using tables with checksum
      c91a3df5
  28. 17 Sep, 2001 1 commit
    • unknown's avatar
      Added unique error for DEADLOCK · ffe99461
      unknown authored
      Include missing man pages into binary distribution
      
      
      BitKeeper/deleted/.del-make_mysql_pkg.sh~c616a18bed4b9c2:
        Delete: support-files/make_mysql_pkg.sh
      Docs/manual.texi:
        Changelog
      extra/perror.c:
        Added missing error codes
      include/my_base.h:
        Added unique error for DEADLOCK
      include/mysql.h:
        Portability fix for the LCC windows compiler
      include/mysqld_error.h:
        Added unique error for DEADLOCK
      scripts/make_binary_distribution.sh:
        Include missing man pages into binary distribution
      sql/ha_berkeley.cc:
        Added unique error for DEADLOCK
      sql/ha_berkeley.h:
        Added unique error for DEADLOCK
      sql/handler.h:
        Added unique error for DEADLOCK
      sql/mysqld.cc:
        Portability fix
      sql/share/czech/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/danish/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/dutch/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/english/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/estonian/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/french/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/german/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/greek/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/hungarian/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/italian/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/japanese/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/korean/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/norwegian-ny/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/norwegian/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/polish/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/portuguese/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/romanian/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/russian/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/slovak/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/spanish/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/swedish/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/ukrainian/errmsg.txt:
        Added unique error for DEADLOCK
      ffe99461
  29. 15 Sep, 2001 1 commit