An error occurred fetching the project authors.
  1. 03 Jan, 2006 1 commit
    • unknown's avatar
      Copyright string fixes (bug#15974), version fix for 5.0.17a "certified". · 02e985a2
      unknown authored
      configure.in:
        Change the version identification for the "certified" builds.
      extra/comp_err.c:
        Ensure that the license spelling is as expected by the "mysql_copyright" tool.
      scripts/mysqld_multi.sh:
        The "mysql_copyright" tool will not change non-C files, so do not mention the license.
      02e985a2
  2. 30 Sep, 2005 1 commit
  3. 31 Aug, 2005 1 commit
  4. 26 Apr, 2005 4 commits
  5. 04 Jan, 2005 1 commit
    • unknown's avatar
      Added checking for my.cnf file from environment variable MYSQL_HOME · b7322bad
      unknown authored
      instead of DATADIR.
      
      
      include/config-win.h:
        Added checks for environment variable MYSQL_HOME
      libmysql/Makefile.shared:
        Added checks for environment variable MYSQL_HOME
      mysys/Makefile.am:
        Added checks for environment variable MYSQL_HOME
      mysys/default.c:
        Removed checks for my.cnf file in datadir, instead added checking
        if my.cnf exists in environment variable MYSQL_HOME
      scripts/mysqld_multi.sh:
        Added checks for my.cnf file in environment variable MYSQL_HOME,
        if exists.
      scripts/mysqld_safe.sh:
        Added checks for my.cnf file in environment variable MYSQL_HOME,
        if exists.
      b7322bad
  6. 11 Oct, 2004 2 commits
  7. 09 Oct, 2004 2 commits
    • unknown's avatar
      Added some extra information to output in case --verbose · f1eefa47
      unknown authored
      was given.
      
      
      f1eefa47
    • unknown's avatar
      - Added --verbose · 412f9da8
      unknown authored
      - Made some of the warnings under --verbose only
      - Added possibility to add mysqladmin= under groups [mysqldN]
        mysqladmin=... is no longer mandatory under [mysqld_multi]
      - Made 'start', 'stop' and 'report' commands truly case-insensitive
      - Some other common places code merge and cleanup
      
      
      412f9da8
  8. 08 Oct, 2004 1 commit
    • unknown's avatar
      Changed a fatal error to a warning in case the default mysqld · 53ff8fd9
      unknown authored
      binary for mysqld_multi was not found. This is because it is
      possible to define one under each mysqldN group separately.
      Bailing out if mysqld binary is not found at all.
      
      Added option --silent to turn off warnings.
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      53ff8fd9
  9. 07 Oct, 2004 1 commit
  10. 09 Apr, 2004 1 commit
    • unknown's avatar
      - Merged in changes from mysqld_multi 2.6 · 9afbd246
      unknown authored
      - Changed reading of config file so that one can use a separate config
        file for [mysqld_multi] also. In other words --config-file=file will
        read group [mysqld_multi] from this file, earlier it wouldn't have.
      
      
      
      9afbd246
  11. 07 Apr, 2004 1 commit
  12. 06 Apr, 2004 1 commit
    • unknown's avatar
      Fixed a problem with mysqld_multi log file. The default is now datadir/mysqld_multi.log, · ae3d2266
      unknown authored
      if doesn't exists or is not writable, then /var/log/mysqld_multi.log, if does not exists
      or is not writable, then /tmp/mysqld_multi.log, but only in case the file does not yet
      exists in /tmp. Otherwise log will be disabled, unless user explicitely sets it with an
      option.
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      ae3d2266
  13. 12 Nov, 2002 1 commit
  14. 17 Oct, 2002 1 commit
    • unknown's avatar
      Fixed three bugs in mysqlcheck and changed documentation for mysqld_multi · 619232cc
      unknown authored
      client/mysqlcheck.c:
        Fixed three bugs in mysqlcheck:
        1. mysqlcheck died with error Got error: 1103: Incorrect table name when
           executing 'REPAIR TABLE'
        2. --auto-repair used together with --all-in-1 (-1) tried to fix next table
           in a row, independent whether the next table was OK or corrupted, in case an
           error was found from a previous table and the previous table remained unfixed.
        3. --auto-repair didn't work at all when -1 option wasn't used; broken tables
           were not noticed at all.
      scripts/mysqld_multi.sh:
        Changed documentation
      619232cc
  15. 05 Aug, 2002 1 commit
  16. 04 Mar, 2002 1 commit
  17. 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
  18. 28 Dec, 2000 1 commit
    • unknown's avatar
      Cleanup of tests · 5c68c904
      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
      5c68c904
  19. 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
  20. 08 Dec, 2000 2 commits
    • unknown's avatar
      mysqldump.c typo fixed · 776bd0e4
      unknown authored
      mysqldumpslow.sh   | first line should be #!@PERL@
      mysqld_multi.sh    | not #@perl@ or #!/usr/bin/perl
      
      
      client/mysqldump.c:
        typo fixed
      776bd0e4
    • unknown's avatar
      Small changes in mysqld_multi. · 3a62f018
      unknown authored
      scripts/mysqld_multi.sh:
        Small changes and bug fixes.
      3a62f018
  21. 07 Dec, 2000 2 commits
    • unknown's avatar
      Changed name mysql_multi_mysqld to mysqld_multi. · 54649a94
      unknown authored
      Docs/manual.texi:
        Changed name mysql_multi_mysqld to mysqld_multi.
        This is because safe_mysqld will be converted to mysqld_safe
        in the future and the new name is shorter than the old one.
      scripts/Makefile.am:
        Added mysqld_multi
      scripts/mysqld_multi.sh:
        Changed name from mysql_multi_mysqld to mysqld_multi
      54649a94
    • unknown's avatar
      Added a new client, mysql_multi_mysqld and documentation about it. · a3badce6
      unknown authored
      Docs/manual.texi:
        Added documentation about new client, mysql_multi_mysqld.
        This program is meant for managing multiple MySQL servers.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a3badce6