An error occurred fetching the project authors.
  1. 23 Oct, 2000 1 commit
    • unknown's avatar
      Fix of automatic repair · 76edea0d
      unknown authored
      Docs/manual.texi:
        Update for 3.23.27
      configure.in:
        Fixed syntax error
      include/m_string.h:
        bmove() was wrongly defined (old code was probably never executed)
      myisam/mi_check.c:
        Fix for automatic repair
      myisam/myisamchk.c:
        Fix for automatic repair
      sql/ha_myisam.cc:
        Fix for automatic repair
      sql/handler.cc:
        Fix for automatic repair
      sql/mysqlbinlog.cc:
        Indentation
      sql/sql_insert.cc:
        Move incrementation of thread_count to make things safer
      sql/sql_parse.cc:
        Added a new state for bug tracking
      sql/sql_select.cc:
        Increment created_tmp_disk_tables for each internal temporary
        MyISAM table.  Added path to some printf statements.
      76edea0d
  2. 22 Oct, 2000 1 commit
    • unknown's avatar
      Index Added latin5 (turkish) character set · 8f7e2af1
      unknown authored
      manual.texi	Added latin5 (turkish) character set
      configure.in	Added latin5 (turkish) character set
      latin5.conf	BitKeeper file /usr/local/src/my/work/sql/share/charsets/latin5.conf
      
      
      configure.in:
        Added latin5 (turkish) character set
      Docs/manual.texi:
        Added latin5 (turkish) character set
      sql/share/charsets/Index:
        Added latin5 (turkish) character set
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      8f7e2af1
  3. 21 Oct, 2000 3 commits
    • unknown's avatar
      Give an error if you use a BLOB(X) where X > 255 · da12c768
      unknown authored
      Fixes for MIT pthreads
      
      
      Docs/manual.texi:
        Update for MIT pthreads and sockets
      configure.in:
        Fixed MIT pthreads to use sockets
      myisam/mi_check.c:
        Portability fix
      myisam/sort.c:
        Portability fix
      sql/handler.h:
        Give an error if you use a BLOB(X) where X > 255
      sql/mysqld.cc:
        Fixed MIT pthreads to use sockets
      sql/sql_table.cc:
        Give an error if you use a BLOB(X) where X > 255
      sql/table.cc:
        Fixed problem with BDB tables without keys
      da12c768
    • unknown's avatar
      sql/slave.cc · 57a7162f
      unknown authored
          cosmetic change
      sql/slave.cc@1.49
          cosmetic change
      
      
      sql/slave.cc:
        cosmetic change
      57a7162f
    • unknown's avatar
      sql/slave.cc · bc7aaafc
      unknown authored
          buffer size fix + template instatiation
      
      
      BitKeeper/etc/ignore:
        Added BitKeeper/etc/csets-in support-files/mysql-3.23.26-beta.spec to the ignore list
      sql/slave.cc:
        buffer size fix + template instatiation
      bc7aaafc
  4. 20 Oct, 2000 1 commit
    • unknown's avatar
      Bug fixes + defines for INNOBASE · 982260d2
      unknown authored
      Docs/manual.texi:
        Cleanups
      client/sql_string.cc:
        Fixes for AIX
      mit-pthreads/Changes-mysql:
        Changelog
      mit-pthreads/config/configure.in:
        Fixes for NETBSD
      mit-pthreads/config/configure:
        Fixes for NETBSD
      mit-pthreads/gen/ctime.c:
        Fixes for NETBSD
      mysys/my_pthread.c:
        Changed assert to dbug_assert
      scripts/make_binary_distribution.sh:
        Removed mysql-test
      scripts/safe_mysqld.sh:
        Forced --defaults-extra-file to be first argument to mysqld
      sql/handler.h:
        Added INNOBASE database type
      sql/item_func.h:
        Fixed core dump when using MATCH
      sql/lex.h:
        Added INNOBASE database type
      sql/mysqld.cc:
        Fix for future
      sql/sql_yacc.yy:
        Added INNOBASE database type
      982260d2
  5. 17 Oct, 2000 3 commits
    • unknown's avatar
      Fixed benchmarks and compare of NULL with <> · ae687f81
      unknown authored
      Docs/manual.texi:
        Update for release
      include/config-win.h:
        Fixed typo
      sql-bench/test-insert.sh:
        Fixed that the new tests works with --fast
      sql/item_cmpfunc.cc:
        Fix of NULL values with '<>'
      ae687f81
    • unknown's avatar
      Fixes for automatic recover of MyISAM tables · 2ad8320b
      unknown authored
      Docs/manual.texi:
        Update of automatic recover of MyISAM tables
      myisam/mi_check.c:
        Let the repair function rename files; This made the rest of the recover code simpler.
      myisam/mi_page.c:
        More debug information
      myisam/myisamchk.c:
        Addapt to new mi_check code;  Fixed bug when a recover on RAID tables where aborted.
      mysys/my_winthread.c:
        Portability fix
      sql/ha_myisam.cc:
        Fix for automatic recover
      sql/sql_table.cc:
        Close all instances of table before running recover / optimize
      2ad8320b
    • unknown's avatar
      Fixes for automatic repair · 08bb74b6
      unknown authored
      Docs/manual.texi:
        Clarifications
      myisam/mi_check.c:
        Cleanup
      myisam/myisamdef.h:
        Header file fix
      sql/ha_myisam.cc:
        Fix for repair
      sql/sql_base.cc:
        Fix for repair
      08bb74b6
  6. 16 Oct, 2000 2 commits
    • unknown's avatar
      Automatic repair of MyISAM tables + small bug fixes · 0c511215
      unknown authored
      Docs/manual.texi:
        Updates for 3.23.26
      include/Makefile.am:
        Install my_config.h
      include/my_pthread.h:
        Fix for Ia64
      myisam/mi_check.c:
        Wrong new record pos on dupplicate key error
      myisam/mi_open.c:
        Fix for automatic repair
      myisam/myisamchk.c:
        Fix for automatic repair
      myisam/myisamdef.h:
        Fix for automatic repair
      mysys/mf_tempfile.c:
        Fix usage of mkstemp
      sql-bench/bench-init.pl.sh:
        Better help text
      sql-bench/test-insert.sh:
        Fix for slow databases
      sql/field.cc:
        Fix of default values for CREATE TABLE ... SELECT
      sql/ha_berkeley.cc:
        Fix bug in BDB records_in_range
      sql/ha_myisam.cc:
        Fix for automatic repair
      sql/ha_myisam.h:
        Fix for automatic repair
      sql/handler.cc:
        Fixes for innobase
      sql/item_strfunc.cc:
        Fix for SUBSTR_INDEX and REPLACE
      sql/log_event.h:
        Portability fix
      sql/mysqld.cc:
        Added INNOBASE and fixes for automatic recover of MyISAM tables
      sql/sql_base.cc:
        Fix for automatic repair
      sql/sql_table.cc:
        Fix for IF EXISTS when used with CREATE TEMPORARY
      0c511215
    • unknown's avatar
      RESET MASTER/SLAVE documentation · 7c96a252
      unknown authored
      Docs/manual.texi:
        updates for RESET MASTER/SLAVE
      sql/sql_insert.cc:
        bk thinks I changed something, probably inserted or deleted a space
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      7c96a252
  7. 15 Oct, 2000 2 commits
    • unknown's avatar
      Automatic primary key for BDB tables · 9c019f4e
      unknown authored
      sql/field.h:
        Cleanup
      sql/filesort.cc:
        Cleanup
      sql/opt_range.cc:
        Remove index in use
      sql/sql_base.cc:
        Allow Berkeley DB tables used only the index when the query only uses
        the index + data from the primary key
      sql/sql_select.cc:
        Fix for left join optimization
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      9c019f4e
    • unknown's avatar
      Changed meaning of HA_EXTRA_RESET and start of hidden primary keys for BDB tables · d78f9840
      unknown authored
      heap/hp_extra.c:
        Changed meaning of HA_EXTRA_RESET
      include/my_base.h:
        Added HA_EXTRA_RESET_STATE
      isam/extra.c:
        Changed meaning of HA_EXTRA_RESET
      isam/pack_isam.c:
        Addapt to changed HA_EXTRA_RESET
      merge/extra.c:
        Changed meaning of HA_EXTRA_RESET
      myisam/mi_extra.c:
        Changed meaning of HA_EXTRA_RESET
      myisam/myisampack.c:
        Addapt to changed HA_EXTRA_RESET
      myisammrg/myrg_extra.c:
        Addapt to changed HA_EXTRA_RESET
      sql/filesort.cc:
        Addapt to changed HA_EXTRA_RESET
      sql/ha_berkeley.cc:
        Hidden primary key
      sql/ha_berkeley.h:
        Hidden primary key
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      d78f9840
  8. 14 Oct, 2000 2 commits
    • unknown's avatar
      Added RESET command · 31ed959b
      unknown authored
      Docs/manual.texi:
        Changed max packet limit from 24M -> 16M
      31ed959b
    • unknown's avatar
      Fix of LEFT JOIN optimizer bug, problem with key cache on Windows and · 518a621a
      unknown authored
      a lot of portability issues.
      
      
      Docs/manual.texi:
        Changed FOREIGN KEY to FOREIGN KEY constraint
      client/mysqladmin.c:
        Don't flush MASTER or SLAVE on refresh
      configure.in:
        Fix for hpux 11.0
      extra/perror.c:
        New error message
      include/my_pthread.h:
        Portability fix for windows
      myisam/mi_locking.c:
        Ensure that locking doesn't interfere with pread/pwrite on windows
      myisam/sort.c:
        checked with purecover
      mysys/mf_tempfile.c:
        Fix for windows
      mysys/my_lock.c:
        Ensure that locking doesn't interfere with pread/pwrite on windows
      mysys/my_winthread.c:
        Portability fix
      sql-bench/Results/ATIS-mysql-NT_4.0:
        New benchmark runs
      sql-bench/Results/RUN-mysql-NT_4.0:
        New benchmark runs
      sql-bench/Results/alter-table-mysql-NT_4.0:
        New benchmark runs
      sql-bench/Results/big-tables-mysql-NT_4.0:
        New benchmark runs
      sql-bench/Results/connect-mysql-NT_4.0:
        New benchmark runs
      sql-bench/Results/create-mysql-NT_4.0:
        New benchmark runs
      sql-bench/Results/insert-mysql-NT_4.0:
        New benchmark runs
      sql-bench/Results/select-mysql-NT_4.0:
        New benchmark runs
      sql-bench/Results/wisconsin-mysql-NT_4.0:
        New benchmark runs
      sql-bench/crash-me.sh:
        Fixed things for PostgreSQL
      sql-bench/limits/mysql-3.23.cfg:
        Update for new crash-me
      sql-bench/limits/mysql.cfg:
        Update for new crash-me
      sql-bench/print-limit-table:
        Fixed position for alter table rename
      sql-bench/test-insert.sh:
        Fix for PostgreSQL
      sql/field.cc:
        Fix for default values in CREATE ... SELECT
      sql/field.h:
        Fix for default values in CREATE ... SELECT
      sql/log.cc:
        Fixed typo
      sql/log_event.cc:
        Portability fix
      sql/mysqlbinlog.cc:
        Portability fix
      sql/mysqld.cc:
        Don't turn of concurrent insert with --skip-new or --safe
      sql/sql_base.cc:
        Portability fix
      sql/sql_class.cc:
        Portability fix
      sql/sql_class.h:
        Portability fix
      sql/sql_parse.cc:
        Fix for --log-slow-queries
      sql/sql_repl.cc:
        Portability fixes
      sql/sql_select.cc:
        Fixed optimizer bug for LEFT JOIN
      sql/sql_select.h:
        Fixed optimizer bug for LEFT JOIN
      sql/sql_table.cc:
        Fix for default values in CREATE ... SELECT
      sql/sql_yacc.yy:
        Added optional AS to: CREATE TABLE foo [ AS ] SELECT ...
      518a621a
  9. 10 Oct, 2000 3 commits
    • unknown's avatar
      Portability fixes · f4d7717c
      unknown authored
      Docs/manual.texi:
        Update for Access 2000
      extra/perror.c:
        Added --silent
      include/my_pthread.h:
        Patch for windows
      scripts/safe_mysqld.sh:
        Fix of bug in --patch
      sql/sql_lex.cc:
        Allow numbers of type 1e1
      sql/sql_string.h:
        Safety fix
      sql/sql_table.cc:
        Portability fix
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      f4d7717c
    • unknown's avatar
      Automatic repair of MyISAM tables + portability fixes · da536688
      unknown authored
      Docs/manual.texi:
        Changes for 3.23 and change Ansi mode -> ANSI mode
      include/my_base.h:
        Automatic repair of MyISAM tables
      include/myisam.h:
        Automatic repair of MyISAM tables
      myisam/ft_update.c:
        Portability fix
      myisam/mi_check.c:
        Automatic repair of MyISAM tables
      myisam/mi_open.c:
        Automatic repair of MyISAM tables
      myisam/myisamchk.c:
        Allow one to combine check with --old-repair
      myisam/sort.c:
        Fix for usage of IO_CACHE
      mysys/charset.c:
        Portability fixes
      mysys/default.c:
        Added --defaults-extra-dir
      mysys/mf_tempfile.c:
        Portability fixes
      mysys/my_init.c:
        Remove compiler warning
      mysys/my_pread.c:
        Remove compiler warning
      sql-bench/server-cfg.sh:
        New benchmark tests
      sql-bench/test-insert.sh:
        New benchmark tests
      sql/ha_myisam.cc:
        Automatic repair of MyISAM tables
      sql/ha_myisam.h:
        Automatic repair of MyISAM tables
      sql/handler.h:
        Automatic repair of MyISAM tables
      sql/lock.cc:
        Add missing free
      sql/log_event.cc:
        Portability fixes
      sql/sql_base.cc:
        Automatic repair of MyISAM tables
      sql/sql_select.h:
        Remove compiler warning
      sql/sql_table.cc:
        Clean up intendent
      sql/sql_yacc.yy:
        New syntax for CHECK
      sql/table.cc:
        Automatic repair of MyISAM tables
      sql/table.h:
        Automatic repair of MyISAM tables
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      da536688
    • unknown's avatar
      SET OPTION SQL_QUOTE_SHOW_CREATE = 0 | 1 · 5762523b
      unknown authored
      It makes SHOW CREATE TABLE to quote table and column names.
      This is ON by default !
      
      
      configure.in:
        REAL fix for mkstemp()
      sql/lex.h:
        SET OPTION SQL_QUOTE_SHOW_CREATE = 0 | 1
      sql/sql_yacc.yy:
        SET OPTION SQL_QUOTE_SHOW_CREATE = 0 | 1
      sql/mysql_priv.h:
        SET OPTION SQL_QUOTE_SHOW_CREATE = 0 | 1
      sql/mysqld.cc:
        SET OPTION SQL_QUOTE_SHOW_CREATE = 0 | 1
      sql/sql_show.cc:
        SET OPTION SQL_QUOTE_SHOW_CREATE = 0 | 1
      Docs/manual.texi:
        SET OPTION SQL_QUOTE_SHOW_CREATE = 0 | 1
      5762523b
  10. 09 Oct, 2000 2 commits
  11. 08 Oct, 2000 2 commits
    • unknown's avatar
      Oops - forgot to add files to bk · 48695081
      unknown authored
      sql/opt_ft.cc:
        Change mode to -rw-rw-r--
      sql/opt_ft.h:
        Change mode to -rw-rw-r--
      48695081
    • unknown's avatar
      Docs/manual.texi · 9e7f2c9f
      unknown authored
          replication updates
      sql/opt_range.h
          fixed compiler warning
      sql/slave.cc
          fixed handling of long usernames
          fixed insert_id + query log event processing atomicity in the case
          of slave death
          fix edcharset coversion to not be global to all threads
      sql/sql_class.h
          fix to make insert_id event and the subsequent query event be still processed
          atomically if slave dies in the middle
      sql/sql_select.cc
          temp fix to make it compile 
      repl-tests/test-auto-inc/run.test@1.1
          New BitKeeper file ``repl-tests/test-auto-inc/run.test''
      repl-tests/test-auto-inc/x.master@1.1
          New BitKeeper file ``repl-tests/test-auto-inc/x.master''
      
      
      
      Docs/manual.texi:
        replication updates
      sql/opt_range.h:
        fixed compiler warning
      sql/slave.cc:
        fixed handling of long usernames
        fixed insert_id + query log event processing atomicity in the case
        of slave death
        fix edcharset coversion to not be global to all threads
      sql/sql_class.h:
        fix to make insert_id event and the subsequent query event be still processed
        atomically if slave dies in the middle
      sql/sql_select.cc:
        temp fix to make it compile
      9e7f2c9f
  12. 07 Oct, 2000 2 commits
  13. 06 Oct, 2000 1 commit
    • unknown's avatar
      DISTINCT optimization · 6991b70c
      unknown authored
      Fixes when using column privileges
      Manual updates
      
      
      Docs/manual.texi:
        Comments from MySQL training + distinct optimization
      extra/my_print_defaults.c:
        Added --defaults-extra-file
      include/my_sys.h:
        Added --defaults-extra-file
      mysys/default.c:
        Added --defaults-extra-file
      sql/sql_acl.cc:
        Tables with only column privileges didn't show up in SHOW GRANTS or SHOW TABLES
      sql/sql_select.cc:
        DISTINCT optimization
      sql/sql_select.h:
        DISTINCT optimization
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      6991b70c
  14. 05 Oct, 2000 1 commit
    • unknown's avatar
      sql/log.cc · 7e52afcd
      unknown authored
          Added magic number to binlog
      sql/log_event.cc
          distinquish bogus data from truncated logs
      sql/log_event.h
          added magic number
          added LOG_READ_TRUNC error
      sql/mysqlbinlog.cc
          fixed to handle magic number
          added O_BINARY to my_fopen
      sql/mysqld.cc
          added code for replicate-rewrite-db
      sql/slave.cc
          replicate-rewrite-db
          O_BINARY
          handle magic
      sql/sql_class.h
          added i_string_pair class
      sql/sql_repl.cc
          added magic
          better error messages
      support-files/magic
          added magic for binlog
      
      Added test case for replication of queries with error
      
      
      sql/log.cc:
        Added magic number to binlog
      sql/log_event.cc:
        distinquish bogus data from truncated logs
      sql/log_event.h:
        added magic number
        added LOG_READ_TRUNC error
      sql/mysqlbinlog.cc:
        fixed to handle magic number
        added O_BINARY to my_fopen
      sql/mysqld.cc:
        added code for replicate-rewrite-db
      sql/slave.cc:
        replicate-rewrite-db
        O_BINARY
        handle magic
      sql/sql_class.h:
        added i_string_pair class
      sql/sql_repl.cc:
        added magic
        better error messages
      support-files/magic:
        added magic for binlog
      7e52afcd
  15. 04 Oct, 2000 5 commits
    • unknown's avatar
      Fixed bug in how FAST and CHANGED worked · 295c3d1f
      unknown authored
      Docs/manual.texi:
        Removed bugs from manual; Updated CHECK TABLE
      295c3d1f
    • unknown's avatar
      Small fixes · affe94dc
      unknown authored
      configure.in:
        Fix for mkstemp
      libmysql/Makefile.shared:
        Fix for mkstemp
      myisam/mi_open.c:
        Added more debug info
      mysys/mf_tempfile.c:
        Fixed type
      sql/sql_repl.cc:
        Added missing header file
      affe94dc
    • unknown's avatar
      Portability fixes · fc78fef7
      unknown authored
      Docs/manual.texi:
        Updates in the links sections
      config.guess:
        Added fixes for Darwin
      config.sub:
        Added fixes for Darwin
      configure.in:
        Added fixes for Darwin
      extra/my_print_defaults.c:
        Fixed typo
      include/my_pthread.h:
        Added fixes for Darwin
      ltconfig:
        Portability fix
      myisam/mi_check.c:
        Make myisamchk more silent
      mysys/Makefile.am:
        Added mf_tempfile.c
      mysys/mf_cache.c:
        Remove not used parts
      mysys/mf_tempfile.c:
        Fix for Solaris
      sql/log.cc:
        Fix for Windows
      sql/sql_cache.cc:
        Fix for Darwin
      sql/sql_show.cc:
        Fix for temporary tables
      strings/strtol.c:
        Fix for Darwin
      support-files/mysql.spec.sh:
        Fix for documentation files that are installed compressed
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      fc78fef7
    • unknown's avatar
      sql_table.cc key length limit check disabled for FULLTEXT · 674eea5f
      unknown authored
      ft_parser.c	Nasty buffer overflow fixed
      
      
      myisam/ft_parser.c:
        Nasty buffer overflow fixed
      sql/sql_table.cc:
        key length limit check disabled for FULLTEXT
      674eea5f
    • unknown's avatar
      fixed mutex bug ( or lack of it) when reading log entries on COM_BINLOG_DUMP · cfc4a2e7
      unknown authored
      added error_code to query event, and checking to see if we get the
      expected error on the slave
      removed obsolete code from slave.cc
      
      
      sql/log_event.cc:
        added mutex as an argument to FILE read_log_event functions
      sql/log_event.h:
        added error_code for the query event
      sql/mysqlbinlog.cc:
        fix for new form of read_log_event
      sql/slave.cc:
        removed obsolte code with fetch nx table
        added check to see if the query runs with the same error on the slave
        as it did on the master
      sql/sql_repl.cc:
        fixed mutex problem around read_log_event
      cfc4a2e7
  16. 03 Oct, 2000 1 commit
    • unknown's avatar
      First part of automatic repair of MyISAM tables. · 63b7b45f
      unknown authored
      Error on full disk on repair.
      SIGHUP signal handling.
      Update with keys on timestamp
      Portability fixes
      
      
      Docs/manual.texi:
        Added documentation about automatic repair of MyISAM tables
      client/mysql.cc:
        Remove usage of tempnam.
      include/my_sys.h:
        Added create_temp_file
      include/myisam.h:
        Fix for disk full on repair
      myisam/mi_check.c:
        Fix for disk full on repair
      myisam/sort.c:
        Fix for disk full on repair & removed usage of tempnam()
      mysys/mf_cache.c:
        Remove usage of tempnam()
      mysys/mf_dirname.c:
        Changed convert_dirname to return end 0
      mysys/my_fopen.c:
        Security fixes
      mysys/my_tempnam.c:
        remove blanks
      readline/bind.c:
        Portability fixes
      readline/complete.c:
        Portability fixes
      readline/histexpand.c:
        Portability fixes
      readline/input.c:
        Portability fixes
      readline/search.c:
        Portability fixes
      readline/shell.c:
        Portability fixes
      readline/terminal.c:
        Portability fixes
      readline/tilde.c:
        Portability fixes
      readline/undo.c:
        Portability fixes
      regex/cname.h:
        Portability fixes
      regex/debug.c:
        Portability fixes
      regex/main.c:
        Portability fixes
      regex/regcomp.c:
        Portability fixes
      regex/regerror.c:
        Portability fixes
      sql/filesort.cc:
        Remove dummy code
      sql/ha_myisam.cc:
        Automatic repair of MyISAM tables
      sql/ha_myisam.h:
        Automatic repair of MyISAM tables
      sql/handler.cc:
        Automatic repair of MyISAM tables
      sql/handler.h:
        Automatic repair of MyISAM tables
      sql/key.cc:
        Fix for UPDATE with key on timestamp column
      sql/mysql_priv.h:
        Automatic repair of MyISAM tables
      sql/mysqld.cc:
        Automatic repair of MyISAM tables & signal SIGHUP handling
      sql/sql_base.cc:
        Automatic repair of MyISAM tables
      sql/sql_class.cc:
        Automatic repair of MyISAM tables
      sql/sql_class.h:
        Fix for insert with reference to columns
      sql/sql_insert.cc:
        Fix for insert with reference to columns
      sql/table.cc:
        Automatic repair of MyISAM tables
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      63b7b45f
  17. 02 Oct, 2000 3 commits
  18. 29 Sep, 2000 1 commit
    • unknown's avatar
      bug fixes in server-id, moved replication functionality to · e52e3167
      unknown authored
      sql_repl.* will push this one, since the replication code now works
      
      
      repl-tests/test-dump/run.test:
        added slave/master reset
      sql/Makefile.am:
        added sql_repl.*
      sql/log_event.cc:
        moved #defines to log_event.h
      sql/log_event.h:
        moved #defines from log_event.cc
      sql/mysql_priv.h:
        added LOCK_server_id
      sql/mysqlbinlog.cc:
        added server id
      sql/mysqld.cc:
        added mutex_init for LOCK_server_id
      sql/slave.cc:
        added server_id to COM_BINLOG_DUMP
      sql/sql_base.cc:
        moved replication code to sql_repl.*
      sql/sql_parse.cc:
        moved replication code to sql_repl.*
      e52e3167
  19. 28 Sep, 2000 2 commits
    • unknown's avatar
      This one will not be pushed, I am committing to be able to pull in Monty's changes · af033a32
      unknown authored
      added server id, mostly working
      added --skip-slave-start, working
      added --replicate-rewrite-db - just in the cmd line parses, currently noop
      
      
      sql/log_event.cc:
        added server id
      sql/log_event.h:
        added server id
      sql/mysql_priv.h:
        server id
      sql/mysqlbinlog.cc:
        server id
      sql/mysqld.cc:
        server id, --skip-slave-start, --replicate-rewrite-db
      sql/share/romanian/errmsg.sys:
        somehow got touched and bk thinks it is modified
      sql/slave.cc:
        server id, fixed typo in error message, cleaned up
      sql/sql_class.cc:
        server id in THD
      sql/sql_class.h:
        server id in THD
      af033a32
    • unknown's avatar
      Fixed indention, removed compiler varnings and fixed a bug · c33289a3
      unknown authored
      in FULLTEXT indexes.
      
      
      Docs/manual.texi:
        Removed some @ifset nushere tags which crashed the manual
        when using emacs
      client/mysql-test.c:
        ***MISSING WEAVE***
      heap/hp_test2.c:
        Removed compiler warnings
      isam/pack_isam.c:
        Removed compiler warnings
      isam/update.c:
        Removed compiler warnings
      myisam/ft_parser.c:
        cleanup
      myisam/ft_update.c:
        Fixed crash when inserting a blob which was NULL
      myisam/mi_check.c:
        -e continues checking of other keys on error
      myisam/mi_rkey.c:
        cleanup
      myisam/myisamchk.c:
        cleanup
      myisam/myisamlog.c:
        Added use of rnd to make things more predictable
      myisammrg/myrg_rkey.c:
        Removed compiler warnings
      mysys/mf_pack.c:
        cleanup
      mysys/my_fstream.c:
        cleanup
      sql/ha_berkeley.cc:
        cleanup
      sql/handler.cc:
        cleanup
      sql/item_func.cc:
        cleanup
      sql/item_func.h:
        cleanup
      sql/net_serv.cc:
        cleanup
      sql/slave.cc:
        cleanup
      sql/sql_class.cc:
        cleanup
      sql/sql_show.cc:
        cleanup
      c33289a3
  20. 27 Sep, 2000 1 commit
    • unknown's avatar
      Bigger ranges if set_maximum_open_files fails + fix for release · d9c70f5d
      unknown authored
      sql-bench/Results/ATIS-mysql-NT_4.0:
        new benchmark results
      sql-bench/Results/RUN-mysql-NT_4.0:
        new benchmark results
      sql-bench/Results/alter-table-mysql-NT_4.0:
        new benchmark results
      sql-bench/Results/big-tables-mysql-NT_4.0:
        new benchmark results
      sql-bench/Results/connect-mysql-NT_4.0:
        new benchmark results
      sql-bench/Results/create-mysql-NT_4.0:
        new benchmark results
      sql-bench/Results/insert-mysql-NT_4.0:
        new benchmark results
      sql-bench/Results/select-mysql-NT_4.0:
        new benchmark results
      sql-bench/Results/wisconsin-mysql-NT_4.0:
        new benchmark results
      sql/mysqld.cc:
        Bigger ranges if set_maximum_open_files fails
      d9c70f5d
  21. 26 Sep, 2000 1 commit
    • unknown's avatar
      Small fixes for release · b31f06a7
      unknown authored
      Docs/manual.texi:
        Update of file limits on windows
      myisam/mi_close.c:
        Fix for alter table on windows
      myisam/mi_extra.c:
        Fix for alter table on windows
      myisam/myisamlog.c:
        Corrected statistics information
      sql-bench/limits/mysql-3.23.cfg:
        Update to new crash-me
      sql-bench/limits/mysql.cfg:
        Update to new crash-me
      sql/sql_base.cc:
        Fix if end of memory
      sql/table.cc:
        Fix of new introduced index-handling bug
      b31f06a7