1. 08 Oct, 2001 1 commit
    • unknown's avatar
      Updated manual about embedded version. · cef1d752
      unknown authored
      Speed up column-completion in 'mysql'
      Don't use ISAM if HAVE_ISAM is not defined
      A lot of fixes for the embedded version.  All libraries are now included in libmysqld.a
      Changed arguments to convert_dirname() to make it more general.
      Renamed files in the 'merge' directory to all use a common prefix.
      Don't compile both assembler and C functions on x86
      
      
      BitKeeper/deleted/.del-mf_pack2.c~f07795bbcf57be7:
        Delete: mysys/mf_pack2.c
      Docs/manual.texi:
        Updated chapter about embedded version
      acinclude.m4:
        Fix for using BDB and InnoDB with embedded
      client/completion_hash.cc:
        Speed up memory allocation
      client/completion_hash.h:
        Speed up memory allocation
      client/mysql.cc:
        Speed up memory allocation
      client/mysqldump.c:
        Fix to use now convert_dirname
      client/mysqltest.c:
        Fixed memory allocation bugs.
        Added --basedir=#, --compress=#, --server-arg, --server-file.
        Fixes for embedded version
        Changed silent mode to -s instead of -q
      include/my_global.h:
        Update to use HAVE_ISAM
      include/my_sys.h:
        Cleanup of fn_format()
      include/mysql.h:
        Prepare FIELD struct for 4.1
      include/mysql_embed.h:
        Don't use ISAM in embedded version
      innobase/include/srv0srv.h:
        Make InnoDB startup/shutdown silent in embedded version
      innobase/log/log0log.c:
        Make InnoDB startup/shutdown silent in embedded version
      innobase/srv/srv0srv.c:
        Make InnoDB startup/shutdown silent in embedded version
      innobase/srv/srv0start.c:
        Make InnoDB startup/shutdown silent in embedded version
      isam/isamlog.c:
        new convert_dirname
      libmysql/libmysql.c:
        Prepare for 4.1
      libmysqld/Makefile.am:
        Changed to create one libmysqld.a file that includes all other libraries.
      libmysqld/examples/Makefile.am:
        Changed to use new libmysqld.a
      libmysqld/examples/test-run:
        Lot's of fixes to get new mysqltest with embedded MySQL to work.
      libmysqld/lib_sql.cc:
        Changed type of arguments for mysql_server_init() to make code more portable.
      libmysqld/libmysqld.c:
        Cleanup
      merge/Makefile.am:
        Rename to use common prefix.
      merge/mrg_close.c:
        Rename to use common prefix.
      merge/mrg_create.c:
        Rename to use common prefix.
      merge/mrg_def.h:
        Rename to use common prefix.
      merge/mrg_delete.c:
        Rename to use common prefix.
      merge/mrg_extra.c:
        Rename to use common prefix.
      merge/mrg_info.c:
        Rename to use common prefix.
      merge/mrg_locking.c:
        Rename to use common prefix.
      merge/mrg_open.c:
        Rename to use common prefix.
      merge/mrg_panic.c:
        Rename to use common prefix.
      merge/mrg_rrnd.c:
        Rename to use common prefix.
      merge/mrg_rsame.c:
        Rename to use common prefix.
      merge/mrg_static.c:
        Rename to use common prefix.
      merge/mrg_update.c:
        Rename to use common prefix.
      myisam/myisamlog.c:
        Use new convert_dirname
      myisammrg/Makefile.am:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_close.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_create.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_def.h:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_delete.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_extra.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_info.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_locking.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_open.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_panic.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_queue.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_rfirst.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_rkey.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_rlast.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_rnext.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_rprev.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_rrnd.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_rsame.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_static.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_update.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_write.c:
        Renamed mymrgdef.h -> myrg_def.h
      mysql-test/include/master-slave.inc:
        Use short filenames for sockets (portability problem on Mac OS X)
      mysql-test/mysql-test-run.sh:
        cleanup
      mysql-test/r/auto_increment.result:
        Cleanup of tests for embedded version
      mysql-test/r/func_system.result:
        Cleanup of tests for embedded version
      mysql-test/r/isam.result:
        Cleanup of tests for embedded version
      mysql-test/r/lock.result:
        Cleanup of tests for embedded version
      mysql-test/r/show_check.result:
        Cleanup of tests for embedded version
      mysql-test/t/auto_increment.test:
        Cleanup of tests for embedded version
      mysql-test/t/backup.test:
        Cleanup of tests for embedded version
      mysql-test/t/count_distinct2-master.opt:
        Cleanup of tests for embedded version
      mysql-test/t/count_distinct2.test:
        Cleanup of tests for embedded version
      mysql-test/t/create.test:
        Cleanup of tests for embedded version
      mysql-test/t/flush.test:
        Cleanup of tests for embedded version
      mysql-test/t/func_system.test:
        Cleanup of tests for embedded version
      mysql-test/t/isam.test:
        Cleanup of tests for embedded version
      mysql-test/t/kill.test:
        Cleanup of tests for embedded version
      mysql-test/t/lock.test:
        Cleanup of tests for embedded version
      mysql-test/t/order_fill_sortbuf-master.opt:
        Cleanup of tests for embedded version
      mysql-test/t/rpl000015.test:
        Use short filenames for sockets (portability problem on Mac OS X)
      mysql-test/t/rpl000016.test:
        Use short filenames for sockets (portability problem on Mac OS X)
      mysql-test/t/rpl000017.test:
        Use short filenames for sockets (portability problem on Mac OS X)
      mysql-test/t/rpl000018.test:
        Use short filenames for sockets (portability problem on Mac OS X)
      mysql-test/t/show_check.test:
        Move ISAM specific tests to isam.test
      mysql-test/t/status.test:
        Cleanup of tests for embedded version
      mysql-test/t/tablelock.test:
        Cleanup
      mysys/Makefile.am:
        Removed not used mf_pack2.c
      mysys/charset.c:
        new convert_dirname
      mysys/default.c:
        new convert_dirname
      mysys/mf_dirname.c:
        Changed convert_dirname() to be more general
      mysys/mf_format.c:
        Changed bit flags to fn_format() to defines.
        Added handling of relative filenames
      BitKeeper/etc/ignore:
        Added libmysqld/examples/test-gdbinit scripts/mysql_explain_log to the ignore list
      mysys/mf_pack.c:
        new convert_dirname
      mysys/mf_tempfile.c:
        new convert_dirname
      scripts/Makefile.am:
        Adde mysql_explain_log
      scripts/mysql_config.sh:
        Added support of --libmysqld-libs
      sql/Makefile.am:
        Fix to use 'innodb_system_libs'
      sql/ha_innobase.cc:
        Make InnoDB startup/shutdown silent in embedded version
      sql/ha_isam.cc:
        Added handling of HAVE_ISAM
      sql/ha_isammrg.cc:
        Added handling of HAVE_ISAM
      sql/ha_myisam.cc:
        Handle relative paths;  Needed to support BACKUP TABLE in embedded version
      sql/ha_myisammrg.cc:
        Rename of filenames
      sql/handler.cc:
        Added handling of HAVE_ISAM
      sql/item_func.cc:
        Fix for ecc (Intel Compiler)
      sql/mysql_priv.h:
        Added global variable 'mysql_embedded'
      sql/mysqld.cc:
        Use HAVE_ISAM
      sql/sql_parse.cc:
        Use new convert_dirname
      sql/sql_select.cc:
        Fix for ecc (Intel Compiler)
      sql/sql_table.cc:
        Added handling of relative filenames
      strings/Makefile.am:
        Don't compile both assembler and C functions on x86
      strings/bchange.c:
        cleanup
      cef1d752
  2. 04 Oct, 2001 4 commits
    • unknown's avatar
      New script: explain_log.sh · bd7b4aaa
      unknown authored
      Portability fixes.
      Handle cleanup when we get an error before the message file is read.
      Fix bug in multi-table delete
      
      
      include/mysql.h:
        Portability fix
      mysql-test/mysql-test-run.sh:
        Don't use long names for sockets (portability fix)
      sql/derror.cc:
        Better cleanup
      sql/mysqld.cc:
        Fix that --enable-locking works.
        Handle case when we get an error before the message file is read
      sql/sql_delete.cc:
        Fix bug in multi-table delete
      sql/sql_select.cc:
        Fix bug in multi-table delete
      sql/table.h:
        Fix bug in multi-table delete
      tools/mysqlmanager.c:
        Portability fixes
      bd7b4aaa
    • unknown's avatar
      Applied a patch for mysqldump · 6bede5be
      unknown authored
      
      client/mysqldump.c:
        Applied patch from Brian Aker. Changed rest of the '#' -comment
        marks to '--' for portability reasons.
      6bede5be
    • unknown's avatar
      manual.texi change notes cleanup · b3c54919
      unknown authored
      
      Docs/manual.texi:
        change notes cleanup
      b3c54919
    • unknown's avatar
      Fix mmanual nodes · bb436261
      unknown authored
      
      Docs/manual.texi:
        Fix nodes
      bb436261
  3. 03 Oct, 2001 9 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · bce935da
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      bce935da
    • unknown's avatar
      conflict fixed · 318ef3cc
      unknown authored
      318ef3cc
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · aff3b0e4
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      Build-tools/Do-compile:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      aff3b0e4
    • unknown's avatar
      Fixed some build problems. · b39f54aa
      unknown authored
      Fix that compressed packets and normal packets looks indentical before calling net_real_write()
      (Needed for query cache)
      Optimize IS NULL handling
      
      
      Build-tools/Do-compile:
        Fix for machines with clocks in an earlier timezone
      Docs/manual.texi:
        Fixed typo
      acinclude.m4:
        Fixed typo
      client/mysqlbinlog.cc:
        Cleanup
      client/mysqltest.c:
        Added --compress to test the compressed protocol
      configure.in:
        Increment shared library number (because structs changed)
      include/mysql.h:
        Optimize structs for Ia64
      include/mysql_com.h:
        Optimize structs for Ia64
      libmysql/libmysql.c:
        Portability fixes
      libmysql/net.c:
        Fix that compressed packets and normal packets looks indentical before calling net_real_write()
        (Needed for query cache)
      libmysqld/examples/Makefile.am:
        Portability fix
      libmysqld/libmysqld.c:
        Portability fixes
      mysql-test/mysql-test-run.sh:
        Added --compress to test the compressed protocol
      mysql-test/t/type_enum.test:
        A
      mysys/mf_casecnv.c:
        Portability fixes
      mysys/mf_tempfile.c:
        Portability fixes
      scripts/make_binary_distribution.sh:
        Add libmysqld to binary distribution
      sql-bench/server-cfg.sh:
        Fix for Interbase
      sql/item.h:
        Optimize IS NULL handling
      sql/item_cmpfunc.cc:
        Optimize IS NULL handling
      sql/item_cmpfunc.h:
        Optimize IS NULL handling
      sql/item_func.cc:
        cleanup
      sql/item_func.h:
        Optimize IS NULL handling
      sql/mysql_priv.h:
        c
      sql/net_serv.cc:
        Fix that compressed packets and normal packets looks indentical before calling net_real_write()
        (Needed for query cache)
      b39f54aa
    • unknown's avatar
      merge · 83fa1116
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Build-tools/Do-rpm:
        Auto merged
      Docs/manual.texi:
        Auto merged
      sql/mysqld.cc:
        merge
        Don't give an error even if one uses master-ssl options and SSL is
        not used.
      83fa1116
    • unknown's avatar
      Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql · e9a620e6
      unknown authored
      
      Build-tools/Do-compile:
        Auto merged
      e9a620e6
    • unknown's avatar
      Cleanup between compilations · 8fa4fe08
      unknown authored
      
      Build-tools/Do-compile:
        Cleanups
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      8fa4fe08
    • unknown's avatar
      Portability fixes. · 664647d1
      unknown authored
      
      Build-tools/Do-compile:
        Don't delete distribution if not using --delete
      Docs/manual.texi:
        Added information about default values
      mysql-test/t/rpl000017.test:
        Fixed replication test to be more portable
      mysys/mf_iocache2.c:
        More comments
      sql/item_sum.cc:
        Cleanup
      sql/log_event.cc:
        Cleanup
      sql/mysqld.cc:
        Fixed typos in output
      sql/sql_base.cc:
        Cleanup
      sql/sql_delete.cc:
        Cleanup
      sql/sql_select.cc:
        Cleanup
      sql/uniques.cc:
        Portability fix
      664647d1
    • unknown's avatar
      Added usage of --master-retry-count to make mysql-test-run safer. · 2529b817
      unknown authored
      
      Build-tools/Do-compile:
        Remove --no-delete
      Docs/manual.texi:
        Udated IA64 section
      mysql-test/mysql-test-run.sh:
        Added usage of --master-retry-count
        set LD_LIBRARY_PATH
      sql/mysqld.cc:
        Added master-retry-count (needed by mysql-test-run)
      sql/slave.cc:
        Added master-retry-count
        Don't write same error to log on retry
      sql/slave.h:
        Added master-retry-count (needed by mysql-test-run)
      2529b817
  4. 02 Oct, 2001 10 commits
    • unknown's avatar
      Portability fix · 32bc9157
      unknown authored
      32bc9157
    • unknown's avatar
      merge · 2e0dc698
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      client/Makefile.am:
        Auto merged
      client/mysql.cc:
        Auto merged
      myisam/mi_check.c:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      strings/strmake.c:
        Auto merged
      mysql-test/t/rpl000017-slave.sh:
        Auto merged
      2e0dc698
    • unknown's avatar
      Fix for make dist · abf1b80c
      unknown authored
      Made replication test portable
      Fixed buffer overrun bug in replication
      
      
      client/Makefile.am:
        Fix for make dist
      mysql-test/t/rpl000017-slave.sh:
        Made replication test portable
      sql/slave.cc:
        Fixed buffer overrun bug
      strings/strmake.c:
        More documentation
      abf1b80c
    • unknown's avatar
      Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql · 777df004
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      777df004
    • unknown's avatar
      Fixed bug in INSERT DELAYED · 77b02100
      unknown authored
      Fixed some problems in SHOW CREATE TABLE
      Fixed calculation of checksums in myisamchk
      
      
      Docs/manual.texi:
        ChangelogWh
      client/mysql.cc:
        Added comment
      myisam/mi_check.c:
        Fixed calcualtion of checksums
      sql/sql_insert.cc:
        Fixed bug in INSERT DELAYED
      sql/sql_show.cc:
        Fixed some problems in SHOW CREATE TABLE
      77b02100
    • unknown's avatar
      merge · 9b3d608e
      unknown authored
      9b3d608e
    • unknown's avatar
      Merge arjen@work.mysql.com:/home/bk/mysql-4.0 · aa156546
      unknown authored
      into fred.:c:/home/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      aa156546
    • unknown's avatar
      merge · 9cc7a7be
      unknown authored
      9cc7a7be
    • unknown's avatar
      Cleaned up SSL documentation · 9e72e1ef
      unknown authored
      Fixes for embedded server
      Made key_cache more configurable
      Fixed that one can change key blocksize in MyISAM
      A lot of optimizations to make MyISAM slightly faster
      
      
      Docs/manual.texi:
        Cleaned up SSL documentation
      client/mysql.cc:
        Fixes for embedded server
      client/mysqltest.c:
        Fixes for embedded server
        Removed memory and file leaks
      include/my_global.h:
        Added C_MODE_START / C_MODE_END macros
      include/my_sys.h:
        Made key_cache more configurable
      include/myisam.h:
        Fixed that one can change MyISAM key block size
      include/mysql.h:
        Fixes for embedded server
      libmysql/libmysql.c:
        Cleanup
      libmysqld/Makefile.am:
        Cleanup
      libmysqld/examples/test-run:
        Added --debug
      libmysqld/lib_sql.cc:
        Cleanup
      libmysqld/libmysqld.c:
        Cleanup
      myisam/ft_boolean_search.c:
        Optimized mi_key_cmp to be faster
      myisam/ft_nlq_search.c:
        Optimized mi_key_cmp to be faster
      myisam/ft_search.c:
        Optimized mi_key_cmp to be faster
      myisam/mi_changed.c:
        Optimized mi_key_cmp to be faster
      myisam/mi_check.c:
        Optimized mi_key_cmp to be faster
      myisam/mi_create.c:
        Fixed that one can change blocksize by changing myisam_block_size
      myisam/mi_delete.c:
        Optimized mi_key_cmp to be faster
      myisam/mi_delete_all.c:
        Optimized mi_key_cmp to be faster
      myisam/mi_dynrec.c:
        Speed optimizations
      myisam/mi_info.c:
        Speed optimizations
      myisam/mi_key.c:
        Speed optimizations
      myisam/mi_locking.c:
        Speed optimizations
      myisam/mi_open.c:
        Fixed that one can change blocksize by changing myisam_block_size
      myisam/mi_page.c:
        Fixed that one can change blocksize by changing myisam_block_size
      myisam/mi_range.c:
        Speed optimizations
      myisam/mi_rkey.c:
        Speed optimizations
      myisam/mi_rnext.c:
        Speed optimizations
      myisam/mi_rnext_same.c:
        Speed optimizations
      myisam/mi_rprev.c:
        Speed optimizations
      myisam/mi_rsame.c:
        Speed optimizations
      myisam/mi_search.c:
        Speed optimizations
      myisam/mi_static.c:
        Fixed that one can change blocksize by changing myisam_block_size
      myisam/mi_statrec.c:
        Speed optimizations
      myisam/mi_test2.c:
        Added more test options
      myisam/mi_test_all.res:
        Added more test options
      myisam/mi_test_all.sh:
        Added more test options
      myisam/mi_write.c:
        Speed optimizations
      myisam/myisamchk.c:
        Added options to change block size and repair checksums
      myisam/myisamdef.h:
        Speed optimizations
      mysys/Makefile.am:
        Added bit handling functions
      mysys/mf_keycache.c:
        Made key_cache more configurable
      mysys/my_init.c:
        made my_init_done global
      scripts/mysql_fix_privilege_tables.sh:
        Fixes for SSL
      scripts/mysql_install_db.sh:
        Fixes for SSL
      sql/derror.cc:
        Don't call exit, call unireg_abort()
      sql/item_cmpfunc.cc:
        Speed optimizations
      sql/item_cmpfunc.h:
        Speed optimizations
      sql/mysql_priv.h:
        Fixes for embedded server
      sql/mysqld.cc:
        Fixes for embedded server
      9e72e1ef
    • unknown's avatar
      Added Arjen to doc maintainer list. · b00668c5
      unknown authored
      Initial cleanup of SSL/X509 explanation.
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      b00668c5
  5. 01 Oct, 2001 6 commits
  6. 30 Sep, 2001 7 commits
    • unknown's avatar
      Portability fixes · 003ed4cf
      unknown authored
      003ed4cf
    • unknown's avatar
      Portability fix · 3dbd1788
      unknown authored
      
      strings/Makefile.am:
        Add missing ctype-latin1_de.cc
      3dbd1788
    • unknown's avatar
      Fixed that SHOW CREATE TABLE shows all attributes · 87a0cc94
      unknown authored
      
      mysql-test/r/show_check.result:
        Tests for SHOW CREATE TABLE
      mysql-test/t/show_check.test:
        Tests for SHOW CREATE TABLE
      sql/table.cc:
        More debugging
      Docs/manual.texi:
        Added information about MRG_MYISAM
      87a0cc94
    • unknown's avatar
      Fixes to get openssl code to compile · 4b019c6f
      unknown authored
      
      include/violite.h:
        Moved wrong endif line
      libmysqld/lib_sql.cc:
        Cleanup
      sql/sql_acl.cc:
        cleanup openssl code
      sql/mysqld.cc:
        Don't exit() when ending the embedded library
      4b019c6f
    • unknown's avatar
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql-4.0 · 6e8704ee
      unknown authored
      into volk.internalnet:/home/tonu/mysql-4.0
      
      
      acinclude.m4:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/structs.h:
        Auto merged
      Docs/manual.texi:
        Auto merged
      6e8704ee
    • unknown's avatar
      SSL compiles and works as far as can see. Continue testing.. · d13f2dfd
      unknown authored
      
      Docs/manual.ja.texi:
        e-mail address fixed
      include/mysqld_error.h:
        Added 3 new errormessages related to SSL
      mysql-test/install_test_db.sh:
        SSL fix
      scripts/mysql_install_db.sh:
        mysql.user table changes to conform SSL ACL
      sql/lex.h:
        Fixed GRANT+SSL clause
      sql/share/czech/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/danish/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/dutch/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/english/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/estonian/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/french/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/german/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/greek/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/hungarian/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/italian/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/japanese/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/korean/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/norwegian-ny/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/norwegian/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/polish/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/portuguese/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/romanian/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/russian/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/slovak/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/spanish/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/swedish/errmsg.txt:
        Added 3 new errormessages related to SSL
      sql/share/ukrainian/errmsg.txt:
        Added 3 new errormessages related to SSL
      Docs/manual.texi:
        SSL fixes
      BUILD/compile-pentium-max:
        SSL was missing here
      acinclude.m4:
        typo fix
        alignment fix
      client/mysql.cc:
        SSL fixes
      client/mysqladmin.c:
        SSL fixes
      client/mysqlcheck.c:
        SSL fixes
      client/mysqldump.c:
        SSL fixes
      client/mysqlimport.c:
        SSL fixes
      client/mysqlshow.c:
        SSL fixes
      include/mysql.h:
        SSL fixes
      include/sslopt-case.h:
        SSL fixes
      include/sslopt-longopts.h:
        SSL fixes
      include/sslopt-usage.h:
        SSL fixes
      include/sslopt-vars.h:
        SSL fixes
      include/violite.h:
        SSL fixes
        cleanups
      libmysql/libmysql.c:
        SSL fixes
      libmysqld/lib_sql.cc:
        SSL fixes
      sql/mini_client.cc:
        SSL fixes
      sql/mysqld.cc:
        SSL fixes
        cleanup
        new variables to SHOW STATUS
      sql/sql_acl.cc:
        SSL fixes
      sql/sql_acl.h:
        SSL fixes
      sql/sql_lex.h:
        SSL fixes
      sql/sql_parse.cc:
        SSL fixes
      sql/sql_show.cc:
        New functions added
      sql/structs.h:
        New functions added
      vio/test-ssl.c:
        SSL fixes
      vio/test-sslclient.c:
        SSL fixes
      vio/test-sslserver.c:
        SSL fixes
      vio/viosocket.c:
        SSL fixes
      vio/viossl.c:
        SSL fixes
        cleanup
      vio/viosslfactories.c:
        SSL fixes
      sql/sql_yacc.yy:
        SSL fixes
      d13f2dfd
  7. 29 Sep, 2001 2 commits
    • unknown's avatar
      Fix for make dist · 097f6902
      unknown authored
      
      libmysql/Makefile.am:
        Change global.h to my_global.h
      support-files/mysql.server.sh:
        Fix for empty pid files
      097f6902
    • unknown's avatar
      Fix for make dist · ad9c7236
      unknown authored
      ad9c7236
  8. 28 Sep, 2001 1 commit
    • unknown's avatar
      Fixes for RPM build · da6f235c
      unknown authored
      
      Build-tools/Do-rpm:
        Fix for RPM build
      acinclude.m4:
        Cleanup
      configure.in:
        Cleanup
      support-files/mysql.spec.sh:
        Cleanup
      da6f235c