An error occurred fetching the project authors.
  1. 19 Dec, 2003 1 commit
  2. 27 Sep, 2003 1 commit
  3. 27 Aug, 2003 1 commit
    • unknown's avatar
      Added a warning to my_print_defaults if --verbose is given · 59de978b
      unknown authored
      and --defaults-file is a non-existing or non-regular file.
      Bug#755
      
      
      scripts/mysqld_safe.sh:
        Added a warning to my_print_defaults if --verbose is given
        and --defaults-file is a non-existing or non-regular file.
        
        Bug#755
      59de978b
  4. 15 Jul, 2003 1 commit
  5. 14 Jun, 2003 1 commit
  6. 12 Jun, 2003 1 commit
  7. 15 Apr, 2003 1 commit
  8. 16 Feb, 2003 1 commit
    • unknown's avatar
      Patch for novell · 73cc50e4
      unknown authored
      Reverted wrong patch for mysqld_safe.sh
      
      
      client/mysqldump.c:
        Patch for novell.
      scripts/mysqld_safe.sh:
        Reverted wrong patch.
        (We must delete the files first as otherwise we will get a problem if the files has the wrong permissions or if the machine went down without removing the socket file)
      73cc50e4
  9. 12 Feb, 2003 1 commit
  10. 28 Jan, 2003 1 commit
  11. 09 Jan, 2003 1 commit
  12. 11 Nov, 2002 1 commit
    • unknown's avatar
      Fixed that NULL and 0 returns 0 instead of NULL · 3165440c
      unknown authored
      This is coded to not cause a speed impact on top level AND expressions where we don't care if an AND expression returns 0 or NULL
      
      
      mysql-test/r/bdb.result:
        Fix results after serges last patch
      mysql-test/r/innodb.result:
        Fix results after serges last patch
      mysql-test/r/null.result:
        Update for new AND handling of NULL
      scripts/mysqld_safe.sh:
        Fix 'isroot' test to work even if user is not root
      sql/item.h:
        Fixed that NULL and 0 returns 0 instead of NULL
      sql/item_cmpfunc.cc:
        Fixed that NULL and 0 returns 0 instead of NULL
      sql/item_cmpfunc.h:
        Fixed that NULL and 0 returns 0 instead of NULL
      sql/sql_base.cc:
        Fixed that NULL and 0 returns 0 instead of NULL
      sql/sql_parse.cc:
        Fixed that NULL and 0 returns 0 instead of NULL
      sql/sql_select.cc:
        Fixed that NULL and 0 returns 0 instead of NULL
      sql/sql_yacc.yy:
        Fixed that NULL and 0 returns 0 instead of NULL
      3165440c
  13. 08 Nov, 2002 1 commit
  14. 29 Oct, 2002 1 commit
    • unknown's avatar
      Added --skip-safemalloc to mysqltest · 31ba88c0
      unknown authored
      Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x
      Small change in EXCHANGE output
      Propagate open-files-limit from mysqld_safe -> mysqld
      Fixed speed bug in GROUP BY
      Added quotes around database name in CREATE DATABASE db_name (for binary log)
      
      
      BitKeeper/etc/ignore:
        added stamp-h1
      Docs/manual.texi:
        Added 4.1 manual section
        Updated changelog
      client/mysqltest.c:
        Added --skip-safemalloc
      include/my_global.h:
        Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x
      mysql-test/mysql-test-run.sh:
        Start mysqltest with --skip-safemalloc (To get it faster)
      mysql-test/r/bdb.result:
        Update for new EXPLAIN output
      mysql-test/r/compare.result:
        Update for new EXPLAIN output
      mysql-test/r/create.result:
        Update for new EXPLAIN output
      mysql-test/r/distinct.result:
        Update for new EXPLAIN output
      mysql-test/r/explain.result:
        Update for new EXPLAIN output
      mysql-test/r/group_by.result:
        Update for new EXPLAIN output
      mysql-test/r/heap.result:
        Update for new EXPLAIN output
      mysql-test/r/innodb.result:
        Update for new EXPLAIN output
      mysql-test/r/join_outer.result:
        Update for new EXPLAIN output
      mysql-test/r/key_diff.result:
        Update for new EXPLAIN output
      mysql-test/r/merge.result:
        Update for new EXPLAIN output
      mysql-test/r/null_key.result:
        Update for new EXPLAIN output
      mysql-test/r/order_by.result:
        Update for new EXPLAIN output
      mysql-test/r/select.result:
        Update for new EXPLAIN output
      mysql-test/r/temp_table.result:
        Fixed speed bug in GROUP BY
      mysql-test/r/type_datetime.result:
        Update for new EXPLAIN output
      mysql-test/r/user_var.result:
        Update for new EXPLAIN output
      mysql-test/r/variables.result:
        Removed variable safe_show_database
      mysql-test/t/temp_table.test:
        Fixed speed bug in GROUP BY
      mysql-test/t/variables.test:
        Removed not used variable safe_show_databases
      scripts/mysqld_safe.sh:
        Propagate open-files-limit from mysqld_safe -> mysqld
      sql/mysqld.cc:
        Removed variable safe_show_database
      sql/set_var.cc:
        Removed variable safe_show_database
      sql/slave.cc:
        Updated error message
      sql/sql_db.cc:
        Added quotes around database name in CREATE DATABASE db_name
      sql/sql_select.cc:
        Fixed speed bug in GROUP BY
      31ba88c0
  15. 07 Oct, 2002 1 commit
  16. 05 Oct, 2002 1 commit
  17. 22 Oct, 2001 1 commit
  18. 28 Jun, 2001 1 commit
    • unknown's avatar
      Changed safe_mysqld -> mysqld_safe · 833f353e
      unknown authored
      Added some alias to SHOW commands
      Prepare for dynamic changing of MySQL variables
      
      
      man/Makefile.am:
        Changed safe_mysqld -> mysqld_safe
      man/isamchk.1:
        Changed safe_mysqld -> mysqld_safe
      man/isamlog.1:
        Changed safe_mysqld -> mysqld_safe
      man/mysql.1:
        Changed safe_mysqld -> mysqld_safe
      man/mysql_zap.1:
        Changed safe_mysqld -> mysqld_safe
      man/mysqlaccess.1:
        Changed safe_mysqld -> mysqld_safe
      man/mysqladmin.1:
        Changed safe_mysqld -> mysqld_safe
      man/mysqld.1:
        Changed safe_mysqld -> mysqld_safe
      man/mysqld_multi.1:
        Changed safe_mysqld -> mysqld_safe
      man/mysqld_safe.1:
        Changed safe_mysqld -> mysqld_safe
      man/mysqldump.1:
        Changed safe_mysqld -> mysqld_safe
      man/mysqlshow.1:
        Changed safe_mysqld -> mysqld_safe
      man/perror.1:
        Changed safe_mysqld -> mysqld_safe
      man/replace.1:
        Changed safe_mysqld -> mysqld_safe
      man/which.2:
        Changed safe_mysqld -> mysqld_safe
      myisam/mi_search.c:
        Fixed bug when using packed keys.
      scripts/Makefile.am:
        Changed safe_mysqld -> mysqld_safe
      scripts/make_binary_distribution.sh:
        Changed safe_mysqld -> mysqld_safe
      scripts/mysql_install_db.sh:
        Changed safe_mysqld -> mysqld_safe
      scripts/mysqld_multi.sh:
        Changed safe_mysqld -> mysqld_safe
      scripts/mysqld_safe-watch.sh:
        Changed safe_mysqld -> mysqld_safe
      scripts/mysqld_safe.sh:
        Changed safe_mysqld -> mysqld_safe
      sql/lex.h:
        Addex SHOW INDEXES as an alias for SHOW INDEX
      sql/sql_class.cc:
        Prepare for dynamic changing of MySQL variables
      sql/sql_lex.h:
        Prepare for dynamic changing of MySQL variables
      sql/sql_yacc.yy:
        Some changes to SHOW commands.
      support-files/binary-configure.sh:
        Changed safe_mysqld -> mysqld_safe
      support-files/mysql-max.spec.sh:
        Changed safe_mysqld -> mysqld_safe
      support-files/mysql-multi.server.sh:
        Changed safe_mysqld -> mysqld_safe
      support-files/mysql.server.sh:
        Changed safe_mysqld -> mysqld_safe
      support-files/mysql.spec.sh:
        Changed safe_mysqld -> mysqld_safe
      833f353e
  19. 29 May, 2001 1 commit
    • unknown's avatar
      Fixed a few typos. · 3a837a04
      unknown authored
      Docs/manual.texi:
        my.cfg -> my.cnf
      scripts/safe_mysqld.sh:
        my.cfg -> my.cnf
      support-files/mysql-multi.server.sh:
        my.cfg -> my.cnf
      support-files/mysql.server.sh:
        my.cfg -> my.cnf
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3a837a04
  20. 13 Apr, 2001 2 commits
    • unknown's avatar
      Changed -O6 to -O3 · 6efc95d5
      unknown authored
      Portability fix for Innodb
      
      
      BUILD/compile-pentium-max:
        Change mode to -rwxrwxr-x
      BUILD/SETUP.sh:
        Changed -O6 to -O3
      Docs/manual.texi:
        Changed -O6 to -O3
      configure.in:
        Changed -O6 to -O3
        Added test of pthread_yield (For Innodb)
      innobase/os/os0thread.c:
        Fix portability problem with RedHat 6.1
      scripts/safe_mysqld.sh:
        Fix option --mysqld-version
      sql/gen_lex_hash.cc:
        Smaller array
      support-files/mysql.spec.sh:
        Changed -O6 to -O3
      6efc95d5
    • unknown's avatar
      Changes to get mysqld-max to compile · 3b78ab65
      unknown authored
      BUILD/SETUP.sh:
        Changed to use -ffixed-ebp with -fomit-frame-pointer
      BUILD/compile-pentium:
        Changed to use reckless flags as defaults as this appears to work
        good, even with stack-traces.
      Build-tools/Do-all-build-steps:
        Innobase -> Innodb
      Docs/manual.texi:
        Added information about -ffixed-ebp
      scripts/safe_mysqld.sh:
        Added option --mysqld-version
        Use mysqld-max binary as default if installed and --mysqld or --mysqld-version
        is not used
      support-files/mysql-max.spec.sh:
        Fixed bugs
      support-files/mysql.spec.sh:
        Added Max package
      tests/fork_big.pl:
        Added --user and --password
      3b78ab65
  21. 17 Feb, 2001 2 commits
    • unknown's avatar
      Write UNION() for MERGE tables · 45610211
      unknown authored
      Docs/manual.texi:
        Clearify when logging is done
      myisam/myisamchk.c:
        Better error message
      mysql-test/r/merge.result:
        Added test for SHOW CREATE on MERGE table
      scripts/safe_mysqld.sh:
        Search by default in database directory
      sql/ha_myisammrg.h:
        Add UNION() to SHOW CREATE TABLE
      sql/sql_update.cc:
        removed compiler warning
      45610211
    • unknown's avatar
      Added Innobase to source distribution · 2662b593
      unknown authored
      Docs/manual.texi:
        Added Innobase documentation
      configure.in:
        Incremented version
      include/my_base.h:
        Added option for Innobase
      myisam/mi_check.c:
        cleanup
      mysql-test/t/bdb.test:
        cleanup
      mysql-test/t/innobase.test:
        Extended with new tests from bdb.test
      mysql-test/t/merge.test:
        Added test of SHOW create
      mysys/my_init.c:
        Fix for UNIXWARE 7
      scripts/mysql_install_db.sh:
        Always write how to start mysqld
      scripts/safe_mysqld.sh:
        Fixed type
      sql/ha_innobase.cc:
        Update to new version
      sql/ha_innobase.h:
        Update to new version
      sql/handler.h:
        Added 'update_table_comment()' and 'append_create_info()'
      sql/sql_delete.cc:
        Fixes for Innobase
      sql/sql_select.cc:
        Fixes for Innobase
      sql/sql_show.cc:
        Append create information (for MERGE tables)
      sql/sql_update.cc:
        Fixes for Innobase
      2662b593
  22. 07 Jan, 2001 1 commit
    • unknown's avatar
      Fixed bug when having many binary log files · fc4a3ef7
      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
      fc4a3ef7
  23. 31 Dec, 2000 1 commit
    • unknown's avatar
      Fixed new bug in BDB tables · 085ac181
      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
      085ac181
  24. 29 Dec, 2000 1 commit
    • unknown's avatar
      Fixed --no-defaults in mysqltest · 29fa7252
      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
      29fa7252
  25. 24 Dec, 2000 1 commit
    • unknown's avatar
      New benchmark test · 78cf07c8
      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
      78cf07c8
  26. 18 Dec, 2000 1 commit
    • unknown's avatar
      Lots of new benchmark runs · 374cc051
      unknown authored
      Remember filename for temporary files created with mkstemp
      Fixed wrongly allocated BDB share structure
      Cleanups for SunPRO
      
      
      BitKeeper/deleted/.del-ATIS-mysql-SunOS_5.6_sun4m~62028e0375b3b8b:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql-SunOS_5.6_sun4m~eafc8188345e262b:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-alter-table-mysql-SunOS_5.6_sun4m~8a1bd6589a189890:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql-SunOS_5.6_sun4m~f351a7f3e1e2257e:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql-SunOS_5.6_sun4m~a10e3ddfa26a3e7f:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql-SunOS_5.6_sun4m~9233114ae6f8c5f:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql-SunOS_5.6_sun4m~3402d060ae20e19:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql-SunOS_5.6_sun4m~4da215905bce988d:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql-SunOS_5.6_sun4m~ec61b14072715dc8:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ATIS-mysql-Linux_2.2.12_20smp_i686~28211fb9f0e6ab0e:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql-Linux_2.2.12_20smp_i686~da28ced3e0aac09c:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-alter-table-mysql-Linux_2.2.12_20smp_i686~67ae4e91b5f4eabd:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql-Linux_2.2.12_20smp_i686~a2dcb74a3c73ac18:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql-Linux_2.2.12_20smp_i686~beedcd769a903c19:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql-Linux_2.2.12_20smp_i686~fe23ee50aea195f4:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql-Linux_2.2.12_20smp_i686~f120b0ead3836c81:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql-Linux_2.2.12_20smp_i686~3b64aff0dfddfff4:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_2.2.12_20smp_i686~d49db545341a732f:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ATIS-mysql-Linux_2.2.13_SMP_alpha~136bdd9fd1a2cd14:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ATIS-mysql_fast-Linux_2.2.13_SMP_alpha~defb62af5958fcac:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql-Linux_2.2.13_SMP_alpha~f6fa9f46d4a6152:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql_fast-Linux_2.2.13_SMP_alpha~16694c5927b7600c:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-alter-table-mysql-Linux_2.2.13_SMP_alpha~c85eb85ba45dd748:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-alter-table-mysql_fast-Linux_2.2.13_SMP_alpha~b062db76cf6df5d2:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql-Linux_2.2.13_SMP_alpha~b5f4f4c35225f0f:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql_fast-Linux_2.2.13_SMP_alpha~a9eedd951eab7e8b:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql-Linux_2.2.13_SMP_alpha~74ec2bf5f55b81f:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql_fast-Linux_2.2.13_SMP_alpha~f6d7665c418d62c6:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql-Linux_2.2.13_SMP_alpha~771b40d3280fe8ad:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql_fast-Linux_2.2.13_SMP_alpha~c46d6c283c0e34ae:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql-Linux_2.2.13_SMP_alpha~17f262f12d2244bc:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql_fast-Linux_2.2.13_SMP_alpha~3245ba5633a18e8:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql-Linux_2.2.13_SMP_alpha~9fd9c6e036f988d7:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql_fast-Linux_2.2.13_SMP_alpha~744633c6e13a897f:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_2.2.13_SMP_alpha~ad7babd436f26841:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql_fast-Linux_2.2.13_SMP_alpha~6ad065fe4c6b4fa9:
        ***MISSING WEAVE***
      BUILD/compile-pentium:
        Added command line arguments
      Docs/manual.texi:
        Update for 3.23.30
      configure.in:
        Removed duplicated symbol
      include/my_sys.h:
        cleanup of my_open/my_create/my_tempfile
      mysys/mf_tempfile.c:
        Remember filename for temporary files created with mkstemp
      mysys/my_create.c:
        cleanup of my_open/my_create/my_tempfile
      mysys/my_open.c:
        cleanup of my_open/my_create/my_tempfile
      scripts/mysqld_multi.sh:
        Use paths from configure
      scripts/safe_mysqld.sh:
        Cleanup
      sql-bench/Results/ATIS-mysql-SunOS_5.7_sun4m:
        New benchmark results
      sql-bench/Results/RUN-mysql-SunOS_5.7_sun4m:
        New benchmark results
      sql-bench/Results/alter-table-mysql-SunOS_5.7_sun4m:
        New benchmark results
      sql-bench/Results/big-tables-mysql-SunOS_5.7_sun4m:
        New benchmark results
      sql-bench/Results/connect-mysql-SunOS_5.7_sun4m:
        New benchmark results
      sql-bench/Results/create-mysql-SunOS_5.7_sun4m:
        New benchmark results
      sql-bench/Results/insert-mysql-SunOS_5.7_sun4m:
        New benchmark results
      sql-bench/Results/select-mysql-SunOS_5.7_sun4m:
        New benchmark results
      sql-bench/Results/wisconsin-mysql-SunOS_5.7_sun4m:
        New benchmark results
      sql/ha_berkeley.cc:
        Fixed wrongly allocated share structure
      sql/item_cmpfunc.cc:
        Cleanup
      sql/item_cmpfunc.h:
        Cleanup
      sql/log_event.h:
        Cleanup
      sql/mysqld.cc:
        Changed default number of BDB locks to 10000
      sql/sql_class.h:
        cleanup
      sql/sql_show.cc:
        cleanup
      support-files/mysql.spec.sh:
        Added mysqld_multi
      sql-bench/Results-linux/ATIS-mysql_dbug-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/ATIS-mysql_dbug_full-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/RUN-mysql_dbug-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/RUN-mysql_dbug_full-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/alter-table-mysql_dbug-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/alter-table-mysql_dbug_full-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/big-tables-mysql_dbug-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/big-tables-mysql_dbug_full-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/connect-mysql_dbug-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/connect-mysql_dbug_full-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/create-mysql_dbug-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/create-mysql_dbug_full-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/insert-mysql_dbug-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/insert-mysql_dbug_full-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/select-mysql_dbug-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/select-mysql_dbug_full-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/wisconsin-mysql_dbug-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/wisconsin-mysql_dbug_full-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      374cc051
  27. 29 Nov, 2000 1 commit
    • 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
  28. 19 Nov, 2000 1 commit
    • unknown's avatar
      safe_mysqld.sh · 659b379c
      unknown authored
        - set pid_file and err_log relative to DATADIR as specified in
          the my.cnf file, instead of the default value
        - do not pass safe_mysqld-specific options to mysqld
        - minor style changes (remove extra ; at end of line, make
          spacing more consistent, etc.)
      
      manual.ja.texi
        - Turn off SCCS flag
      
      
      Docs/manual.ja.texi:
        Turn off SCCS flag
      scripts/safe_mysqld.sh:
        - set pid_file and err_log relative to DATADIR
          as specified in the my.cnf file, instead of
          the default value
        - do not pass safe_mysqld-specific options to
          mysqld
        - minor style changes (remove extra ; at end of
          line, make spacing more consistent, etc.)
      659b379c
  29. 13 Nov, 2000 1 commit
    • unknown's avatar
      Bug fixes, TRUNCATE, safer passwords on command line and connect timeout · f3d2341f
      unknown authored
      Docs/manual.texi:
        Update of safe_mysqld, TRUNCATE and changes for 3.23.28
      client/mysql.cc:
        Added --timeout
      client/mysqladmin.c:
        Safer password handling
      client/mysqldump.c:
        Safer password handling
      client/mysqlimport.c:
        Safer password handling
      client/mysqlshow.c:
        Safer password handling
      configure.in:
        Fixes for Darwin and added test of poll
      include/my_pthread.h:
        Fixes for darwin
      include/violite.h:
        Added test for polling
      libmysql/libmysql.c:
        connect timeout
      libmysql/violite.c:
        connect timeout
      mysys/hash.c:
        Fix when delting from empty table
      scripts/safe_mysqld.sh:
        Added --open-files, --core-file-size and --timezone
      sql-bench/bench-init.pl.sh:
        Function print_time
      sql-bench/crash-me.sh:
        Added test of truncate
      sql-bench/test-insert.sh:
        More "estimated" tests
      sql-bench/test-select.sh:
        More "estimated" tests
      sql/filesort.cc:
        Removed allocation of extra memory
      sql/ha_berkeley.cc:
        Better estimation of number of rows
      sql/item_create.cc:
        Truncate
      sql/item_create.h:
        Truncate
      sql/item_strfunc.cc:
        Removed usage of MY_FAE
      sql/lex.h:
        Truncate
      sql/lock.cc:
        Fixed possible loop bug
      sql/log.cc:
        Removed usage of FILE:s
      sql/mysqld.cc:
        Print of more server variables
      sql/sql_class.h:
        Changed FILE -> File
      sql/sql_insert.cc:
        Fixed bug in temptable handling
      sql/sql_lex.h:
        Cleanup
      sql/sql_load.cc:
        Removed usage of MY_FAE
      sql/sql_parse.cc:
        Cleanup + TRUNCATE
      sql/sql_select.cc:
        Cleanup + fix for INSERT ... SELECT
      sql/sql_yacc.yy:
        TRUNCATE
      sql/violite.c:
        Merge with client/violite.c
      strings/strstr-sparc.s:
        Fixed wrong register usage
      f3d2341f
  30. 20 Oct, 2000 1 commit
    • unknown's avatar
      Bug fixes + defines for INNOBASE · 982260d2
      unknown authored
      Docs/manual.texi:
        Cleanups
      client/sql_string.cc:
        Fixes for AIX
      mit-pthreads/Changes-mysql:
        Changelog
      mit-pthreads/config/configure.in:
        Fixes for NETBSD
      mit-pthreads/config/configure:
        Fixes for NETBSD
      mit-pthreads/gen/ctime.c:
        Fixes for NETBSD
      mysys/my_pthread.c:
        Changed assert to dbug_assert
      scripts/make_binary_distribution.sh:
        Removed mysql-test
      scripts/safe_mysqld.sh:
        Forced --defaults-extra-file to be first argument to mysqld
      sql/handler.h:
        Added INNOBASE database type
      sql/item_func.h:
        Fixed core dump when using MATCH
      sql/lex.h:
        Added INNOBASE database type
      sql/mysqld.cc:
        Fix for future
      sql/sql_yacc.yy:
        Added INNOBASE database type
      982260d2
  31. 10 Oct, 2000 1 commit
    • unknown's avatar
      Portability fixes · f4d7717c
      unknown authored
      Docs/manual.texi:
        Update for Access 2000
      extra/perror.c:
        Added --silent
      include/my_pthread.h:
        Patch for windows
      scripts/safe_mysqld.sh:
        Fix of bug in --patch
      sql/sql_lex.cc:
        Allow numbers of type 1e1
      sql/sql_string.h:
        Safety fix
      sql/sql_table.cc:
        Portability fix
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      f4d7717c
  32. 23 Sep, 2000 1 commit
  33. 21 Sep, 2000 1 commit
    • unknown's avatar
      Fixes for MyISAM and packed keys + AIX · 5f124862
      unknown authored
      Docs/manual.texi:
        Updated changelog
      client/mysql.cc:
        Free all memory, even if we can't connect to the server
      include/config-win.h:
        Ensure that we don't use SAFE_MUTEX on windows
      include/my_pthread.h:
        Optimze struct for Ia64
      include/myisam.h:
        Hack for debugging BIG tables
      myisam/mi_check.c:
        Hack for debugging BIG tables
      myisam/mi_search.c:
        Fixed bug in packed keys
      myisam/myisamchk.c:
        Hack for debugging BIG tables
      mysys/thr_mutex.c:
        Make safe_mutex safe for windows
      scripts/safe_mysqld.sh:
        Fix nice test and echo output
      sql/share/Makefile.am:
        Fix character sets
      sql/sql_string.cc:
        Fixes for AIX (which can't handle that the length argument is 0)
      5f124862
  34. 14 Sep, 2000 1 commit
    • unknown's avatar
      configure fixes · 3dac1751
      unknown authored
      scripts/make_binary_distribution.sh:
        Change mode to -rw-rw-r--
      scripts/mysql_convert_table_format.sh:
        Change mode to -rw-rw-r--
      scripts/mysql_find_rows.sh:
        Change mode to -rw-rw-r--
      scripts/mysql_setpermission.sh:
        Change mode to -rw-rw-r--
      scripts/mysql_zap.sh:
        Change mode to -rw-rw-r--
      scripts/mysqlaccess.sh:
        Change mode to -rw-rw-r--
      scripts/mysqlbug.sh:
        Change mode to -rw-rw-r--
      scripts/mysqlhotcopy.sh:
        Change mode to -rw-rw-r--
      scripts/safe_mysqld-watch.sh:
        Change mode to -rw-rw-r--
      scripts/safe_mysqld.sh:
        Change mode to -rw-rw-r--
      scripts/mysqlaccess.conf:
        Change mode to -rw-rw-r--
      support-files/binary-configure.sh:
        Change mode to -rw-rw-r--
      Docs/Makefile.am:
        Remove manual.ps when doing make distclean
      Docs/manual.texi:
        Fix
      Makefile.am:
        Fix that my_config.h is properly created and removed
      include/Makefile.am:
        Fix that my_config.h is properly created and removed
      libmysql/Makefile.shared:
        Add some distclean targets
      scripts/Makefile.am:
        Add some distclean targets
      support-files/Makefile.am:
        Add some distclean targets
      3dac1751
  35. 13 Sep, 2000 1 commit
  36. 12 Sep, 2000 2 commits
    • unknown's avatar
      Fixes for FULLTEXT and TIME type · 1040f1ac
      unknown authored
      Docs/manual.texi:
        Update of Linux notes and mysql_install_db
      include/my_tree.h:
        new tree function
      myisam/ft_parser.c:
        Fix free() bug
      myisam/ft_search.c:
        Fix free() bug
      myisam/ft_update.c:
        Fix free() bug
      scripts/safe_mysqld.sh:
        Check if we run as root
      sql-bench/Results-linux/ATIS-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/ATIS-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/RUN-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/RUN-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/alter-table-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/alter-table-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/big-tables-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/big-tables-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/connect-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/connect-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/create-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/create-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/insert-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/insert-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/select-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/select-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/wisconsin-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/wisconsin-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/server-cfg.sh:
        Added use of OPTIMIZE TABLE
      sql-bench/test-ATIS.sh:
        Added use of OPTIMIZE TABLE
      sql-bench/test-insert.sh:
        Added use of OPTIMIZE TABLE
      sql-bench/test-select.sh:
        Added use of OPTIMIZE TABLE
      sql-bench/test-wisconsin.sh:
        Added use of OPTIMIZE TABLE
      sql/field.cc:
        Fix TIME type
      sql/item_func.h:
        Fixed Free bug
      1040f1ac
    • unknown's avatar
      Update to new root alloc, OPTIMIZE TABLE and some other changes · fe4cccd6
      unknown authored
      Docs/manual.texi:
        Added chapter for binary log, updated the changelog, linux section, OPTIMIZE TABLE...
      client/mysqladmin.c:
        Fixed bug with pid-file handling.
      client/mysqldump.c:
        Version change
      configure.in:
        Version change
      include/Makefile.am:
        Fix for SCO to get sched.h removed.
      include/global.h:
        Increased MY_NFILE;  Added thread_safe_increment
      include/my_sys.h:
        Better root_alloc
      include/mysql.h:
        Better root_alloc
      include/mysys_err.h:
        Fix for PREAD/PWRITE on windows
      libmysql/libmysql.c:
        Better root_alloc
      myisam/mi_locking.c:
        Fix for PREAD/PWRITE on windows
      myisam/mi_static.c:
        Fix for PREAD/PWRITE on windows
      mysys/default.c:
        Better root_alloc
      mysys/errors.c:
        Fix for PREAD/PWRITE on windows
      mysys/my_alloc.c:
        Better root_alloc
      mysys/my_create.c:
        Fix for PREAD/PWRITE on windows
      mysys/my_fopen.c:
        Fix for PREAD/PWRITE on windows
      mysys/my_open.c:
        Fix for PREAD/PWRITE on windows
      mysys/my_pread.c:
        Fix for PREAD/PWRITE on windows
      mysys/tree.c:
        Better root_alloc
      readline/bind.c:
        Removed compiler warning
      readline/isearch.c:
        Removed compiler warning
      scripts/safe_mysqld.sh:
        Allow use of MYSQL_UNIX_PORT and MYSQL_TCP_PORT
      sql-bench/crash-me.sh:
        Version change
      sql-bench/limits/mysql-3.23.cfg:
        Update to latest MySQL version
      sql/filesort.cc:
        Added more statistics
      sql/ha_berkeley.h:
        Fixed bug with ORDER BY
      sql/ha_myisam.cc:
        Added OPTIMIZE TABLE and cleaned up the repair code
      sql/ha_myisam.h:
        Added OPTIMIZE TABLE and cleaned up the repair code
      sql/handler.cc:
        Added OPTIMIZE TABLE and cleaned up the repair code
      sql/handler.h:
        Added OPTIMIZE TABLE and cleaned up the repair code
      sql/item_func.cc:
        Fixed comment
      sql/item_timefunc.cc:
        Fixed possible month bug
      sql/mini_client.cc:
        Use of new root_alloc
      sql/mysql_priv.h:
        Added OPTIMIZE TABLE and cleaned up the repair code
      sql/mysqld.cc:
        Added more statistics
      sql/opt_range.cc:
        Use of new root_alloc
      sql/slave.cc:
        Use of new root_alloc
      sql/sql_acl.cc:
        Use of new root_alloc
      sql/sql_class.cc:
        Use of new root_alloc
      sql/sql_parse.cc:
        Use of new root_alloc
      sql/sql_select.cc:
        Added more statistics
      sql/sql_table.cc:
        Added OPTIMIZE TABLE and cleaned up the repair code
      sql/sql_udf.cc:
        Use of new root_alloc
      sql/sql_yacc.yy:
        Fixed that OPTIMIZE TABLE can take many tables as arguments
      sql/table.cc:
        Use of new root_alloc
      sql/thr_malloc.cc:
        Use of new root_alloc
      support-files/mysql.server.sh:
        Removed usage of AWK
      fe4cccd6
  37. 30 Aug, 2000 1 commit