1. 14 Mar, 2001 1 commit
    • unknown's avatar
      Fixed CLIENT_TRANSACTIONS define · c3d3bd29
      unknown authored
      Fixed bug in SHOW VARIABLES when using innobase tables
      
      
      Docs/manual.texi:
        Updated support prices and support information
      include/mysql_com.h:
        Fixed CLIENT_TRANSACTIONS define
      sql/mysqld.cc:
        Fixed bug in SHOW VARIABLES when using innobase tables
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      c3d3bd29
  2. 11 Mar, 2001 1 commit
    • unknown's avatar
      Added new tests to benchmark suite · 5de5710f
      unknown authored
      Docs/manual.texi:
        Updated some typos in the innobase section
      client/mysql.cc:
        Added print of field types (for debugging)
      client/mysqladmin.c:
        Added timeout for shutdown
      mysql-test/mysql-test-run.sh:
        Use timeout for shutdown
      sql-bench/test-select.sh:
        Added test of query cache and new tests for count(distinct)
      sql/ha_myisam.cc:
        Don't give warnings for RESTORE TABLE
      sql/mysqld.cc:
        Added printing of innobase options
      sql/sql_lex.cc:
        Fixed possible bug when OEM
      sql/sql_table.cc:
        cleanup
      5de5710f
  3. 09 Mar, 2001 1 commit
    • unknown's avatar
      Fixed wrong option in mysql_install_db · 6052a714
      unknown authored
      Added delayed_user for delayed_threads
      Don't use record cache when doing deletes
      
      
      Docs/manual.texi:
        Added link to activestate perl
      mysql-test/t/delayed.test:
        Added sleep for slow machines
      scripts/mysql_install_db.sh:
        Fixed wrong option
      sql-bench/crash-me.sh:
        Intialize some variables
      sql/mysql_priv.h:
        Added delayed_user for delayed_threads
      sql/mysqld.cc:
        Added delayed_user for delayed_threads
      sql/sql_class.cc:
        Added delayed_user for delayed_threads
      sql/sql_delete.cc:
        Don't use record cache when doing deletes
      sql/sql_insert.cc:
        Added delayed_user for delayed_threads
      tests/fork3_test.pl:
        Added periodic check/repair of table
      6052a714
  4. 08 Mar, 2001 1 commit
    • unknown's avatar
      Changed --with-innobase-db to --with-innobase · 5861a962
      unknown authored
      Updated manual about INNOBASE and BDB
      
      
      BUILD/SETUP.sh:
        Added --print as alias for --just-print
      BUILD/compile-pentium-debug:
        Changed --with-innobase-db to --with-innobase
      BUILD/compile-pentium:
        Changed --with-innobase-db to --with-innobase
      Build-tools/Do-all-build-steps:
        Changed --with-innobase-db to --with-innobase
      Docs/manual.texi:
        Added that BDB and INNBASE is included in the source distribution
      sql/mysqld.cc:
        Fixed typo
      support-files/maxsql.spec.sh:
        Changed --with-innobase-db to --with-innobase
      support-files/mysql.spec.sh:
        Changed --with-innobase-db to --with-innobase
      5861a962
  5. 07 Mar, 2001 1 commit
    • unknown's avatar
      Fixed test cases for innobase · 080298cf
      unknown authored
      Fixed bug introduced with last ORDER BY optimization
      Changed log position to longlong to avoid warnings.
      
      
      Docs/manual.texi:
        Update for innobase
      mysql-test/r/innobase.result:
        Fixed test cases
      mysql-test/t/bdb.test:
        Removed not used tables
      mysql-test/t/innobase.test:
        Fixed test cases
      sql/field.h:
        Fixed bug introduced with last ORDER BY optimization
      sql/ha_berkeley.cc:
        Fixed bug when index_init() was called twice.
      sql/mysql_priv.h:
        Added option to not get stack trace (when using gdb)
      sql/mysqld.cc:
        Added option to not get stack trace (when using gdb)
      sql/slave.cc:
        Changed log position to longlong to avoid warnings.
      sql/slave.h:
        Changed log position to longlong to avoid warnings.
      sql/sql_parse.cc:
        Removed warnings
      sql/sql_select.cc:
        Cleanups
      080298cf
  6. 06 Mar, 2001 1 commit
    • unknown's avatar
      Merged some functions and removed some unused client functions. · af297c50
      unknown authored
      Remember UNION for ALTER TABLE
      Added test for if we are supporting transactions.
      Don't allow REPLACE to replace a row when we have generated an auto_increment key
      Fixed bug when using BLOB keys
      Fixed bug in SET @variable=user.
      
      
      Docs/manual.texi:
        Added some examples and moved the Error access denied section to the
        error section.
      client/mysqltest.c:
        Changed to use the new mysql_send_query()
      include/mysql.h:
        Changed mysql_reap_query() to mysql_send_query().
      libmysql/libmysql.c:
        Changed mysql_reap_query() to mysql_send_query()
        Merged some functions and removed some unused functions.
      mysql-test/r/bdb.result:
        New test case
      mysql-test/r/distinct.result:
        New test case
      mysql-test/r/key.result:
        New test case
      mysql-test/r/merge.result:
        New test case
      mysql-test/r/replace.result:
        New test case
      mysql-test/t/bdb.test:
        New test case
      mysql-test/t/key.test:
        New test case
      mysql-test/t/merge.test:
        New test case
      mysql-test/t/replace.te...
      af297c50
  7. 03 Mar, 2001 1 commit
    • unknown's avatar
      Fixes for innobase usage · 11633f57
      unknown authored
      Fixed bug when using TEXT columns with BDB tables
      Allow LOAD DATA INFILE to use numbers with ENUM and SET columns
      
      
      BUILD/compile-pentium:
        Added --with-innobase-db
      Docs/manual.texi:
        Added more documentation to Innobase and KILL
      client/mysqladmin.c:
        Quote database names for CREATE and DROP
      mysql-test/install_test_db.sh:
        Don't use innobase, bdb or gemini when installing privilege tables
      mysql-test/mysql-test-run.sh:
        Added testing of innobase tables
      mysql-test/r/bdb.result:
        Added test of TEXT column bug
      mysql-test/t/bdb.test:
        Added test of TEXT column bug
      mysql-test/t/innobase.test:
        Cleanup innobase tests
      scripts/mysql_install_db.sh:
        Added testing of innobase tables
      sql/field.cc:
        Allow LOAD DATA INFILE to use numbers with ENUM and SET columns
      sql/filesort.cc:
        Fixed typo
      sql/ha_berkeley.cc:
        Fixed problem with TEXT columns in BDB tables
      sql/mysqld.cc:
        Always support the --innobase-data-file-path option
      sql/share/swedish/errmsg.OLD:
        Added swedish error message...
      11633f57
  8. 21 Feb, 2001 1 commit
  9. 20 Feb, 2001 1 commit
    • unknown's avatar
      Added max_user_connections · d31f7425
      unknown authored
      Fixes for Innobase
      Don't reset whole to-buffer in strxnmov
      
      
      BUILD/compile-pentium-debug:
        Added innobase
      include/mysqld_error.h:
        New error messages
      innobase/configure.in:
        Update from heikki
      innobase/include/lock0types.h:
        Update from heikki
      innobase/include/os0sync.h:
        Update from heikki
      innobase/include/sync0types.h:
        Update from heikki
      innobase/os/os0file.c:
        Update from heikki
      innobase/srv/srv0start.c:
        Update from heikki
      sql/ha_innobase.cc:
        Update from Heikki
        Changed assert -> dbug_assert
        Changed return -> DBUG_RETURN
      sql/mysql_priv.h:
        Added max_user_connections
      sql/mysqld.cc:
        Added max_user_connections
      sql/share/czech/errmsg.txt:
        Added max_user_connections
      sql/share/danish/errmsg.txt:
        Added max_user_connections
      sql/share/dutch/errmsg.txt:
        Added max_user_connections
      sql/share/english/errmsg.txt:
        Added max_user_connections
      sql/share/estonian/errmsg.txt:
        Added max_user_connections
      sql/share/french/errmsg.txt:
        Added max_user_connections
      sql/share/german/errmsg.txt:
        Added max_user_connections
      sql/share/greek/errmsg.txt:
        Added max_user_connections
      sql/share/hungarian/errmsg.txt:
        Added max_user_connections
      sql/share/italian/errmsg.txt:
        Added max_user_connections
      sql/share/japanese/errmsg.txt:
        Added max_user_connections
      sql/share/korean/errmsg.txt:
        Added max_user_connections
      sql/share/norwegian-ny/errmsg.txt:
        Added max_user_connections
      sql/share/norwegian/errmsg.txt:
        Added max_user_connections
      sql/share/polish/errmsg.txt:
        Added max_user_connections
      sql/share/portuguese/errmsg.txt:
        Added max_user_connections
      sql/share/romanian/errmsg.txt:
        Added max_user_connections
      sql/share/russian/errmsg.txt:
        Added max_user_connections
      sql/share/slovak/errmsg.txt:
        Added max_user_connections
      sql/share/spanish/errmsg.txt:
        Added max_user_connections
      sql/share/swedish/errmsg.OLD:
        Added max_user_connections
      sql/share/swedish/errmsg.txt:
        Added max_user_connections
      sql/sql_class.h:
        cleanup
      strings/str_test.c:
        Added tests for strxnmov
      strings/strxnmov.c:
        Don't reset whole to buffer
      d31f7425
  10. 15 Feb, 2001 2 commits
    • unknown's avatar
      Updates for innobase · b6b1bfab
      unknown authored
      Removed a ' that casued 'make paper' to fail
      
      
      Docs/manual.texi:
        Updated myisamchk section;  Removed a ' that casued 'make paper' to fail
      sql/handler.cc:
        Updates for innobase
      sql/mysqld.cc:
        Updates for innobase
      sql/sql_parse.cc:
        Fixed possible overrun if the mysqld server name is too big
      sql/sql_select.cc:
        Updates for innobase
      b6b1bfab
    • unknown's avatar
      Changed --replace to --replace_result in mysqltest · 8226b37a
      unknown authored
      Changed errmsg -> my_errmsg (portability issue)
      Fixed that mysqlbinlog writes SET TIMESTAMP before all queries
      Fixed comments in default my.cnf files
      
      
      Docs/manual.texi:
        Updated information about character sets
      client/mysqladmin.c:
        Added missing help text
      client/mysqltest.c:
        Changed --replace to --replace_result to not conflict with SQL replace command
      include/my_sys.h:
        change errmsg -> my_errmsg (portability issue)
      libmysql/errmsg.c:
        change errmsg -> my_errmsg (portability issue)
      myisam/mi_cache.c:
        Changed seek+read to pread
      myisam/mi_check.c:
        Fix bug that caused myisamchk to be very slow under some specific error conditions
      myisam/mi_dynrec.c:
        cleanup
      myisam/myisamchk.c:
        Write out value of checksum
      myisam/myisamdef.h:
        cleanup
      mysql-test/r/backup.result:
        Fixed the case where backup caused different error messages
      mysql-test/r/bdb.result:
        Added new test case
      mysql-test/r/fulltext.result:
        Fix for new CREATE TABLE format
      mysql-test/...
      8226b37a
  11. 07 Feb, 2001 2 commits
    • unknown's avatar
      Force sockets to be blocking on HPUX 11.0 · b6285083
      unknown authored
      Changed BITMAP to MY_BITMAP to avoid type conflict on windows
      
      
      configure.in:
        Force sockets to be blocking on HPUX 11.0
      include/my_bitmap.h:
        Changed BITMAP to MY_BITMAP to avoid type conflict on windows
      mysys/my_bitmap.c:
        Changed BITMAP to MY_BITMAP to avoid type conflict on windows
      mysys/my_init.c:
        Removed LOCK_bitmap
      sql/mysql_priv.h:
        Changed BITMAP to MY_BITMAP to avoid type conflict on windows
      sql/mysqld.cc:
        Changed BITMAP to MY_BITMAP to avoid type conflict on windows
      sql/violite.c:
        Force sockets to be blocking on HPUX 11.0
      b6285083
    • unknown's avatar
      Use new bitmap interface · a4b4d1e6
      unknown authored
      Patches for Armstrong
      Removed warnings when using REPAIR TABLE .. EXTENDED
      
      
      Docs/manual.texi:
        Changelog
      configure.in:
        Added missing -lsocket library on SCO
      include/global.h:
        Patch for Armstrong
      include/my_bitmap.h:
        Changed bitmap interface to avoid problem with missing LOCK_bitmap symbol
      include/myisampack.h:
        Portability fix for Armstrong
      mysql-test/t/select.test:
        Changed to work with 'mysql test < select.tst'
      mysys/my_bitmap.c:
        Changed bitmap interface to avoid problem with missing LOCK_bitmap symbol
      mysys/my_init.c:
        Removed LOCK_bitmap
      sql/field.cc:
        Patch for Armstrong
      sql/filesort.cc:
        Patch for Armstrong
      sql/ha_myisam.cc:
        Removed warnings when using REPAIR TABLE .. EXTENDED
      sql/mysql_priv.h:
        Use new bitmap interface
      sql/mysqld.cc:
        Use new bitmap interface
      sql/sql_select.cc:
        Use new bitmap interface
      a4b4d1e6
  12. 02 Feb, 2001 1 commit
    • unknown's avatar
      Portability fixes · c046cce4
      unknown authored
      Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
      
      
      Docs/manual.texi:
        Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
      client/mysql.cc:
        Don't crash when using -q with long fields
      include/my_net.h:
        Portability fix
      mysql-test/t/truncate.test:
        Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
      readline/input.c:
        Portability fix
      scripts/make_binary_distribution.sh:
        Portability fix
      sql-bench/crash-me.sh:
        Portability fix
      sql/mini_client.cc:
        Portability fix
      sql/mysqld.cc:
        cleanup
      sql/share/dutch/errmsg.txt:
        Fixed typo
      sql/share/english/errmsg.txt:
        Fixed typo
      sql/share/greek/errmsg.txt:
        Fixed typo
      sql/share/hungarian/errmsg.txt:
        Fixed typo
      sql/share/italian/errmsg.txt:
        New translated messages
      sql/share/portuguese/errmsg.txt:
        Fixed typo
      sql/share/romanian/errmsg.txt:
        Fixed typo
      sql/share/slovak/errmsg.txt:
        Fixed typo
      sql/share/spanish/errmsg.txt:
        Fixed typo
      sql/sql_yacc.yy:
        Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
      support-files/Makefile.am:
        Portability fix
      c046cce4
  13. 27 Jan, 2001 3 commits
    • unknown's avatar
      fixed up lock counting code - Monty's suggestions · e3ad443d
      unknown authored
      updated manual about table lock counter
      fixed coredump in DROP DATABASE with long bogus name by non-root user
      fixed bug in handling STOP immediately after ROTATE
      added test case for buffer overrun on DROP DATABASE by non-root user
      added test case for the STOP bug in replication
      
      
      Docs/manual.texi:
        updates for Table_locks_immediate and Table_locks_waited
      include/thr_lock.h:
        fixes suggested by Monty to lock counts
      mysql-test/r/status.result:
        clean up of result for changes in the test case
      mysql-test/t/status.test:
        make it produce the same results if the had been some activity on the server already
      mysys/thr_lock.c:
        fixes suggested by Monty
      sql/mysqld.cc:
        fixes suggested by Monty
      sql/slave.cc:
        fixed bug in processing STOP event after rotate
      sql/sql_base.cc:
        fixes suggested by Monty
      sql/sql_parse.cc:
        fixed coredump in drop database with long name by a non-root user
      sql/sql_repl.cc:
        better status message
      e3ad443d
    • unknown's avatar
      Added --temp-pool option to mysqld. This will cause temporary files · 6f154546
      unknown authored
      created to use a small set of filenames, to try and avoid problems
      in the Linux kernel.
      
      
      mysys/Makefile.am:
        Added my_bitmap.c
      mysys/my_init.c:
        my_bitmap code added
      mysys/mysys_priv.h:
        my_bitmap
      sql/mysql_priv.h:
        temp pool stuff.
      sql/mysqld.cc:
        --temp-pool option added
      sql/sql_select.cc:
        temp pool stuff
      sql/table.h:
        temp pool
      6f154546
    • unknown's avatar
      Table_locks_waited · c632e29c
      unknown authored
      Table_locks_immediate
      
      
      mysys/thr_lock.c:
        count locks
      sql/mysqld.cc:
        count locks
      sql/sql_base.cc:
        count locks
      c632e29c
  14. 26 Jan, 2001 1 commit
    • unknown's avatar
      Portability fixes for OPENBSD, OS2 and Windows · f0e673cc
      unknown authored
      Docs/manual.texi:
        Changed TCX -> MySQL AB
      configure.in:
        New version
      include/my_sys.h:
        Fixes for OS2
      ltconfig:
        Fixes for OS2
      ltmain.sh:
        Fixes for OS2
      mit-pthreads/net/net_internal.h:
        Fixes for OPENBSD
      mit-pthreads/net/proto_internal.h:
        Fixes for OPENBSD
      mit-pthreads/net/res_internal.h:
        Fixes for OPENBSD
      mit-pthreads/net/serv_internal.h:
        Fixes for OPENBSD
      myisammrg/myrg_open.c:
        MERGE didn't work on Windows
      mysys/my_getwd.c:
        Fixes for OS2
      sql/field.cc:
        cleanup
      sql/field.h:
        Fix for new SCO compiler
      sql/ha_berkeley.cc:
        Cleanup
      sql/ha_berkeley.h:
        Portability fix
      sql/item_sum.h:
        Fix for new SCO compiler
      sql/log.cc:
        Fixes for OS2
      sql/log_event.h:
        Fixes for OS2
      sql/mysqld.cc:
        Fixes for OS2
      sql/net_serv.cc:
        Fixes for OS2
      sql/sql_analyse.h:
        Fix for new SCO compiler
      sql/sql_class.h:
        Fix for new SCO compiler
      sql/sql_map.h:
        Fix for new SCO compiler
      sql/sql_repl.cc:
        cleanup
      sql/sql_string.h:
        Fix for new SCO compiler
      sql/sql_table.cc:
        cleanup
      strings/longlong2str-x86.s:
        Fixes for openbsd
      f0e673cc
  15. 25 Jan, 2001 1 commit
    • unknown's avatar
      Docs/manual.texi · 745200a5
      unknown authored
          updates for new code
      sql/mysqld.cc
          catch SIGBUS and SIGILL
          print query and connection id on coredump if possible
      
      
      Docs/manual.texi:
        updates for new code
      sql/mysqld.cc:
        catch SIGBUS and SIGILL
        print query and connection id on coredump if possible
      745200a5
  16. 24 Jan, 2001 1 commit
    • unknown's avatar
      Added last_errno and last_error to show slave status · 5a7405fd
      unknown authored
      slave will skip the first SQL_SLAVE_SKIP_COUNTER events on start - 
      this is needed to recover from broken replication when the next log
      event(s) should just be skipped.
      Rotate binlogs when max_binlog_size is reached
      
      
      include/my_sys.h:
        added my_snprintf()
      include/mysqld_error.h:
        more error messages
      mysql-test/r/rpl000014.result:
        updated results for new SHOW SLAVE STATUS format
      mysql-test/r/rpl000015.result:
        update for SHOW SLAVE STATUS
      mysql-test/r/rpl000016.result:
        update for additions to the test
      mysql-test/t/rpl000016.test:
        test max_binlog_size and slave_skip_counter
      mysys/my_vsnprintf.c:
        added my_snprintf()
      sql/gen_lex_hash.cc:
        old values could not do it
      sql/lex.h:
        updates for SQL_SLAVE_SKIP_COUNTER
      sql/log.cc:
        rotate binlogs when max_binlog_size is reached
      sql/mysqld.cc:
        added max_binlog_size
      sql/share/czech/errmsg.txt:
        new errors
      sql/share/danish/errmsg.txt:
        new errors
      sql/share/dutch/errmsg.txt:
        new errors
      sql/share/eng...
      5a7405fd
  17. 21 Jan, 2001 1 commit
    • unknown's avatar
      Changes for --with-server-suffix · 937ef17c
      unknown authored
      Fixed mutex bug in logging (crash on windows when doing SET PASSWORD=)
      Changed MERGE  tables to not use FILE
      
      
      BitKeeper/deleted/.del-m.MRG~3f5632c37af00f18:
        Delete: mysql-test/std_data/m.MRG
      BitKeeper/deleted/.del-m.frm~e351dfe0b6824c0c:
        Delete: mysql-test/std_data/m.frm
      Docs/manual.texi:
        Added DNS section
      configure.in:
        Update to 3.23.32
      include/Makefile.am:
        Added my_config.h
      include/mysql_com.h:
        Changes for --with-server-suffix
      include/mysql_version.h.in:
        cleanup
      merge/open.c:
        Don't use FILE
      mysql-test/Makefile.am:
        removed not needed data files
      mysql-test/r/merge.result:
        generate merge file
      mysql-test/t/merge.test:
        generate merge file
      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/log.cc:
        Ensure that mutex are initialized before used
      sql/log_event.h:
        Changes for --with-server-suffix
      sql/mysql_priv.h:
        Changes for --with-server-suffix
      sql/mysqlbinlog.cc:
        Changes for --with-server-suffix
      sql/mysqld.cc:
        changed strnmov -> strmake
      sql/net_pkg.cc:
        Prepare for adding char-set conversion to SHOW commands
      937ef17c
  18. 19 Jan, 2001 2 commits
    • unknown's avatar
      Added MYSQL_SERVER_SUFFIX to mysqld · 8f23349a
      unknown authored
      Fixed bug in TRIM
      changed strnmov -> strmake
      
      
      BUILD/SETUP.sh:
        Removed --disable-shared
      Docs/manual.texi:
        Changelog
        Installing many servers
      acinclude.m4:
        Force use of db-3.2.3h
      client/mysql.cc:
        cleanup
      mysql-test/r/func_str.result:
        Added new TRIM test
      mysql-test/t/func_str.test:
        Added new TRIM test
      mysys/charset.c:
        change to use strmake instead of strnmov
      mysys/mf_format.c:
        change to use strmake instead of strnmov
      mysys/mf_tempfile.c:
        change to use strmake instead of strnmov
      scripts/make_binary_distribution.sh:
        Removed error messages for missing files
      sql/handler.cc:
        More debug
      sql/item_strfunc.cc:
        Fixed bug in TRIM()
      sql/mysqld.cc:
        Added MYSQL_SERVER_SUFFIX to mysqld
      8f23349a
    • unknown's avatar
      Add --with-server-suffix (MYSQL_SERVER_SUFFIX). · 52e62ea0
      unknown authored
      configure.in:
        add --with-server-suffix (MYSQL_SERVER_SUFFIX)
      include/mysql_version.h.in:
        add --with-server-suffix (MYSQL_SERVER_SUFFIX)
      myisam/Makefile.am:
        add --with-server-suffix (MYSQL_SERVER_SUFFIX)
      mysql-test/Makefile.am:
        add --with-server-suffix (MYSQL_SERVER_SUFFIX)
      scripts/Makefile.am:
        add --with-server-suffix (MYSQL_SERVER_SUFFIX)
      scripts/mysqlbug.sh:
        add --with-server-suffix (MYSQL_SERVER_SUFFIX)
      sql-bench/Makefile.am:
        add --with-server-suffix (MYSQL_SERVER_SUFFIX)
      sql/mysqld.cc:
        add --with-server-suffix (MYSQL_SERVER_SUFFIX)
      support-files/Makefile.am:
        add --with-server-suffix (MYSQL_SERVER_SUFFIX)
      52e62ea0
  19. 16 Jan, 2001 1 commit
    • unknown's avatar
      Removed not used variable 'last_ref' · 237a7746
      unknown authored
      Fixed problem with negative DECIMAL() keys
      Fixed some bugs with NULL keys in BDB
      More mysql-test tests
      
      
      Docs/manual.texi:
        Changelog
      client/mysqltest.c:
        Added syntax:  -- error #,#,...
      heap/hp_info.c:
        cleanup
      include/thr_lock.h:
        cleanup
      isam/pack_isam.c:
        cleanup
      myisam/mi_check.c:
        cleanup
      myisam/mi_extra.c:
        cleanup
      myisammrg/myrg_rkey.c:
        cleanup
      mysql-test/mysql-test-run.sh:
        Change to run test as root
      mysql-test/r/bdb.result:
        Many new tests
      mysql-test/r/func_system.result:
        Change to root user
      mysql-test/t/bdb.test:
        many more tests
      mysql-test/t/create.test:
        Change to work by test and root user
      sql/field.cc:
        Fixed problem with negative DECIMAL() keys
      sql/filesort.cc:
        cleanup
      sql/ha_berkeley.cc:
        Added purecoverage notes
        Fixed some bugs with NULL keys
      sql/init.cc:
        cleanup
      sql/mysql_priv.h:
        cleanup
      sql/mysqld.cc:
        cleanup
      sql/records.cc:
        cleanup
      sql/unireg.h:
        cleanup
      237a7746
  20. 14 Jan, 2001 1 commit
    • unknown's avatar
      Fixed that --open-files-limit works on Linux · 3d3d876c
      unknown authored
      Docs/manual.texi:
        Update of security and replication sections
      sql/ha_berkeley.cc:
        More documentation
      sql/sql_base.cc:
        Fixed overflow bug
      sql/sql_parse.cc:
        Variable name change
      3d3d876c
  21. 13 Jan, 2001 1 commit
    • unknown's avatar
      Add bdb_version variable, and a new test. · b79361e4
      unknown authored
      mysql-test/r/bdb.result:
        Test key on blob containing null values.
      mysql-test/t/bdb.test:
        Test key on blob containing null values.
      sql/mysqld.cc:
        Add bdb_version variable
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      b79361e4
  22. 12 Jan, 2001 1 commit
    • unknown's avatar
      Patches for NetBSD/macppc · 06d7c276
      unknown authored
      Fixed bug in LEFT JOIN
      Added bdb_log_buffer_size
      
      
      Docs/manual.texi:
        Added documentation for mysqlhotcopy
      client/mysql.cc:
        Fixed core dump when column names couldn't be read
      configure.in:
        Fixed possible error
      mit-pthreads/Changes-mysql:
        Patches for NetBSD/macppc
      mit-pthreads/config/config.guess:
        Patches for NetBSD/macppc
      mit-pthreads/config/configure.in:
        Patches for NetBSD/macppc
      mit-pthreads/config/configure:
        Patches for NetBSD/macppc
      mysql-test/r/join_outer.result:
        New join test
      mysql-test/t/join_outer.test:
        New join test
      scripts/mysqlhotcopy.sh:
        Patches from ASK
      sql/ha_berkeley.cc:
        Adeed log buffer cache
      sql/ha_berkeley.h:
        Adeed log buffer cache
      sql/log.cc:
        Fixed possible overrun bug
      sql/mysqld.cc:
        Fix for Mac OS X public beta
        Added bdb_log_buffer_size
      sql/sql_select.cc:
        Fixed bug in LEFT JOIN
      tests/mail_to_db.pl:
        Removed unsubscribe tails
      tests/pmail.pl:
        Sort mails according to date
      06d7c276
  23. 07 Jan, 2001 1 commit
    • unknown's avatar
      Fixed bug when having many binary log files · a7c65d89
      unknown authored
      Fixed bug when deleting keys with possible NULL values
      many changes to mysqltest
      
      
      Docs/Makefile.am:
        Don't print warnings when making ..dvi
      Docs/manual.texi:
        Documented changes
      acinclude.m4:
        Fixed bug in detecting BDB version 3.2.3g
      client/mysqltest.c:
        Added TODO
        Cleanups
        Free all memory and close all files on exit
      configure.in:
        New release
      include/my_sys.h:
        Added new function needed for mysqltest.c
      myisam/mi_create.c:
        Cleanup
      myisam/mi_delete.c:
        Fixed bug when deleting keys with NULL
      myisam/mi_search.c:
        cleanup
      myisam/myisamchk.c:
        Added info about fulltext to -D
      mysql-test/mysql-test-run.sh:
        Use less memory for mysqld
        Don't remove timefile if only testing one test
        Send option --debug to mysqltest
      mysql-test/r/fulltext.result:
        New tests
      mysql-test/r/func_math.result:
        Make test portable
      mysql-test/t/fulltext.test:
        New tests
      mysql-test/t/func_math.test:
        Make test portable
      mysys/mf_iocache2.c:
        Fixed bug when reading over buffers
      mysys/string.c:
        Added new function needed for mysqltest.c
      mysys/typelib.c:
        cleanup
      scripts/make_binary_distribution.sh:
        Added option suffix
        Removed some warnings for missing files
      scripts/mysql_install_db.sh:
        Fixed type
      scripts/safe_mysqld.sh:
        Also read options from 'server' group
      sql-bench/Results/ATIS-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark run
      sql-bench/Results/RUN-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark run
      sql-bench/Results/alter-table-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark run
      sql-bench/Results/big-tables-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark run
      sql-bench/Results/connect-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark run
      sql-bench/Results/create-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark run
      sql-bench/Results/insert-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark run
      sql-bench/Results/select-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark run
      sql-bench/Results/wisconsin-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark run
      sql-bench/bench-init.pl.sh:
        Added missing option '--silent'
      sql/mysqld.cc:
        Added warnings
        Print backtraces even if 'current_thd' is not active
      support-files/mysql.spec.sh:
        Removed duplicate entry
      a7c65d89
  24. 02 Jan, 2001 1 commit
    • unknown's avatar
      Fixes to get mysql-test included in the distributions · 370ecdfa
      unknown authored
      client/mysqldump.c:
        Fixed to not use strncasecmp
      client/mysqlimport.c:
        Fixed to not use strncasecmp
      mysql-test/Makefile.am:
        Changes needed for RPM
      mysql-test/mysql-test-run.sh:
        Changes to work with binary installations
      scripts/make_binary_distribution.sh:
        Added missing mysql-test files
      sql-bench/Makefile.am:
        Changes needed for RPM
      sql/mysqld.cc:
        Portability fix
      support-files/mysql.spec.sh:
        Added mysql-test to sql-bench
      370ecdfa
  25. 31 Dec, 2000 2 commits
    • unknown's avatar
      cleanups · 3c65e4f8
      unknown authored
      Docs/manual.texi:
        Updates for replication
      sql/mysqld.cc:
        cleanup
      3c65e4f8
    • unknown's avatar
      Fixed new bug in BDB tables · 98b89b29
      unknown authored
      myisam/mi_info.c:
        Fixed potential bug
      scripts/safe_mysqld.sh:
        Only set --user if running as root
      sql/ha_berkeley.cc:
        Fixed core dump bug in ALTER TABLE
      sql/mysql_priv.h:
        Fixed wrong define
      sql/mysqld.cc:
        Cleanup
      98b89b29
  26. 29 Dec, 2000 1 commit
    • unknown's avatar
      Fixed --no-defaults in mysqltest · cbafd764
      unknown authored
      BUILD/compile-pentium-debug:
        Use /usr/local/BerkeleyDB-dbug/ if available
      BUILD/compile-pentium:
        Use /usr/local/BerkeleyDB-opt/ if available
      Docs/internals.texi:
        Added 'unedited' documentation for mysys functions
      Docs/manual.texi:
        Cleanups
      client/mysql.cc:
        Added client language to status
      client/mysqltest.c:
        Fixed bug with --no-defaults
      heap/_check.c:
        Added option to print status.
      heap/hp_close.c:
        Update to use new status interface
      heap/hp_hash.c:
        Clean up hash function and add new experimental hash
      heap/hp_test1.c:
        Update to use new status interface
      heap/hp_test2.c:
        Update to use new status interface
      include/heap.h:
        Update to use new status interface
      mysql-test/r/key_diff.result:
        Cleanup tests that may give rows in random order
      mysql-test/r/type_blob.result:
        Removed \r from output as this confused bk
      mysql-test/t/key_diff.test:
        Cleanup tests that may give rows in random order
      BitKeeper/etc/ignore:
        Added Docs/my_sys.doc to the ignore list
      mysql-test/t/type_blob.test:
        Removed \r from output as this confused bk
      mysys/hash.c:
        Add new experimental hash function
      scripts/safe_mysqld.sh:
        Added --mysqld option
      sql/ha_innobase.cc:
        Fixed store_locking
      sql/mysqld.cc:
        Cleaned up warning messages
      cbafd764
  27. 28 Dec, 2000 1 commit
    • unknown's avatar
      Cleanup of tests · c677838d
      unknown authored
      Fixed bug with ALTER TABLE on HEAP tables
      
      
      mysql-test/r/alter_table.result:
        Turn off SCCS flag
      mysql-test/r/analyse.result:
        Turn off SCCS flag
      mysql-test/r/auto_increment.result:
        Turn off SCCS flag
      mysql-test/r/bdb.result:
        Turn off SCCS flag
      mysql-test/r/bigint.result:
        Turn off SCCS flag
      mysql-test/r/binary.result:
        Turn off SCCS flag
      mysql-test/r/case.result:
        Turn off SCCS flag
      mysql-test/r/comments.result:
        Turn off SCCS flag
      mysql-test/r/compare.result:
        Turn off SCCS flag
      mysql-test/r/count_distinct.result:
        Turn off SCCS flag
      mysql-test/r/create.result:
        Turn off SCCS flag
      mysql-test/r/delayed.result:
        Turn off SCCS flag
      mysql-test/r/distinct.result:
        Turn off SCCS flag
      mysql-test/r/empty_table.result:
        Turn off SCCS flag
      mysql-test/r/explain.result:
        Turn off SCCS flag
      mysql-test/r/ft0000001.a.result:
        Turn off SCCS flag
      mysql-test/r/ft0000001.b.result:
        Turn off SCCS flag
      mysql-test/r/ft0000001.c.result:
        Turn off SCCS flag
      mysql-test/r/ft0000001.d.result:
        Turn off SCCS flag
      mysql-test/r/ft0000001.e.result:
        Turn off SCCS flag
      mysql-test/r/ft0000002.a.result:
        Turn off SCCS flag
      mysql-test/r/ft0000002.b.result:
        Turn off SCCS flag
      mysql-test/r/ft0000002.c.result:
        Turn off SCCS flag
      mysql-test/r/fulltext.result:
        Turn off SCCS flag
      mysql-test/r/func_crypt.result:
        Turn off SCCS flag
      mysql-test/r/func_date_add.result:
        Turn off SCCS flag
      mysql-test/r/func_equal.result:
        Turn off SCCS flag
      mysql-test/r/func_group.result:
        Turn off SCCS flag
      mysql-test/r/func_in.result:
        Turn off SCCS flag
      mysql-test/r/func_like.result:
        Turn off SCCS flag
      mysql-test/r/func_math.result:
        Turn off SCCS flag
      mysql-test/r/func_misc.result:
        Turn off SCCS flag
      mysql-test/r/func_op.result:
        Turn off SCCS flag
      mysql-test/r/func_regexp.result:
        Turn off SCCS flag
      mysql-test/r/func_set.result:
        Turn off SCCS flag
      mysql-test/r/func_str.result:
        Turn off SCCS flag
      mysql-test/r/func_system.result:
        Turn off SCCS flag
      mysql-test/r/func_test.result:
        Turn off SCCS flag
      mysql-test/r/func_time.result:
        Turn off SCCS flag
      mysql-test/r/group_by.result:
        Turn off SCCS flag
      mysql-test/r/heap.result:
        Turn off SCCS flag
      mysql-test/r/ins000001.result:
        Turn off SCCS flag
      mysql-test/r/insert.result:
        Turn off SCCS flag
      mysql-test/r/insert_select.result:
        Turn off SCCS flag
      mysql-test/r/join.result:
        Turn off SCCS flag
      mysql-test/r/join_outer.result:
        Turn off SCCS flag
      mysql-test/r/key.result:
        Turn off SCCS flag
      mysql-test/r/key_diff.result:
        Turn off SCCS flag
      mysql-test/r/key_primary.result:
        Turn off SCCS flag
      mysql-test/r/keywords.result:
        Turn off SCCS flag
      mysql-test/r/limit.result:
        Turn off SCCS flag
      mysql-test/r/merge.result:
        Turn off SCCS flag
      mysql-test/r/null.result:
        Turn off SCCS flag
      mysql-test/r/null_key.result:
        Turn off SCCS flag
      mysql-test/r/odbc.result:
        Turn off SCCS flag
      mysql-test/r/order_by.result:
        Turn off SCCS flag
      mysql-test/r/raid.result:
        Turn off SCCS flag
      mysql-test/r/range.result:
        Turn off SCCS flag
      mysql-test/r/rename.result:
        Turn off SCCS flag
      mysql-test/r/replace.result:
        Turn off SCCS flag
      mysql-test/r/rollback.result:
        Turn off SCCS flag
      mysql-test/r/rpl000001.a.result:
        Turn off SCCS flag
      mysql-test/r/rpl000001.b.result:
        Turn off SCCS flag
      mysql-test/r/rpl000002.result:
        Turn off SCCS flag
      mysql-test/r/rpl000003.result:
        Turn off SCCS flag
      mysql-test/r/rpl000004.a.result:
        Turn off SCCS flag
      mysql-test/r/rpl000004.b.result:
        Turn off SCCS flag
      mysql-test/r/rpl000005.result:
        Turn off SCCS flag
      mysql-test/r/rpl000006.result:
        Turn off SCCS flag
      mysql-test/r/rpl000007.result:
        Turn off SCCS flag
      mysql-test/r/rpl000008.result:
        Turn off SCCS flag
      mysql-test/r/rpl000009.result:
        Turn off SCCS flag
      mysql-test/r/rpl000010.result:
        Turn off SCCS flag
      mysql-test/r/rpl000011.result:
        Turn off SCCS flag
      mysql-test/r/rpl000012.result:
        Turn off SCCS flag
      mysql-test/r/rpl000012.status.result:
        Turn off SCCS flag
      mysql-test/r/rpl000013.result:
        Turn off SCCS flag
      mysql-test/r/rpl000013.status.result:
        Turn off SCCS flag
      mysql-test/r/rpl000014.result:
        Turn off SCCS flag
      mysql-test/r/rpl000015.result:
        Turn off SCCS flag
      mysql-test/r/rpl000016.result:
        Turn off SCCS flag
      mysql-test/r/sel000001.result:
        Turn off SCCS flag
      mysql-test/r/sel000002.result:
        Turn off SCCS flag
      mysql-test/r/sel000003.result:
        Turn off SCCS flag
      mysql-test/r/sel000031.result:
        Turn off SCCS flag
      mysql-test/r/sel000032.result:
        Turn off SCCS flag
      mysql-test/r/sel000033.result:
        Turn off SCCS flag
      mysql-test/r/sel000100.result:
        Turn off SCCS flag
      mysql-test/r/select_safe.result:
        Turn off SCCS flag
      mysql-test/r/show_check.result:
        Turn off SCCS flag
      mysql-test/r/shw000001.result:
        Turn off SCCS flag
      mysql-test/r/slave-running.result:
        Turn off SCCS flag
      mysql-test/r/slave-stopped.result:
        Turn off SCCS flag
      mysql-test/r/tablelock.result:
        Turn off SCCS flag
      mysql-test/r/temp_table.result:
        Turn off SCCS flag
      mysql-test/r/truncate.result:
        Turn off SCCS flag
      mysql-test/r/type_blob.result:
        Turn off SCCS flag
      mysql-test/r/type_date.result:
        Turn off SCCS flag
      mysql-test/r/type_datetime.result:
        Turn off SCCS flag
      mysql-test/r/type_enum.result:
        Turn off SCCS flag
      mysql-test/r/type_float.result:
        Turn off SCCS flag
      mysql-test/r/type_ranges.result:
        Turn off SCCS flag
      mysql-test/r/type_time.result:
        Turn off SCCS flag
      mysql-test/r/type_timestamp.result:
        Turn off SCCS flag
      mysql-test/r/type_uint.result:
        Turn off SCCS flag
      mysql-test/r/type_year.result:
        Turn off SCCS flag
      mysql-test/r/update.result:
        Turn off SCCS flag
      mysql-test/r/varbinary.result:
        Turn off SCCS flag
      mysql-test/r/variables.result:
        Turn off SCCS flag
      Docs/manual.texi:
        Changelog
      client/my_readline.h:
        Added read length to readline()
      client/mysql.cc:
        cleanup
      client/mysqladmin.c:
        cleanup
      client/mysqldump.c:
        Added handling of hexadecimal constants
      client/mysqlimport.c:
        Version change
      client/mysqltest.c:
        Don't append the .reject extension, instead replace the old extension
      client/readline.cc:
        Added read length to readline()
      heap/hp_open.c:
        extra debug
      merge/rrnd.c:
        Fix bug in merge tables
      mysql-test/install_test_db.sh:
        Portability fixes
      mysql-test/mysql-test-run.sh:
        Portability fixes
        Added --ddd and --debug options
      scripts/mysqld_multi.sh:
        Add pathname to mysqladmin
      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/mysqld.cc:
        Some fixes for gemini
      sql/sql_table.cc:
        Fixed bug with ALTER TABLE on HEAP tables
      c677838d
  28. 27 Dec, 2000 1 commit
    • unknown's avatar
      Extended mysqltest with --commands and 'require' · 6cf1d680
      unknown authored
      Fixed test results.
      Added mysqld variable 'have_isam'
      
      
      BitKeeper/deleted/.del-master-slave.inc~556fd038c3a3d54:
        Delete: mysql-test/t/include/master-slave.inc
      BitKeeper/deleted/.del-README~f9fd36f3c3711305:
        Delete: mysql-test/r/3.23/README
      Docs/manual.texi:
        Fixed typos
      client/mysqltest.c:
        Changed internal commands to accept -- before them.
        Added command 'require' to make it possible to skip tests if the
        mysqld server lacks some capabilites.
        Removed extra \t at end of lines
      configure.in:
        Update
      myisam/myisamlog.c:
        cleanup
      mysql-test/mysql-test-run.sh:
        Added support for 'not supported' tests
      mysql-test/r/alt000001.result:
        Removed end tab
      mysql-test/r/bdb.result:
        Removed end tab
      mysql-test/r/crypt.result:
        Removed end tab
      mysql-test/r/equal.result:
        Removed end tab
      mysql-test/r/ft0000001.a.result:
        Removed end tab
      mysql-test/r/ft0000001.b.result:
        Removed end tab
      mysql-test/r/ft0000001.c.result:
        Removed end tab
      mysql-test/r/ft0000001.d.result:
        Removed end tab
      mysql-test/r/ft0000001.e.result:
        Removed end tab
      mysql-test/r/ft0000002.a.result:
        Removed end tab
      mysql-test/r/ft0000002.b.result:
        Removed end tab
      mysql-test/r/ft0000002.c.result:
        Removed end tab
      mysql-test/r/ins000001.result:
        Removed end tab
      mysql-test/r/mrg000001.dummy.result:
        Removed end tab
      mysql-test/r/mrg000001.result:
        Removed end tab
      mysql-test/r/mrg000002.result:
        Removed end tab
      mysql-test/r/rpl000001.a.result:
        Removed end tab
      mysql-test/r/rpl000001.b.result:
        Removed end tab
      mysql-test/r/rpl000002.result:
        Removed end tab
      mysql-test/r/rpl000003.result:
        Removed end tab
      mysql-test/r/rpl000004.a.result:
        Removed end tab
      mysql-test/r/rpl000004.b.result:
        Removed end tab
      mysql-test/r/rpl000005.result:
        Removed end tab
      mysql-test/r/rpl000006.result:
        Removed end tab
      mysql-test/r/rpl000007.result:
        Removed end tab
      mysql-test/r/rpl000008.result:
        Removed end tab
      mysql-test/r/rpl000009.result:
        Removed end tab
      mysql-test/r/rpl000010.result:
        Removed end tab
      mysql-test/r/rpl000011.result:
        Removed end tab
      mysql-test/r/rpl000012.result:
        Removed end tab
      mysql-test/r/rpl000012.status.result:
        Removed end tab
      mysql-test/r/rpl000013.result:
        Removed end tab
      mysql-test/r/rpl000013.status.result:
        Removed end tab
      mysql-test/r/rpl000014.result:
        Removed end tab
      mysql-test/r/rpl000015.result:
        Removed end tab
      mysql-test/r/rpl000016.result:
        Removed end tab
      mysql-test/r/sel000001.result:
        Removed end tab
      mysql-test/r/sel000002.result:
        Removed end tab
      mysql-test/r/sel000003.result:
        Removed end tab
      mysql-test/r/sel000004.result:
        Removed end tab
      mysql-test/r/sel000005.result:
        Removed end tab
      mysql-test/r/sel000006.result:
        Removed end tab
      mysql-test/r/sel000007.result:
        Removed end tab
      mysql-test/r/sel000008.result:
        Removed end tab
      mysql-test/r/sel000009.result:
        Removed end tab
      mysql-test/r/sel000010.result:
        Removed end tab
      mysql-test/r/sel000011.result:
        Removed end tab
      mysql-test/r/sel000012.result:
        Removed end tab
      mysql-test/r/sel000013.result:
        Removed end tab
      mysql-test/r/sel000014.result:
        Removed end tab
      mysql-test/r/sel000015.result:
        Removed end tab
      mysql-test/r/sel000016.result:
        Removed end tab
      mysql-test/r/sel000017.result:
        Removed end tab
      mysql-test/r/sel000018.result:
        Removed end tab
      mysql-test/r/sel000019.result:
        Removed end tab
      mysql-test/r/sel000020.result:
        Removed end tab
      mysql-test/r/sel000021.result:
        Removed end tab
      mysql-test/r/sel000022.result:
        Removed end tab
      mysql-test/r/sel000023.result:
        Removed end tab
      mysql-test/r/sel000024.result:
        Removed end tab
      mysql-test/r/sel000025.result:
        Removed end tab
      mysql-test/r/sel000026.result:
        Removed end tab
      mysql-test/r/sel000027.result:
        Removed end tab
      mysql-test/r/sel000028.result:
        Removed end tab
      mysql-test/r/sel000029.result:
        Removed end tab
      mysql-test/r/sel000030.result:
        Removed end tab
      mysql-test/r/sel000031.result:
        Removed end tab
      mysql-test/r/sel000032.result:
        Removed end tab
      mysql-test/r/sel000033.result:
        Removed end tab
      mysql-test/r/sel000100.result:
        Removed end tab
      mysql-test/r/shw000001.result:
        Removed end tab
      mysql-test/r/slave-running.result:
        Removed end tab
      mysql-test/r/slave-stopped.result:
        Removed end tab
      mysql-test/t/bdb.test:
        Check that we have BDB support
      mysql-test/t/replace.test:
        Check if we support ISAM tables
      sql/gen_lex_hash.cc:
        Fixed bug in last output
      sql/ha_berkeley.cc:
        Bug fix
      sql/ha_berkeley.h:
        Initialize using_ignore
      sql/handler.h:
        Fixed typo
      sql/mysqld.cc:
        Fixed typos;  Added variable 'have_isam'
      sql/sql_class.h:
        Fixed typo
      BitKeeper/etc/ignore:
        Added sql-bench/Results-linux/ATIS-mysql_bdb-Linux_2.2.14_my_SMP_i686 to the ignore list
      6cf1d680
  29. 26 Dec, 2000 1 commit
  30. 24 Dec, 2000 1 commit
    • unknown's avatar
      New benchmark test · dcc13f21
      unknown authored
      Fixed bug in REPLACE with BDB tables
      Prepare for write lock on read for BDB
      Inform the handler when we want to use IGNORE / REPLACE
      New manual pages
      
      
      Docs/manual.texi:
        Updates for BDB tables and new changes
      client/mysql.cc:
        Cleanup
      configure.in:
        Added sys/ioctl.h
      heap/hp_rkey.c:
        Fixed bug when reading next on not unique key
      include/my_base.h:
        Added new extra options
      man/mysql.1:
        Added example
      mysys/my_write.c:
        Safety fix
      scripts/mysqlaccess.sh:
        Removed debug output
      scripts/safe_mysqld.sh:
        Added --open-files-limit
      sql-bench/Results/ATIS-mysql-Linux_2.2.14_my_SMP_i686:
        Updated to new benchmark
      sql-bench/Results/RUN-mysql-Linux_2.2.14_my_SMP_i686:
        Updated to new benchmark
      sql-bench/Results/alter-table-mysql-Linux_2.2.14_my_SMP_i686:
        Updated to new benchmark
      sql-bench/Results/big-tables-mysql-Linux_2.2.14_my_SMP_i686:
        Updated to new benchmark
      sql-bench/Results/connect-mysql-Linux_2.2.14_my_SMP_i686:
        Updated to new benchmark
      sql-bench/Results/create-mysql-Linux_2.2.14_my_SMP_i686:
        Updated to new benchmark
      sql-bench/Results/insert-mysql-Linux_2.2.14_my_SMP_i686:
        Updated to new benchmark
      sql-bench/Results/select-mysql-Linux_2.2.14_my_SMP_i686:
        Updated to new benchmark
      sql-bench/Results/wisconsin-mysql-Linux_2.2.14_my_SMP_i686:
        Updated to new benchmark
      sql-bench/bench-init.pl.sh:
        Updated to new benchmark
      sql-bench/server-cfg.sh:
        Fixes for HEAP tables
      sql-bench/test-ATIS.sh:
        Fix for heap tables
      sql-bench/test-insert.sh:
        Added some ORDER BY benchmarks to test more things
      sql/ha_berkeley.cc:
        Fix a bug in REPLACE
      sql/ha_berkeley.h:
        Fix to handle lock_on_read
      sql/mysql_priv.h:
        Prepare for internal subtransactions in BDB
      sql/mysqld.cc:
        Added -O open_files_limit=#
      sql/sql_insert.cc:
        Inform the handler when we want to use IGNORE / REPLACE
      sql/sql_load.cc:
        Inform the handler when we want to use IGNORE / REPLACE
      sql/sql_parse.cc:
        Cleanup
      sql/sql_show.cc:
        Cleanup
      sql/sql_table.cc:
        Inform the handler when we want to use IGNORE / REPLACE
      sql/sql_update.cc:
        Inform the handler when we want to use IGNORE / REPLACE
      support-files/binary-configure.sh:
        Better message
      dcc13f21
  31. 20 Dec, 2000 1 commit
    • unknown's avatar
      sql/mysqld.cc · 28be6441
      unknown authored
          small fixes in backtrace code
      
      
      sql/mysqld.cc:
        small fixes in backtrace code
      28be6441
  32. 19 Dec, 2000 1 commit
  33. 18 Dec, 2000 2 commits
    • unknown's avatar
      erge with 4.0 + updates for column types · 81fd9505
      unknown authored
      sql-bench/copy-db.sh:
        Change mode to -rw-rw-r--
      sql-bench/crash-me.sh:
        Change mode to -rw-rw-r--
      sql-bench/server-cfg.sh:
        Change mode to -rw-rw-r--
      sql-bench/test-insert.sh:
        Change mode to -rw-rw-r--
      Docs/manual.texi:
        Merge with 4.0 + updates for column types
      sql/mysqld.cc:
        cleanup
      81fd9505
    • unknown's avatar
      fixed logging bug in generate_table() · d63b8290
      unknown authored
      added message on all segfaults, and numeric backtrace of Linux i386
      introduced a bug into ENCRYPT() to test backtrace - will clean up
      before push, but need this commit locally to pull on slave repositories
      to do further testing
      
      
      sql/item_strfunc.cc:
        temporarily introduced coredump bug into encrypt -- will not push,
        don't worry, just need to commit locally to test if my backtrace
        magic works on non-debugging binaries
      sql/mysqld.cc:
        changed SIGSEGV handler to execute on all platforms. write_core()
        invoked only if you do --core-file, but a message is printed regardless
        On i386 Linux, attempt a numeric backtrace
      sql/sql_delete.cc:
        Fixed logging bug - must log before send_ok(), otherwise, we may mess
        up error code in the query event if send_ok() fails.
      d63b8290