1. 29 Nov, 2000 1 commit
    • unknown's avatar
      Fixed bug in 'drop table' · 70e4e448
      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'
      70e4e448
  2. 28 Nov, 2000 15 commits
    • unknown's avatar
      mysql_priv.h manager_status is volatile · 5f3c019a
      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
      5f3c019a
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 562a6de8
      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
      562a6de8
    • unknown's avatar
      Merge · f1e6c99b
      unknown authored
      
      sql/ha_myisam.cc:
        merged
      sql/share/russian/errmsg.txt:
        merged
      f1e6c99b
    • unknown's avatar
      errmsg.txt translated · b8c91f58
      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
      b8c91f58
    • unknown's avatar
      manual.texi Fixed another bad URL. · f012e34d
      unknown authored
      
      Docs/manual.texi:
        Fixed another bad URL.
      f012e34d
    • unknown's avatar
      Merge · bbfc52aa
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      bbfc52aa
    • unknown's avatar
      manual.texi Fixed bad crash-me uref. · accc3f1f
      unknown authored
      
      Docs/manual.texi:
        Fixed bad crash-me uref.
      accc3f1f
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 4c2f946d
      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
      4c2f946d
    • unknown's avatar
      pointer casts -> int4store() · 0f9e884d
      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***
      0f9e884d
    • unknown's avatar
      mysqld.cc minor formatting change · 367a23f6
      unknown authored
      
      sql/mysqld.cc:
        minor formatting change
      367a23f6
    • unknown's avatar
      Merged · 40fb6d21
      unknown authored
      
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      40fb6d21
    • unknown's avatar
      Fixed typo · 48c227c7
      unknown authored
      48c227c7
    • unknown's avatar
      Merge work:/home/bk/mysql into narttu.mysql.fi:/my/bk/mysql · 36a48dc8
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      36a48dc8
    • unknown's avatar
      New thr_alarm struct for better integration with OS2 · 5f1267ba
      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
      5f1267ba
    • unknown's avatar
      manual.texi more berkeley db documentation · ca79141c
      unknown authored
      
      Docs/manual.texi:
        more berkeley db documentation
      ca79141c
  3. 27 Nov, 2000 10 commits
    • unknown's avatar
      acinclude.m4 fix spelling in help: berkely -> berkeley · 5ad19d70
      unknown authored
      
      acinclude.m4:
        fix spelling in help: berkely -> berkeley
      5ad19d70
    • unknown's avatar
      Generalize handle_flush thread to also handle various management · d6d6497c
      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
      d6d6497c
    • unknown's avatar
      Merge nusphere@work.mysql.com:/home/bk/mysql · 9a05b11d
      unknown authored
      into nslinuxw2.bedford.progress.com:/users/devp/yfaktoro/bk/local
      
      
      Docs/manual.texi:
        Auto merged
      9a05b11d
    • unknown's avatar
      Howard's grammar changes · 366608dc
      unknown authored
      366608dc
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 824f5e9e
      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
      824f5e9e
    • unknown's avatar
      manual.texi Added two mirrors in Asia. · 009d6452
      unknown authored
      
      Docs/manual.texi:
        Added two mirrors in Asia.
      009d6452
    • unknown's avatar
      Merge work:/home/bk/mysql · 4d01b8fd
      unknown authored
      into evoq.home.mwagner.org:/home/mwagner/work/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      4d01b8fd
    • unknown's avatar
      manual.texi developer@lists -> internals@lists email address. · f3d3bcc6
      unknown authored
      
      Docs/manual.texi:
        developer@lists -> internals@lists email address.
      f3d3bcc6
    • unknown's avatar
      merge · 39cf8de3
      unknown authored
      
      sql/slave.cc:
        Auto merged
      Docs/manual.texi:
        Merge
      39cf8de3
    • unknown's avatar
      Added connect_timeout and fix for transactions per statement · 2d73e191
      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
      2d73e191
  4. 26 Nov, 2000 2 commits
    • unknown's avatar
      yes, and a small change to log_event.h · 65c8c3a2
      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
      65c8c3a2
    • unknown's avatar
      Fixed temp tables to work with replication. It will not work if you stop the slave · 5fa4731e
      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
      5fa4731e
  5. 25 Nov, 2000 8 commits
    • unknown's avatar
      Merge work:/home/bk/mysql · 786d6493
      unknown authored
      into evoq.home.mwagner.org:/home/mwagner/work/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      786d6493
    • unknown's avatar
      manual.texi Added mirror; adjusted some uref's. · 162ca785
      unknown authored
      
      Docs/manual.texi:
        Added mirror; adjusted some uref's.
      162ca785
    • unknown's avatar
      Fixes to the newer ChangeLog entries in manual.texi. · 0c4d76c8
      unknown authored
      
      Docs/manual.texi:
        Fixes to the newer ChangeLog entries.
      0c4d76c8
    • unknown's avatar
      More fixes to Developer section of manual. · 5aa734b3
      unknown authored
      
      Docs/manual.texi:
        More fixes to Developer section.
      5aa734b3
    • unknown's avatar
      Merge jcole@work.mysql.com:/home/bk/mysql · 091146d0
      unknown authored
      into tetra.uu.net:/usr/home/jcole/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      091146d0
    • unknown's avatar
      Fixed up the Developer section of the manual. · a6a15778
      unknown authored
      
      Docs/manual.texi:
        Fixed up the Developer section.
      a6a15778
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 32ea94df
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        Auto converge
      32ea94df
    • unknown's avatar
      slave master.info FILE -> IO_CACHE · e56c9536
      unknown authored
      send_file() is more stack-friendly - changed large static buffer to alloc_root()
      fixed my_b_seek() to work with WRITE_CACHE
      test case to make sure the slave starts correctly after being stopped
      truncated words file so the replication tests will take less time
      
      
      mysql-test/r/3.23/rpl000001.b.result:
        truncated words file
      mysql-test/r/3.23/rpl000004.b.result:
        truncated words file
      mysql-test/std_data/words:
        truncated words file
      BitKeeper/etc/ignore:
        Added mysql-test/rpl000011.test mysql-test/var/lib/mysql-bin.007 sql/share/norwegian/errmsg.sys sql/share/norwegian-ny/errmsg.sys to the ignore list
      mysys/mf_iocache2.c:
        got my_b_seek() to work with WRITE_CACHE, at least the one used by the slave
      sql/share/romanian/errmsg.sys:
        accidently touched the file
      sql/slave.cc:
        converted FILE to IO_CACHE for master.info
      sql/slave.h:
        FILE -> IO_CACHE for master.info
      sql/sql_repl.cc:
        be nice to the stack - change a large stack buffer to be alloced with
        alloc_root in send_file()
      e56c9536
  6. 24 Nov, 2000 4 commits