An error occurred fetching the project authors.
  1. 25 Sep, 2000 3 commits
  2. 22 Sep, 2000 3 commits
    • unknown's avatar
      manual.texi Reactivated paco.net mirror. · a2ca05e0
      unknown authored
      Docs/manual.texi:
        Reactivated paco.net mirror.
      a2ca05e0
    • unknown's avatar
      manual.texi Cotton pickin bk! Let me push this!! · 1c872aff
      unknown authored
      Docs/manual.texi:
        Cotton pickin bk! Let me push this!!
      1c872aff
    • unknown's avatar
      Docs/manual.texi · 5fdc13ba
      unknown authored
          added updated for FLUSH LOGS and replication
      sql/log.cc
          fixed the log rotation bug when the log name did not change after
          FLUSH LOGS
      
      
      Docs/manual.texi:
        added updated for FLUSH LOGS and replication
      sql/log.cc:
        fixed the log rotation bug when the log name did not change after
        FLUSH LOGS
      sql/sql_class.h:
        fixed the log rotation bug when the log name did not change after
        FLUSH LOGS
      5fdc13ba
  3. 21 Sep, 2000 1 commit
    • unknown's avatar
      Fixes for MyISAM and packed keys + AIX · dad723f7
      unknown authored
      Docs/manual.texi:
        Updated changelog
      client/mysql.cc:
        Free all memory, even if we can't connect to the server
      include/config-win.h:
        Ensure that we don't use SAFE_MUTEX on windows
      include/my_pthread.h:
        Optimze struct for Ia64
      include/myisam.h:
        Hack for debugging BIG tables
      myisam/mi_check.c:
        Hack for debugging BIG tables
      myisam/mi_search.c:
        Fixed bug in packed keys
      myisam/myisamchk.c:
        Hack for debugging BIG tables
      mysys/thr_mutex.c:
        Make safe_mutex safe for windows
      scripts/safe_mysqld.sh:
        Fix nice test and echo output
      sql/share/Makefile.am:
        Fix character sets
      sql/sql_string.cc:
        Fixes for AIX (which can't handle that the length argument is 0)
      dad723f7
  4. 20 Sep, 2000 5 commits
    • unknown's avatar
      Fix for SAFE_MUTEX + MERGE tables · 7dd63ddb
      unknown authored
      Docs/manual.texi:
        Fix for release
      include/my_pthread.h:
        Fix for SAFE_MUTEX for windows
      include/myisammrg.h:
        Fix for empty MERGE tables
      myisam/ft_stopwords.c:
        Free used memory
      myisammrg/myrg_open.c:
        Fix for empty MERGE tables
      myisammrg/myrg_queue.c:
        Fix for empty MERGE tables
      myisammrg/myrg_rfirst.c:
        cleanup
      myisammrg/myrg_rkey.c:
        cleanup
      mysys/my_thr_init.c:
        Fix SAFE_MUTEX for windows
      mysys/my_winthread.c:
        Fix SAFE_MUTEX for windows
      mysys/thr_mutex.c:
        Fix SAFE_MUTEX for windows
      sql/ha_myisammrg.cc:
        Fix for empty MERGE tables
      sql/mysqld.cc:
        Fix type
      7dd63ddb
    • unknown's avatar
      manual.texi Fixed typos in mirror listing. · 3bb22c07
      unknown authored
      Docs/manual.texi:
        Fixed typos in mirror listing.
      3bb22c07
    • unknown's avatar
      manual.texi Reactivated some mirrors. · 7186cdcd
      unknown authored
      Docs/manual.texi:
        Reactivated some mirrors.
      7186cdcd
    • unknown's avatar
      Fix for SAFE_MUTEX on windows · 91cea52c
      unknown authored
      Docs/manual.texi:
        cleanup
      include/my_pthread.h:
        Fix for SAFEMUTEX under windows
      mysys/my_thr_init.c:
        Fix for SAFEMUTEX under windows
      mysys/my_winthread.c:
        Fix for SAFEMUTEX under windows
      mysys/thr_mutex.c:
        Fix for SAFEMUTEX under windows
      sql/mysqld.cc:
        Remove unused code
      sql/sql_table.cc:
        Fix filename comparison on Windows
      support-files/Makefile.am:
        Added magic file
      91cea52c
    • unknown's avatar
      Small bug fixes + code for DELETE QUICK · 2144c32e
      unknown authored
      Docs/manual.texi:
        Change log + bug fixes from the mailing list
      configure.in:
        added mlockall
      include/config-win.h:
        Fix to use SAFE_MUTEX
      include/ft_global.h:
        Free memory
      include/my_pthread.h:
        Fix for SAFE_MUTEX on windows
      myisam/Makefile.am:
        Fix modes
      myisam/ft_static.c:
        Fix language problem with fulltext
      myisam/ft_stopwords.c:
        Free memory at end
      myisam/mi_create.c:
        Fix language problem with fulltext
      myisam/mi_delete.c:
        Added optimization to not join blocks when using delete with QUICK
      myisam/mi_panic.c:
        Added freeing of memorty
      myisam/mi_test2.c:
        Added quick mode
      myisam/myisamchk.c:
        Fixed help text
      myisam/myisamdef.h:
        Added optimization to not join blocks when using delete with QUICK
      mysys/mf_format.c:
        Don't change case for extension
      mysys/my_wincond.c:
        Fix for safe mutex
      mysys/thr_mutex.c:
        Fix for safe mutex
      sql-bench/test-insert.sh:
        Split delete test to get more information about the times
      sql/ChangeLog:
        Changelog
      sql/ha_myisam.cc:
        Better OPTIMIZE handling
      sql/log.cc:
        Cleanup
      sql/mysql_priv.h:
        Fix for safe mutex
      sql/mysqld.cc:
        Added define for --one-thread option
      sql/sql_class.h:
        Fixed lock_time in slow_log
      sql/sql_delete.cc:
        Fix for safe mutex
      sql/sql_parse.cc:
        Fix processlist message for new process
      sql/sql_table.cc:
        Fix windows problem med CREATE INDEX
      sql/sql_yacc.yy:
        Fix for safe mutex
      sql/table.cc:
        Made code simpler
      strings/bmove512.c:
        Small speed fix
      support-files/mysql.server.sh:
        Fixed awk usage
      2144c32e
  5. 19 Sep, 2000 4 commits
  6. 17 Sep, 2000 8 commits
  7. 16 Sep, 2000 1 commit
    • unknown's avatar
      Faster log::write() call, memory leak fix, flush master fix. · e6e3c8b6
      unknown authored
      BUILD/compile-alpha-ccc:
        remove deps to get things to compile better
      Docs/manual.texi:
        Small fixes
      configure.in:
        Fix for mlockmem()
      include/my_sys.h:
        Made key_cache_inited global
      myisammrg/myrg_close.c:
        Fixed memory leak
      myisammrg/myrg_open.c:
        Initialize queue to avoid memory leak bug
      mysys/mf_format.c:
        Added overflow check
      mysys/mf_keycache.c:
        Made key_cache_init more secure to use
      mysys/my_static.h:
        Make key_cache_inite global
      sql/ChangeLog:
        Changes
      sql/lock.cc:
        Added logging of locktime
      sql/log.cc:
        Added logging of locktime
      sql/mysql_priv.h:
        Added locked_in_memory
      sql/mysqld.cc:
        Added logging of locktime + locked in memory
      sql/sql_acl.cc:
        Added thd to log::write() for faster call
      sql/sql_base.cc:
        Use global key_cache variable
      sql/sql_class.cc:
        Added result row counting
      sql/sql_class.h:
        Added thd to log::write() for faster call
      sql/sql_db.cc:
        Added thd to log::write() for faster call
      sql/sql_delete.cc:
        Added thd to log::write() for faster call
      sql/sql_insert.cc:
        Added thd to log::write() for faster call
      sql/sql_load.cc:
        Added thd to log::write() for faster call
      sql/sql_parse.cc:
        Added thd to log::write() for faster call
      sql/sql_rename.cc:
        Added thd to log::write() for faster call
      sql/sql_table.cc:
        Added thd to log::write() for faster call
      sql/sql_update.cc:
        Added thd to log::write() for faster call
      e6e3c8b6
  8. 15 Sep, 2000 1 commit
    • unknown's avatar
      manual.texi: · 5ed90531
      unknown authored
        FULLTEXT doesn't actually work with BLOBs.
      
      
      Docs/manual.texi:
        FULLTEXT doesn't actually work with BLOBs.
      5ed90531
  9. 14 Sep, 2000 1 commit
    • unknown's avatar
      configure fixes · 7e62246f
      unknown authored
      scripts/make_binary_distribution.sh:
        Change mode to -rw-rw-r--
      scripts/mysql_convert_table_format.sh:
        Change mode to -rw-rw-r--
      scripts/mysql_find_rows.sh:
        Change mode to -rw-rw-r--
      scripts/mysql_setpermission.sh:
        Change mode to -rw-rw-r--
      scripts/mysql_zap.sh:
        Change mode to -rw-rw-r--
      scripts/mysqlaccess.sh:
        Change mode to -rw-rw-r--
      scripts/mysqlbug.sh:
        Change mode to -rw-rw-r--
      scripts/mysqlhotcopy.sh:
        Change mode to -rw-rw-r--
      scripts/safe_mysqld-watch.sh:
        Change mode to -rw-rw-r--
      scripts/safe_mysqld.sh:
        Change mode to -rw-rw-r--
      scripts/mysqlaccess.conf:
        Change mode to -rw-rw-r--
      support-files/binary-configure.sh:
        Change mode to -rw-rw-r--
      Docs/Makefile.am:
        Remove manual.ps when doing make distclean
      Docs/manual.texi:
        Fix
      Makefile.am:
        Fix that my_config.h is properly created and removed
      include/Makefile.am:
        Fix that my_config.h is properly created and removed
      libmysql/Makefile.shared:
        Add some distclean targets
      scripts/Makefile.am:
        Add some distclean targets
      support-files/Makefile.am:
        Add some distclean targets
      7e62246f
  10. 13 Sep, 2000 2 commits
    • unknown's avatar
      Fixes for MERGE TABLES and HEAP tables · 84480383
      unknown authored
      Docs/manual.texi:
        Updated MERGE table stuff + more
      extra/perror.c:
        Added missing error messages
      include/myisammrg.h:
        Fixes for MERGE TABLE
      include/queues.h:
        Fixes for MERGE TABLE
      isam/isamlog.c:
        Fixed hard bug
      myisam/mi_log.c:
        cleanup
      myisam/mi_open.c:
        Fixed file name format in myisam log
      myisam/myisamlog.c:
        Bug fixes
      myisammrg/mymrgdef.h:
        Fixes for MERGE TABLE
      myisammrg/myrg_create.c:
        Fixes for MERGE TABLE
      myisammrg/myrg_open.c:
        Fixes for MERGE TABLE
      myisammrg/myrg_queue.c:
        Fixes for MERGE TABLE
      myisammrg/myrg_rfirst.c:
        Fixes for MERGE TABLE
      myisammrg/myrg_rkey.c:
        Fixes for MERGE TABLE
      myisammrg/myrg_rlast.c:
        Fixes for MERGE TABLE
      myisammrg/myrg_rnext.c:
        Fixes for MERGE TABLE
      myisammrg/myrg_rprev.c:
        Fixes for MERGE TABLE
      myisammrg/myrg_rrnd.c:
        Fixes for MERGE TABLE
      mysql.proj:
        update
      mysys/queues.c:
        Fixed bug when using reverse queues
      sql-bench/test-insert.sh:
        Separated some things to get better timings
      sql/ha_heap.cc:
        Fixed heap table bug
      sql/ha_heap.h:
        Fixed heap table bug
      sql/ha_myisam.h:
        Fixed wrong max_keys
      sql/ha_myisammrg.cc:
        Fixed MERGE TABLES
      sql/ha_myisammrg.h:
        Fixed MERGE TABLES
      sql/handler.h:
        Fix for MERGE TABLES and HEAP tables
      sql/lex.h:
        Fixed MERGE TABLES
      sql/mysql_priv.h:
        Cleanup of code
      sql/sql_acl.cc:
        Fixed that privilege tables are flushed at start
      sql/sql_lex.h:
        Fixed MERGE TABLES
      sql/sql_parse.cc:
        Fixed MERGE TABLES
      sql/sql_select.cc:
        Fixes for HEAP tables
      sql/sql_table.cc:
        Cleanup
      sql/sql_yacc.yy:
        Fixed MERGE TABLES
      84480383
    • unknown's avatar
      Added information about MERGE tables · 462f6c94
      unknown authored
      462f6c94
  11. 12 Sep, 2000 3 commits
    • unknown's avatar
      Fixes for FULLTEXT and TIME type · 2f21858d
      unknown authored
      Docs/manual.texi:
        Update of Linux notes and mysql_install_db
      include/my_tree.h:
        new tree function
      myisam/ft_parser.c:
        Fix free() bug
      myisam/ft_search.c:
        Fix free() bug
      myisam/ft_update.c:
        Fix free() bug
      scripts/safe_mysqld.sh:
        Check if we run as root
      sql-bench/Results-linux/ATIS-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/ATIS-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/RUN-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/RUN-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/alter-table-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/alter-table-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/big-tables-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/big-tables-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/connect-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/connect-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/create-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/create-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/insert-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/insert-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/select-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/select-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/wisconsin-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/wisconsin-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/server-cfg.sh:
        Added use of OPTIMIZE TABLE
      sql-bench/test-ATIS.sh:
        Added use of OPTIMIZE TABLE
      sql-bench/test-insert.sh:
        Added use of OPTIMIZE TABLE
      sql-bench/test-select.sh:
        Added use of OPTIMIZE TABLE
      sql-bench/test-wisconsin.sh:
        Added use of OPTIMIZE TABLE
      sql/field.cc:
        Fix TIME type
      sql/item_func.h:
        Fixed Free bug
      2f21858d
    • unknown's avatar
      Technical edit of first half of manual. · 14c1f1e1
      unknown authored
      Docs/manual.texi:
        Technical edit of first half.
        Fixed some ugly tables.
        Typo, english, and spelling corrections.
      14c1f1e1
    • unknown's avatar
      Update to new root alloc, OPTIMIZE TABLE and some other changes · 77b11dbc
      unknown authored
      Docs/manual.texi:
        Added chapter for binary log, updated the changelog, linux section, OPTIMIZE TABLE...
      client/mysqladmin.c:
        Fixed bug with pid-file handling.
      client/mysqldump.c:
        Version change
      configure.in:
        Version change
      include/Makefile.am:
        Fix for SCO to get sched.h removed.
      include/global.h:
        Increased MY_NFILE;  Added thread_safe_increment
      include/my_sys.h:
        Better root_alloc
      include/mysql.h:
        Better root_alloc
      include/mysys_err.h:
        Fix for PREAD/PWRITE on windows
      libmysql/libmysql.c:
        Better root_alloc
      myisam/mi_locking.c:
        Fix for PREAD/PWRITE on windows
      myisam/mi_static.c:
        Fix for PREAD/PWRITE on windows
      mysys/default.c:
        Better root_alloc
      mysys/errors.c:
        Fix for PREAD/PWRITE on windows
      mysys/my_alloc.c:
        Better root_alloc
      mysys/my_create.c:
        Fix for PREAD/PWRITE on windows
      mysys/my_fopen.c:
        Fix for PREAD/PWRITE on windows
      mysys/my_open.c:
        Fix for PREAD/PWRITE on windows
      mysys/my_pread.c:
        Fix for PREAD/PWRITE on windows
      mysys/tree.c:
        Better root_alloc
      readline/bind.c:
        Removed compiler warning
      readline/isearch.c:
        Removed compiler warning
      scripts/safe_mysqld.sh:
        Allow use of MYSQL_UNIX_PORT and MYSQL_TCP_PORT
      sql-bench/crash-me.sh:
        Version change
      sql-bench/limits/mysql-3.23.cfg:
        Update to latest MySQL version
      sql/filesort.cc:
        Added more statistics
      sql/ha_berkeley.h:
        Fixed bug with ORDER BY
      sql/ha_myisam.cc:
        Added OPTIMIZE TABLE and cleaned up the repair code
      sql/ha_myisam.h:
        Added OPTIMIZE TABLE and cleaned up the repair code
      sql/handler.cc:
        Added OPTIMIZE TABLE and cleaned up the repair code
      sql/handler.h:
        Added OPTIMIZE TABLE and cleaned up the repair code
      sql/item_func.cc:
        Fixed comment
      sql/item_timefunc.cc:
        Fixed possible month bug
      sql/mini_client.cc:
        Use of new root_alloc
      sql/mysql_priv.h:
        Added OPTIMIZE TABLE and cleaned up the repair code
      sql/mysqld.cc:
        Added more statistics
      sql/opt_range.cc:
        Use of new root_alloc
      sql/slave.cc:
        Use of new root_alloc
      sql/sql_acl.cc:
        Use of new root_alloc
      sql/sql_class.cc:
        Use of new root_alloc
      sql/sql_parse.cc:
        Use of new root_alloc
      sql/sql_select.cc:
        Added more statistics
      sql/sql_table.cc:
        Added OPTIMIZE TABLE and cleaned up the repair code
      sql/sql_udf.cc:
        Use of new root_alloc
      sql/sql_yacc.yy:
        Fixed that OPTIMIZE TABLE can take many tables as arguments
      sql/table.cc:
        Use of new root_alloc
      sql/thr_malloc.cc:
        Use of new root_alloc
      support-files/mysql.server.sh:
        Removed usage of AWK
      77b11dbc
  12. 11 Sep, 2000 1 commit
    • unknown's avatar
      manual.texi Fixups for recent change notes. · 31e14805
      unknown authored
      manual.texi	Changed instance of "data is" to "data are" (the
      manual.texi	manual generally treats data as a plural word).
      
      
      Docs/manual.texi:
        Fixups for recent change notes.
        Changed instance of "data is" to "data are" (the
        manual generally treats data as a plural word).
      31e14805
  13. 10 Sep, 2000 1 commit
  14. 09 Sep, 2000 1 commit
    • unknown's avatar
      manual.texi: · a8d650cf
      unknown authored
      chow -> show
      
      
      Docs/manual.texi:
        Monty: chow -> show
      a8d650cf
  15. 08 Sep, 2000 1 commit
    • unknown's avatar
      manual.texi API's -> APIs · f883dd9e
      unknown authored
      manual.texi	@code{MySQL} -> @strong{MySQL}
      manual.texi	MacOS -> Mac OS, MacOSX -> Mac OS X (except in
      manual.texi	one place where it's the title of someone else's
      manual.texi	Web page)
      
      
      Docs/manual.texi:
        API's -> APIs
        @code{MySQL} -> @strong{MySQL}
        MacOS -> Mac OS, MacOSX -> MacOS X (except in
        one place where it's the title of someone else'ss
        Web page)
      f883dd9e
  16. 07 Sep, 2000 3 commits
    • unknown's avatar
      Small portability fixes · e9505769
      unknown authored
      Docs/manual.texi:
        Portability updates, user addition and changelog for 3.23.24
      mysys/thr_rwlock.c:
        Portability fix
      scripts/make_binary_distribution.sh:
        Added use of sbindir
      scripts/mysql_install_db.sh:
        Fixed usage of defaults files
      sql/ha_myisam.cc:
        Cleanup
      sql/sql_base.cc:
        Cleanup
      e9505769
    • unknown's avatar
      Added create_tmp_disk_tables + comments for 3.23.24 · 2b3ed202
      unknown authored
      Docs/manual.texi:
        Update for 3.23.24
      sql/mysql_priv.h:
        Added create_tmp_disk_tables
      sql/mysqld.cc:
        Added create_tmp_disk_tables
      sql/sql_select.cc:
        Added create_tmp_disk_tables
      2b3ed202
    • unknown's avatar
      Small bug fixes · 71132e8f
      unknown authored
      support-files/mysql.server-sys5.sh:
        Change mode to -rw-rw-r--
      Docs/manual.texi:
        Added information about BeOS, Access 2000, AIX and user links
      client/mysql.cc:
        Fixed SOURCE to work on windows
      client/mysqldump.c:
        Strip of white space
      configure.in:
        Fix for AIX
      include/dbug.h:
        Assert handling
      include/my_pthread.h:
        Ia64 needs more thread stack than other processors
      include/my_sys.h:
        More comments
      myisam/mi_key.c:
        Fixed wrong key length checks
      mysql.proj:
        update
      mysys/charset.c:
        Cleanup
      mysys/mf_keycache.c:
        Moved SEC_LINK to file that used it
      mysys/my_static.h:
        Moved SEC_LINK to file that used it
      scripts/Makefile.am:
        Fix for debian
      scripts/mysql_install_db.sh:
        Cleanup
      sql/gen_lex_hash.cc:
        Better values
      sql/ha_berkeley.cc:
        Fix of reading of unique key
      sql/handler.cc:
        Fix memory allocation bug
      sql/mysqld.cc:
        Fix for Ia64
      sql/share/charsets/latin1.conf:
        Fixed sortorder back to scandinavian.
      sql/sql_yacc.yy:
        FULL shouldn't be a keyword
      support-files/Makefile.am:
        Fix for debian
      support-files/mysql.server.sh:
        Cleanups
      71132e8f
  17. 05 Sep, 2000 1 commit
    • unknown's avatar
      manual.texi: · 30629e90
      unknown authored
        Latest grammatical and spelling corrections.
        Amended/corrected install instructions.
      
      
      Docs/manual.texi:
        Latest grammatical and spelling corrections.
        Amended/corrected install instructions.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      30629e90