An error occurred fetching the project authors.
  1. 18 Feb, 2002 2 commits
  2. 16 Feb, 2002 1 commit
    • unknown's avatar
      manual.texi: · a8527aa2
      unknown authored
        Fix typo in a contrib download filename
      
      
      Docs/manual.texi:
        Fix typo in a contrib download filename
      a8527aa2
  3. 15 Feb, 2002 7 commits
    • unknown's avatar
      manual.texi: · 67840514
      unknown authored
        Remove link to sqlscreens in the contrib section
      
      
      Docs/manual.texi:
        Remove link to sqlscreens in the contrib section
      67840514
    • unknown's avatar
      Zapped trailing spaces. · eb72206c
      unknown authored
      eb72206c
    • unknown's avatar
      Cleanup @example blocks in manual for XML/DocBook/PS/PDF output. · 642a83db
      unknown authored
      Docs/manual.texi:
        All lines in @example blocks need to be <76 chars.
        Minor cleanup of other stuff in @example blocks.
      642a83db
    • unknown's avatar
      Clarified USE/IGNORE INDEX in all relevant sections. · 1d6e5ce9
      unknown authored
      Added mention of USE/IGNORE KEY as alias for USE/IGNORE INDEX.
      Fixups references to this feature throughout manual.
      
      1d6e5ce9
    • unknown's avatar
      Improved USE INDEX / IGNORE INDEX info. · ac7e00ef
      unknown authored
      Docs/manual.texi:
        Added USE INDEX / IGNORE INDEX syntax to table_references info in SELECT.
        Added USE INDEX / IGNORE INDEX to function index.
      ac7e00ef
    • unknown's avatar
      Fixups for XML/DocBook output. · 00e98679
      unknown authored
      Docs/Support/docbook-fixup.pl:
        Added fixup for xref closing /> tag to prevent malformed XML.
        Improved /para whitespace removal.
      Docs/manual.texi:
        Removed double whitespace in middle of sentence.
      00e98679
    • unknown's avatar
      Fix after merge from 3.23 · e3f3e0fc
      unknown authored
      Docs/manual.texi:
        Added section about LOAD DATA LOCAL
      libmysqld/lib_sql.cc:
        Remove not used option
      mysql-test/r/comments.result:
        Updated results
      sql/sql_parse.cc:
        Fix queries / second
      e3f3e0fc
  4. 14 Feb, 2002 1 commit
  5. 13 Feb, 2002 2 commits
    • unknown's avatar
      Added --user=userid to mysqld · 3b111b3d
      unknown authored
      Fix for ctypes on windows
      Cleanup max_queries_per_hour
      
      
      mysql-test/t/dirty_close.test:
        Rename: mysql-test/t/dirty-close.test -> mysql-test/t/dirty_close.test
      mysql-test/r/dirty_close.result:
        Rename: mysql-test/r/dirty-close.result -> mysql-test/r/dirty_close.result
      Docs/manual.texi:
        Added --user=userid
      include/m_ctype.h:
        Fix for ctypes on windows
      mysql-test/r/join.result:
        Update join results
      sql/mysqld.cc:
        Added --user=userid
      sql/sql_parse.cc:
        Cleanup max_queries_per_hour
      3b111b3d
    • unknown's avatar
      Made LOAD DATA LOCAL INFILE more secure · 27c552a1
      unknown authored
      Docs/manual.texi:
        Changelog
      sql/sql_yacc.yy:
        optimization
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      27c552a1
  6. 11 Feb, 2002 3 commits
  7. 10 Feb, 2002 1 commit
  8. 09 Feb, 2002 1 commit
    • unknown's avatar
      Removed compiler warnings · 1d07d3fb
      unknown authored
      Docs/manual.texi:
        Cleanup
      myisam/myisampack.c:
        Removed warning
      sql/handler.cc:
        cleanup
      sql/slave.cc:
        Removed not used var
      1d07d3fb
  9. 08 Feb, 2002 1 commit
    • unknown's avatar
      Fix some bugs introduced with the new my_getopt · bc1fc0a0
      unknown authored
      Added counting of rollback's and commits
      Fixed bug in 'SELECT 0 LIMIT 0'
      Fixed bug in 'SELECT SQL_CALC_FOUND_ROWS'
      
      
      Docs/manual.texi:
        Changelog
      configure.in:
        Cleanup
      myisam/myisamchk.c:
        Fix some bugs introduced with the new my_getopt
      mysql-test/r/limit.result:
        Test for bugfix
      mysql-test/r/rpl000001.result:
        fix wrong result
      mysql-test/r/select.result:
        Fix things after fixing ignore index()
      mysql-test/r/select_found.result:
        Test of bug in SQL_CALC_FOUND_ROWS
      mysql-test/t/limit.test:
        Test bug in LIMIT 0
      mysql-test/t/rpl000001.test:
        fix wrong result
      mysql-test/t/select_found.test:
        Test of bug in SQL_CALC_FOUND_ROWS
      sql/handler.cc:
        Added counting of rollback's and commits
      sql/mysql_priv.h:
        Added counting of rollback's and commits
      sql/mysqld.cc:
        Added counting of rollback's and commits
      sql/sql_select.cc:
        Fixed bug in 'SELECT 0 LIMIT 0'
        Fixed bug in 'SELECT SQL_CALC_FOUND_ROWS'
      bc1fc0a0
  10. 07 Feb, 2002 1 commit
    • unknown's avatar
      Update to autoconf 2.52 · a816b25a
      unknown authored
      Fix of InnoDB variables in SHOW VARIABLES
      Fix for ALTER TABLE and InnoDB
      
      
      BUILD/FINISH.sh:
        Update to autoconf 2.52
      BUILD/SETUP.sh:
        Update to autoconf 2.52
      BUILD/compile-alpha:
        Update to autoconf 2.52
      BUILD/compile-pentium-gcov:
        Update to autoconf 2.52
      BUILD/compile-pentium-gprof:
        Update to autoconf 2.52
      BUILD/compile-pentium:
        Update to autoconf 2.52
      Docs/manual.texi:
        Changelog
      acconfig.h:
        Update to autoconf 2.52
      acinclude.m4:
        Update to autoconf 2.52
      bdb/dist/configure.in:
        Update to autoconf 2.52
      client/Makefile.am:
        Update to autoconf 2.52
      configure.in:
        Update to autoconf 2.52
      mysql-test/r/innodb.result:
        Update of InnoDB Cardinality values
      mysys/Makefile.am:
        Update to autoconf 2.52
      scripts/Makefile.am:
        Update to autoconf 2.52
      sql/ha_innobase.cc:
        Fix of InnoDB variables in SHOW VARIABLES
      sql/ha_innobase.h:
        Fix of InnoDB variables in SHOW VARIABLES
      sql/sql_table.cc:
        Fix for ALTER TABLE and InnoDB
      support-files/my-huge.cnf.sh:
        Fixed typo
      support-files/my-large.cnf.sh:
        Fixed typo
      support-files/my-medium.cnf.sh:
        Fixed typo
      support-files/my-small.cnf.sh:
        Fixed typo
      a816b25a
  11. 05 Feb, 2002 1 commit
    • unknown's avatar
      manual.texi: · 4c7ced0b
      unknown authored
        Updated general manual about InnoDB locking and CHECK TABLE
      
      
      Docs/manual.texi:
        Updated general manual about InnoDB locking and CHECK TABLE
      4c7ced0b
  12. 04 Feb, 2002 1 commit
  13. 02 Feb, 2002 2 commits
  14. 01 Feb, 2002 1 commit
  15. 31 Jan, 2002 2 commits
    • unknown's avatar
      manual.texi minor cleanups, typo fixes · 8513b6e0
      unknown authored
      Docs/manual.texi:
        minor cleanups
      8513b6e0
    • unknown's avatar
      Fixes for new getopt · 6c1eb92e
      unknown authored
      Bug fix when using --no-deaults
      Sets ref_length to right value (faster rnd_pos() handling in InnoDB).
      Fixed problem with multi-table-delete and InnoDB
      Fixed problem with truncate table, which required a COMMIT before.
      Fixed multi-table-delete bug with InnoDB.
      Remove not used index from EXPLAIN
      
      
      Docs/manual.texi:
        ChangeLog
      include/my_getopt.h:
        Removed compiler warnings
      myisam/myisamchk.c:
        Fixes for new getopt
      mysql-test/r/explain.result:
        Updated test results
      mysql-test/r/innodb.result:
        Updated test results
      mysql-test/r/join.result:
        Updated test results
      mysql-test/t/innodb.test:
        Updated test results
      mysys/default.c:
        Bug fix when using --no-defaults
      mysys/my_getopt.c:
        Fixes for new getopt
      sql/ha_innodb.cc:
        Sets ref_length to right value (faster rnd_pos() handling).
        Fixed problem with multi-table-delete.
        Fixed problem with truncate table, which required a COMMIT before.
      sql/opt_sum.cc:
        Remove not used index from EXPLAIN
      sql/sql_cache.cc:
        Fixed core dump bug when not using query cache
      sql/sql_select.cc:
        Remove not used index from EXPLAIN
      6c1eb92e
  16. 30 Jan, 2002 4 commits
  17. 29 Jan, 2002 2 commits
    • unknown's avatar
      mirrors.texi: · 355c1b4f
      unknown authored
        Fix Yugoslavian mirror name
      manual.texi:
        Fix a couple of contributed software links
      
      
      Docs/manual.texi:
        Fix a couple of contributed software links
      Docs/mirrors.texi:
        Fix Yugoslavian mirror name
      355c1b4f
    • unknown's avatar
      New error messages · bee88cd2
      unknown authored
      Test of unsigned BIGINT values
      Fixes for queries-per-hour
      Cleanup of replication code (comments and portability fixes)
      Make most of the binary log code 4G clean
      Changed syntax for GRANT ... QUERIES PER HOUR
      
      
      Docs/manual.texi:
        Fixed Changelog, upgrading to 4.0 and 4.1 TODO sections.
      Docs/mysqld_error.txt:
        Added error message.
      configure.in:
        Fix for autoconf 2.52
      include/my_getopt.h:
        Portability fix.
      include/my_global.h:
        Portablity fix.
      include/mysqld_error.h:
        New error messages
      mysql-test/r/bigint.result:
        Test of unsigned BIGINT values.
      mysql-test/r/func_op.result:
        Test of unsigned BIGINT values.
      mysql-test/r/varbinary.result:
        Test of unsigned BIGINT values.
      mysql-test/t/bigint.test:
        Test of unsigned BIGINT values.
      sql/item_func.h:
        Optimized Item_int_func() usage.
      sql/lock.cc:
        Cleanup comments
      sql/log.cc:
        Cleanup
      sql/log_event.cc:
        Cleanup and portability fixes.
      sql/log_event.h:
        Cleanup and portability fixes.
      sql/mini_client.cc:
        Cleanup and portability fixes.
      sql/mysqld.cc:
        Fix for queries-per-hour
      sql/repl_failsafe.cc:
        Prepare for making binary log 2G clean.
      sql/share/czech/errmsg.txt:
        New error messages
      sql/share/danish/errmsg.txt:
        New error messages
      sql/share/dutch/errmsg.txt:
        New error messages
      sql/share/english/errmsg.txt:
        New error messages
      sql/share/estonian/errmsg.txt:
        New error messages
      sql/share/french/errmsg.txt:
        New error messages
      sql/share/german/errmsg.txt:
        New error messages
      sql/share/greek/errmsg.txt:
        New error messages
      sql/share/hungarian/errmsg.txt:
        New error messages
      sql/share/italian/errmsg.txt:
        New error messages
      sql/share/japanese/errmsg.txt:
        New error messages
      sql/share/korean/errmsg.txt:
        New error messages
      sql/share/norwegian-ny/errmsg.txt:
        New error messages
      sql/share/norwegian/errmsg.txt:
        New error messages
      sql/share/polish/errmsg.txt:
        New error messages
      sql/share/portuguese/errmsg.txt:
        New error messages
      sql/share/romanian/errmsg.txt:
        New error messages
      sql/share/russian/errmsg.txt:
        New error messages
      sql/share/slovak/errmsg.txt:
        New error messages
      sql/share/spanish/errmsg.txt:
        New error messages
      sql/share/swedish/errmsg.txt:
        New error messages
      sql/share/ukrainian/errmsg.txt:
        New error messages
      sql/slave.cc:
        Cleanup
      sql/slave.h:
        Cleanup
      sql/sql_acl.cc:
        Cleanup and removal of possible reserved words
      sql/sql_base.cc:
        More DBUG
      sql/sql_cache.cc:
        Cleanup & portability fixes
      sql/sql_class.h:
        Make binary log 4G clean
      sql/sql_delete.cc:
        More DBUG
      sql/sql_handler.cc:
        Cleanup & portability fixes
      sql/sql_parse.cc:
        Cleanup of queries-per-hours code
      sql/sql_rename.cc:
        Add missing DBUG_RETURN
      sql/sql_repl.cc:
        Cleanup & portability fixes
      sql/sql_select.cc:
        Cleanup & portability fixes
      sql/sql_show.cc:
        Cleanup & portability fixes
      sql/sql_update.cc:
        Small cleanup of multi-update-code (need second pass)
      sql/sql_yacc.yy:
        Changed syntax for GRANT ... QUERIES PER HOUR
      strings/str2int.c:
        Cleanup & portability fixes
      bee88cd2
  18. 25 Jan, 2002 1 commit
    • unknown's avatar
      Update needed for SuSE 7.3 · 746e149e
      unknown authored
      Update for autoconf 2.52
      
      
      BitKeeper/deleted/.del-compile-pentium-symbols~b1b0f0b465eb15b8:
        Delete: BUILD/compile-pentium-symbols
      BUILD/Makefile.am:
        Remove not used scripts
      BUILD/SETUP.sh:
        Update needed for SuSE 7.3
      BUILD/compile-alpha:
        Update needed for SuSE 7.3
      BUILD/compile-pentium-debug-no-bdb:
        Update needed for SuSE 7.3
      BUILD/compile-pentium-gcov:
        Update needed for SuSE 7.3
      BUILD/compile-pentium-gprof:
        Update needed for SuSE 7.3
      BUILD/compile-pentium-mysqlfs-debug:
        Update needed for SuSE 7.3
      BUILD/compile-pentium:
        Update needed for SuSE 7.3
      Docs/manual.texi:
        changelog
      Docs/mysqld_error.txt:
        New error messages.
      acconfig.h:
        Update to autoconf 2.52
      acinclude.m4:
        Update to autoconf 2.52
      bdb/dist/configure.in:
        Update to autoconf 2.52
      configure.in:
        Update to autoconf 2.52
      myisam/mi_check.c:
        Fix for myisamchk bug when reparing table with many keys.
      myisam/mi_key.c:
        Fix problem with NAN in key's
      scripts/Makefile.am:
        Fix for autoconf 2.52
      scripts/mysql_new_fix_privilege_tables.sh:
        cleanup
      746e149e
  19. 24 Jan, 2002 2 commits
  20. 23 Jan, 2002 2 commits
    • unknown's avatar
      da6c6bf4
    • unknown's avatar
      Increase max package length to 512M for mysql and mysqldump. · 2509d6cf
      unknown authored
      Faster 'read_first_row' (Fixes slow 'preparing' state)
      Read constant tables earlier, which provides better optimzations when using tables with <=1 row.
      This also fixes a complicated bug involving const tables.
      
      
      Docs/manual.texi:
        Changelog
      client/mysql.cc:
        Increase max package length to 512M
      client/mysqldump.c:
        Increase max package length to 512M
      dbug/dbug.c:
        Fixed wrong printf() format string.
      mysql-test/t/innodb.test:
        Test for multi-table delete
      sql/handler.cc:
        Faster 'read_first_row' (Fixes slow 'preparing' state)
      sql/handler.h:
        Faster 'read_first_row' (Fixes slow 'preparing' state)
      sql/opt_range.cc:
        More debug info.
      sql/sql_select.cc:
        Read constant tables earlier, which provides better optimzations when using tables with <=1 row.
        This also fixes a complicated bug involving const tables.
      sql/sql_select.h:
        Read const tables earlier
      2509d6cf
  21. 22 Jan, 2002 2 commits
    • unknown's avatar
      manual.texi: · 4ec69cf8
      unknown authored
        Added a comment for Tfr; Test for Tom
      
      
      Docs/manual.texi:
        Added a comment for Tfr; Test for Tom
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      4ec69cf8
    • unknown's avatar
      manual.texi: · 3cc2ff1c
      unknown authored
        Add nore info to make InnoDB installation easier
      
      
      Docs/manual.texi:
        Add nore info to make InnoDB installation easier
      3cc2ff1c