1. 29 Nov, 2000 7 commits
    • unknown's avatar
      More changes to mysql.server to make it fit in with the other · aa5540a4
      unknown authored
      tools.
      
      
      support-files/mysql.server.sh:
        - Look for basedir in /etc/my.cnf if my_print_defaults
          can't be found
        - use `@HOSTNAME@`.pid instead of mysqld.pid for
          pid_file, to match safe_mysqld
      aa5540a4
    • unknown's avatar
      Clean up safe_mysqld, mysql_install_db and mysql.server. They · d3cce712
      unknown authored
      should now work the way you expect them to (process command-line
      arguments consistently).
      
      
      scripts/mysql_install_db.sh:
        - use mysql_print_defaults instead of awk hack
        - actually pass unrecognized options to mysqld, instead of
          ignoring them
        - recognize a [mysql_install_db] section of my.cnf
        - general cleanup
      scripts/safe_mysqld.sh:
        - handle a relative pid-file the same way mysqld does
      support-files/mysql.server.sh:
        - use mysql_print_defaults instead of awk hack
        - recognize a [mysql_server] section of my.cnf
        - handle a relative pid-file the same way mysqld does
        - general cleanup
      Docs/manual.texi:
        - News item: safe_mysqld, mysql.server and mysql_install_db have
          been modified
      d3cce712
    • unknown's avatar
      Merge · ef2356d6
      unknown authored
      ef2356d6
    • unknown's avatar
      item_func.cc bug with several fulltext indexes fixed · d8a4ee0d
      unknown authored
      
      sql/item_func.cc:
        bug with several fulltext indexes fixed
      d8a4ee0d
    • unknown's avatar
      manual.texi Added mirror in Chile. · e16dda90
      unknown authored
      
      Docs/manual.texi:
        Added mirror in Chile.
      e16dda90
    • unknown's avatar
      New vio file · 98501ade
      unknown authored
      98501ade
    • unknown's avatar
      Fixed bug in 'drop table' · 2c036ff7
      unknown authored
      Portability fixes
      
      
      sql-bench/bench-init.pl.sh:
        Change mode to -rw-rw-r--
      sql-bench/compare-results.sh:
        Change mode to -rw-rw-r--
      sql-bench/run-all-tests.sh:
        Change mode to -rw-rw-r--
      sql-bench/test-ATIS.sh:
        Change mode to -rw-rw-r--
      sql-bench/test-alter-table.sh:
        Change mode to -rw-rw-r--
      sql-bench/test-big-tables.sh:
        Change mode to -rw-rw-r--
      sql-bench/test-connect.sh:
        Change mode to -rw-rw-r--
      sql-bench/test-create.sh:
        Change mode to -rw-rw-r--
      sql-bench/test-select.sh:
        Change mode to -rw-rw-r--
      sql-bench/test-wisconsin.sh:
        Change mode to -rw-rw-r--
      Docs/manual.texi:
        Added documentation for perror
      myisam/mi_check.c:
        Portability fix
      mysql-test/chew_on_this/select.res:
        ***MISSING WEAVE***
      scripts/mysqlhotcopy.sh:
        Added --noindices
      sql-bench/Results/ATIS-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark results
      sql-bench/Results/RUN-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark results
      sql-bench/Results/alter-table-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark results
      sql-bench/Results/big-tables-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark results
      sql-bench/Results/connect-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark results
      sql-bench/Results/create-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark results
      sql-bench/Results/insert-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark results
      sql-bench/Results/select-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark results
      sql-bench/Results/wisconsin-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark results
      sql-bench/copy-db.sh:
        Changed multi_value_insert -> insert_multi_value
      sql-bench/crash-me.sh:
        Changed multi_value_insert -> insert_multi_value
      sql-bench/limits/Adabas.cfg:
        Changed multi_value_insert -> insert_multi_value
      sql-bench/limits/access.cfg:
        Changed multi_value_insert -> insert_multi_value
      sql-bench/limits/access_odbc.cfg:
        Changed multi_value_insert -> insert_multi_value
      sql-bench/limits/frontbase.cfg:
        Changed multi_value_insert -> insert_multi_value
      sql-bench/limits/interbase.cfg:
        Changed multi_value_insert -> insert_multi_value
      sql-bench/limits/mimer.cfg:
        Changed multi_value_insert -> insert_multi_value
      sql-bench/limits/ms-sql.cfg:
        Changed multi_value_insert -> insert_multi_value
      sql-bench/limits/msql.cfg:
        Changed multi_value_insert -> insert_multi_value
      sql-bench/limits/mysql-3.22.cfg:
        Changed multi_value_insert -> insert_multi_value
      sql-bench/limits/mysql-3.23.cfg:
        Changed multi_value_insert -> insert_multi_value
      sql-bench/limits/mysql.cfg:
        Changed multi_value_insert -> insert_multi_value
      sql-bench/limits/oracle.cfg:
        Changed multi_value_insert -> insert_multi_value
      sql-bench/limits/pg.cfg:
        Changed multi_value_insert -> insert_multi_value
      sql-bench/print-limit-table:
        Better groups
      sql-bench/server-cfg.sh:
        Changed multi_value_insert -> insert_multi_value
      sql-bench/test-insert.sh:
        Changed multi_value_insert -> insert_multi_value
      sql/ha_myisam.cc:
        Added warning of number of rows changed in optimize
      sql/mysqlbinlog.cc:
        Portability fix
      sql/mysqld.cc:
        Changed mysqld to take less stack and safer shutdown
      sql/share/swedish/errmsg.OLD:
        update
      sql/sql_base.cc:
        Fixed 'drop table' bug
      sql/sql_parse.cc:
        Fixed bug in 'TRUNCATE'
      sql/sql_show.cc:
        Don't lock keycache when you do 'show variables'
      2c036ff7
  2. 28 Nov, 2000 15 commits
    • unknown's avatar
      mysql_priv.h manager_status is volatile · 2c660371
      unknown authored
      sql_manager.cc	manager_status is volatile
      
      
      sql/mysql_priv.h:
        manager_status is volatile
      sql/sql_manager.cc:
        manager_status is volatile
      2c660371
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 53c0d95e
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/work
      
      
      Docs/manual.texi:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      53c0d95e
    • unknown's avatar
      Merge · c1fdd5b5
      unknown authored
      
      sql/ha_myisam.cc:
        merged
      sql/share/russian/errmsg.txt:
        merged
      c1fdd5b5
    • unknown's avatar
      errmsg.txt translated · b865c72a
      unknown authored
      opt_range.h	bugs with const_tables and filesort fixed
      opt_range.cc	bugs with const_tables and filesort fixed
      item_func.cc	bugs with const_tables and filesort fixed
      ha_myisam.h	bugs with const_tables and filesort fixed
      ha_myisam.cc	bugs with const_tables and filesort fixed
      ft_search.c	bugs with const_tables and filesort fixed
      
      
      myisam/ft_search.c:
        bugs with const_tables and filesort fixed
      sql/ha_myisam.cc:
        bugs with const_tables and filesort fixed
      sql/ha_myisam.h:
        bugs with const_tables and filesort fixed
      sql/item_func.cc:
        bugs with const_tables and filesort fixed
      sql/opt_range.cc:
        bugs with const_tables and filesort fixed
      sql/opt_range.h:
        bugs with const_tables and filesort fixed
      sql/share/russian/errmsg.txt:
        translated
      b865c72a
    • unknown's avatar
      manual.texi Fixed another bad URL. · 6fbd5b89
      unknown authored
      
      Docs/manual.texi:
        Fixed another bad URL.
      6fbd5b89
    • unknown's avatar
      Merge · 12bf653d
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      12bf653d
    • unknown's avatar
      manual.texi Fixed bad crash-me uref. · 03efd1f7
      unknown authored
      
      Docs/manual.texi:
        Fixed bad crash-me uref.
      03efd1f7
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · f50b95d2
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      f50b95d2
    • unknown's avatar
      pointer casts -> int4store() · c5a80386
      unknown authored
      added error code to master failed connect message
      
      
      BitKeeper/etc/ignore:
        Added libmysql_r/acconfig.h libmysql_r/array.c libmysql_r/bchange.c libmysql_r/bmove.c libmysql_r/bmove_upp.c libmysql_r/charset.c libmysql_r/conf_to_src.c libmysql_r/ctype_autoconf.c libmysql_r/ctype-big5.c libmysql_r/ctype.c libmysql_r/ctype-czech.c libmysql_r/ctype-euc_kr.c libmysql_r/ctype-gb2312.c libmysql_r/ctype-gbk.c libmysql_r/ctype-sjis.c libmysql_r/ctype-tis620.c libmysql_r/ctype-ujis.c libmysql_r/dbug.c libmysql_r/default.c libmysql_r/dll.c libmysql_r/errmsg.c libmysql_r/errors.c libmysql_r/getopt1.c libmysql_r/getopt.c libmysql_r/get_password.c libmysql_r/getvar.c libmysql_r/int2str.c libmysql_r/is_prefix.c libmysql_r/libmysql.c libmysql_r/list.c libmysql_r/llstr.c libmysql_r/longlong2str.c libmysql_r/mf_casecnv.c libmysql_r/mf_dirname.c libmysql_r/mf_fn_ext.c libmysql_r/mf_format.c libmysql_r/mf_loadpath.c libmysql_r/mf_pack.c libmysql_r/mf_path.c libmysql_r/mf_tempfile.c libmysql_r/mf_unixpath.c libmysql_r/mf_wcomp.c libmysql_r/mulalloc.c libmysql_r/my_alloc.c libmysql_r/my_compress.c libm
      sql/share/romanian/errmsg.sys:
        touched again
      sql/slave.cc:
        print error code on failed connects
      sql/sql_base.cc:
        use int4store() instead of direct ponter casts
      libmysql_r/acconfig.h:
        ***MISSING WEAVE***
      c5a80386
    • unknown's avatar
      mysqld.cc minor formatting change · 289244ac
      unknown authored
      
      sql/mysqld.cc:
        minor formatting change
      289244ac
    • unknown's avatar
      Merged · 6f874f5b
      unknown authored
      
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      6f874f5b
    • unknown's avatar
      Fixed typo · 2e3896ec
      unknown authored
      2e3896ec
    • unknown's avatar
      Merge work:/home/bk/mysql into narttu.mysql.fi:/my/bk/mysql · 6210a546
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      6210a546
    • unknown's avatar
      New thr_alarm struct for better integration with OS2 · 746f0b3b
      unknown authored
      Run bootstrap in separate thread
      Fix bug in FLUSH TABLES table_name
      
      
      Docs/manual.texi:
        Updated ChangeLog
      client/mysql.cc:
        Added info about compressed protocol
      include/getopt.h:
        Fix for OS2
      include/global.h:
        Fix for OS2
      include/my_sys.h:
        Fix for OS2
      include/mysql_com.h:
        Fix for OS2
      include/thr_alarm.h:
        Cleanup up alarm struct for OS2 port
      isam/isamchk.c:
        Fix for OS2
      libmysql/libmysql.c:
        cleanup
      libmysql/net.c:
        Use new thr_alarm
      libmysql/violite.c:
        Fix for OS2
      myisam/ChangeLog:
        Changes
      myisam/mi_create.c:
        Use less stack
      myisam/myisamchk.c:
        Fix for OS2
      mysys/default.c:
        Fix for OS2
      mysys/getopt.c:
        Fix for OS2
      mysys/mf_format.c:
        Safety
      mysys/mf_path.c:
        Fix for OS2
      mysys/my_create.c:
        Fix for OS2
      mysys/my_lock.c:
        Fix for OS2
      mysys/my_open.c:
        Fix for OS2
      mysys/thr_alarm.c:
        Use new thr_alarm struct
      readline/input.c:
        Fix for OS2
      readline/rltty.c:
        Fix for OS2
      sql/ha_myisam.cc:
        Remove unnecessary fn_format
      sql/my_lock.c:
        Use new thr_alarm
      sql/mysql_priv.h:
        Changed bootstrap to run in separate thread to avoid problem with
        small stack
      sql/mysqld.cc:
        Changed bootstrap to run in separate thread to avoid problem with
        small stack
      sql/net_serv.cc:
        Use new thr_alarm
      sql/sql_base.cc:
        Fix problem with FLUSH TABLE table_name
      sql/sql_class.cc:
        Fix for new bootstrap
      sql/sql_class.h:
        cleanup
      sql/sql_delete.cc:
        cleanup
      sql/sql_load.cc:
        Fix for OS2
      sql/sql_parse.cc:
        Changed bootstrap to run in separate thread to avoid problem with
        small stack
      sql/sql_select.cc:
        Reset used structure elements
      sql/sql_table.cc:
        For OS2
      sql/violite.c:
        For OS2
      746f0b3b
    • unknown's avatar
      manual.texi more berkeley db documentation · 5099740e
      unknown authored
      
      Docs/manual.texi:
        more berkeley db documentation
      5099740e
  3. 27 Nov, 2000 10 commits
    • unknown's avatar
      acinclude.m4 fix spelling in help: berkely -> berkeley · cb51c657
      unknown authored
      
      acinclude.m4:
        fix spelling in help: berkely -> berkeley
      cb51c657
    • unknown's avatar
      Generalize handle_flush thread to also handle various management · 8f3dfc8d
      unknown authored
      tasks for different handlers.  Add a callback from berkeley db to
      delete log files that are no longer needed.
      
      
      configure.in:
        enable berkeley dbugging when --with-debug is on
      sql/Makefile.am:
        change handle_flush to a general maintenance manager thread
      sql/mysql_priv.h:
        change handle_flush to a general maintenance manager thread
      sql/mysqld.cc:
        change handle_flush to a general maintenance manager thread
      sql/ha_berkeley.cc:
        add callback to delete unneeded log files
      8f3dfc8d
    • unknown's avatar
      Merge nusphere@work.mysql.com:/home/bk/mysql · a453c30c
      unknown authored
      into nslinuxw2.bedford.progress.com:/users/devp/yfaktoro/bk/local
      
      
      Docs/manual.texi:
        Auto merged
      a453c30c
    • unknown's avatar
      Howard's grammar changes · 74527c00
      unknown authored
      74527c00
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · d95ec597
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      d95ec597
    • unknown's avatar
      manual.texi Added two mirrors in Asia. · 241e2538
      unknown authored
      
      Docs/manual.texi:
        Added two mirrors in Asia.
      241e2538
    • unknown's avatar
      Merge work:/home/bk/mysql · 2c8926ec
      unknown authored
      into evoq.home.mwagner.org:/home/mwagner/work/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      2c8926ec
    • unknown's avatar
      manual.texi developer@lists -> internals@lists email address. · aa50fe94
      unknown authored
      
      Docs/manual.texi:
        developer@lists -> internals@lists email address.
      aa50fe94
    • unknown's avatar
      merge · 2700d283
      unknown authored
      
      sql/slave.cc:
        Auto merged
      Docs/manual.texi:
        Merge
      2700d283
    • unknown's avatar
      Added connect_timeout and fix for transactions per statement · 1b337e01
      unknown authored
      
      BitKeeper/deleted/.del-ATIS-mysql-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ATIS-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ATIS-mysql-Linux_2.2.1_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ATIS-mysql_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ATIS-pg-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ATIS-pg_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql-Linux_2.2.1_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-pg-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-pg_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-alter-table-mysql-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-alter-table-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-alter-table-mysql-Linux_2.2.1_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-alter-table-mysql_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-alter-table-pg-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-alter-table-pg_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql-Linux_2.2.1_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-pg-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-pg_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql-Linux_2.2.1_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-pg-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-pg_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql-Linux_2.2.1_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-pg-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-pg_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql-Linux_2.2.1_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-pg-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-pg_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql-Linux_2.2.1_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-pg-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-pg_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_2.2.1_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-pg-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-pg_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ATIS-mysql-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ATIS-mysql-Linux_dynamic:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ATIS-mysql-Linux_pgcc:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ATIS-mysql-Linux_static:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ATIS-mysql_fast-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ATIS-mysql_local_tcp-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ATIS-mysql_new-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql-Linux_dynamic:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql-Linux_pgcc:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql-Linux_static:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql_fast-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql_local_tcp-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql_new-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql-Linux_dynamic:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql-Linux_pgcc:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql-Linux_static:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql_fast-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql_local_tcp-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql_new-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql-Linux_dynamic:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql-Linux_pgcc:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql-Linux_static:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql_fast-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql_local_tcp-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql_new-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql-Linux_dynamic:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql-Linux_pgcc:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql-Linux_static:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql_fast-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql_local_tcp-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql_new-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql-Linux_dynamic:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql-Linux_pgcc:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql-Linux_static:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql_fast-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql_local_tcp-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql_new-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql-Linux_dynamic:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql-Linux_pgcc:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql-Linux_static:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql_fast-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql_local_tcp-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql_new-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_dynamic:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_pgcc:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_static:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql_fast-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql_local_tcp-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql_new-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      Docs/Makefile.am:
        Removed manual.pdf from the standard distribution
      Docs/manual.texi:
        Updated table maintaince and timeouts
      Makefile.am:
        Added missing targets
      client/mysql.cc:
        Added -O connect_timeout
      client/mysqladmin.c:
        Added -O connect_timeout
      configure.in:
        3.23.29
      libmysql/libmysql.c:
        Added connect_timeout
      myisam/mi_check.c:
        Fixed warning i CHECK TABLE
      myisam/mi_create.c:
        cleanup
      sql-bench/bench-init.pl.sh:
        Updated version
      sql/ha_berkeley.cc:
        Fixed bug in transaction pre statement
      sql/sql_select.cc:
        removed 'explain' from slow query log
      support-files/mysql.server.sh:
        Added locks
      1b337e01
  4. 26 Nov, 2000 2 commits
    • unknown's avatar
      yes, and a small change to log_event.h · 7648e3bc
      unknown authored
      
      sql/log_event.h:
        thread_id needs to be ulong
      sql/sql_base.cc:
        log drop of temp tables after disconnect
        add info about original thread on the master to table_cache_key
      7648e3bc
    • unknown's avatar
      Fixed temp tables to work with replication. It will not work if you stop the slave · c3cc5856
      unknown authored
      while slave thread has temp tables - not hard to fix though, but it is time to go to bed
      
      added a new test case for temp table replication and Slave_open_temp_tables
      status variable.
      
      Misc fixes
      
      
      client/mysqltest.c:
        added disconnect command
      mysql-test/create-test-result:
        fixed bugs so it actually works
      mysql-test/t/include/master-slave.inc:
        establish alternate connections to master and slave
      sql/mysql_priv.h:
        Slave_open_temp_tables
      sql/mysqlbinlog.cc:
        fixed a bug in reading local binlogs
      sql/mysqld.cc:
        added Slave_open_temp_tables status variable
      sql/slave.cc:
        fixed freed memory reference in the error message
      sql/sql_class.cc:
        slave_proxy_id
      sql/sql_class.h:
        slave_proxy_id
      sql/sql_parse.cc:
        small optimization - reorder eval in &&
      BitKeeper/etc/ignore:
        Added mysql-test/r/3.23/rpl000001.b.result.reject mysql-test/r/3.23/rpl000012.result.reject to the ignore list
      sql/sql_table.cc:
        added THD arg to rename_temporary_table
      sql/unireg.h:
        the table_cache_key is now 4 bytes longer
      c3cc5856
  5. 25 Nov, 2000 6 commits