1. 23 Sep, 2001 3 commits
    • unknown's avatar
      fixed const value clash for MY_FULL_IO · e4fbcbac
      unknown authored
      
      include/my_sys.h:
        fixed const value clash that was causing problems in backup_table
      e4fbcbac
    • unknown's avatar
      merged · 30bba5df
      unknown authored
      
      include/Makefile.am:
        Auto merged
      include/mysql.h:
        Auto merged
      include/mysql_com.h:
        Auto merged
      client/Makefile.am:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      sql/Makefile.am:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      30bba5df
    • unknown's avatar
      added mysqlmanager-pwgen · 08b94f41
      unknown authored
      added set_exec_stdout and set_exec_stderr to mysqlmanager to be able 
      to redirect stdout and stderr
      added support for MY_FULL_IO to my_read, so we can tell it to read
      a number of bytes in as many chunks as it takes instead of one try
      
      
      BitKeeper/etc/ignore:
        Added client/mysqlmanager-pwgen to the ignore list
      client/Makefile.am:
        mysqlmanager-pwgen
      client/mysqlmanagerc.c:
        clean-up
      include/my_sys.h:
        added MY_FULL_IO
      mysql-test/mysql-test-run.sh:
        started on changes to use mysqlmanager
      mysys/my_read.c:
        added support for MY_FULL_IO
      tools/managertest1.nc:
        updated test case
      tools/mysqlmanager.c:
        added set_exec_stdout and set_exec_stderr
      08b94f41
  2. 22 Sep, 2001 8 commits
    • unknown's avatar
      Portability fix · 5e0851e1
      unknown authored
      
      sql/gen_lex_hash.cc:
        Smaller array
      5e0851e1
    • unknown's avatar
    • unknown's avatar
      Added support of INSERT to MERGE tables · e7b9eabe
      unknown authored
      Fixes for embedded libary and openssl
      
      
      BUILD/compile-pentium-debug-max:
        Added --with-openssl
      acinclude.m4:
        Cleanup
      client/client_priv.h:
        Include mysql_embed.h to remove not used functions in embedded server
      client/mysql.cc:
        Don't use openssl with embedded server
      include/Makefile.am:
        Move mysql_embed.h to 'include' directory
      include/myisammrg.h:
        Added support of INSERT to MERGE tables
      include/mysql.h:
        Fixes for embedded libary and openssl
      include/mysql_com.h:
        Fixes for embedded libary and openssl
      include/mysql_embed.h:
        Fixes for embedded libary and openssl
      include/violite.h:
        Cleanup
      libmysql/libmysql.c:
        Safety
      libmysqld/examples/Makefile.am:
        Fixes for embedded libary and openssl
      libmysqld/lib_sql.cc:
        Fixes for embedded libary and openssl
      libmysqld/lib_vio.c:
        Fixes for embedded libary and openssl
      libmysqld/libmysqld.c:
        Fixes for embedded libary and openssl
      myisammrg/Makefile.am:
        Added support of INSERT to MERGE tables
      myisammrg/myrg_create.c:
        Added support of INSERT to MERGE tables
      myisammrg/myrg_open.c:
        Added support of INSERT to MERGE tables
      myisammrg/myrg_static.c:
        Added support of INSERT to MERGE tables
      mysql-test/t/union.test:
        Portability fix
      sql/Makefile.am:
        Fixes for embedded libary and openssl
      sql/gen_lex_hash.cc:
        Added support of INSERT to MERGE tables
      sql/ha_myisammrg.cc:
        Added support of INSERT to MERGE tables
      sql/handler.h:
        Added support of INSERT to MERGE tables
      sql/mini_client.cc:
        Fixes for embedded libary and openssl
      sql/net_serv.cc:
        Fixes for embedded libary and openssl
      sql/sql_show.cc:
        Cleanup
      Build-tools/Do-all-build-steps:
        Don't build openssl (Need to add proper configure test when to build ssl)
      sql/lex.h:
        Added support of INSERT to MERGE tables
      sql/sql_yacc.yy:
        Fixes for embedded libary and openssl
      e7b9eabe
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · bb98bbd8
      unknown authored
      into work.mysql.com:/home/bk/mysql-4.0
      
      
      innobase/include/univ.i:
        Auto merged
      bb98bbd8
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 2504336b
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      2504336b
    • unknown's avatar
      Merge tfr@work.mysql.com:/home/bk/mysql-4.0 · d0f64e9d
      unknown authored
      into sarvik.tfr.cafe.ee:/usr/home/tfr/BK/mysql-4.0
      
      
      d0f64e9d
    • unknown's avatar
      Typo fixes on SSL · f60d2fed
      unknown authored
      
      sql/lex.h:
        Typo fix
      sql/sql_yacc.yy:
        Typo fix
      f60d2fed
    • unknown's avatar
      SSL parser changes to allow SSL specific GRANT commands · a6397f17
      unknown authored
      
      Build-tools/Do-all-build-steps:
        We need to test SSL stuff. Now we do it.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a6397f17
  3. 21 Sep, 2001 5 commits
    • unknown's avatar
      Fix when compiling with mit-pthreads · 71ae8013
      unknown authored
      
      Docs/manual.texi:
        Update
      71ae8013
    • unknown's avatar
      manual.texi: · 2bb1b614
      unknown authored
        Add a mirror in Mexico
      mexico.txt, mexico.eps, mexico.gif:
        new file
      
      
      Docs/manual.texi:
        Add a mirror in Mexico
      2bb1b614
    • unknown's avatar
      Fixes for distributed build · ce7075e8
      unknown authored
      Changed --do-pstack to --enable-pstack
      Removed pstack from default build
      
      
      client/Makefile.am:
        Fixes for distributed build
      configure.in:
        Removed pstack from default build
      sql/Makefile.am:
        Fixes for distributed build
      sql/mysqld.cc:
        Changed --do-pstack to --enable-pstack
      ce7075e8
    • unknown's avatar
    • unknown's avatar
      Integrated table->ref_primary_key into table->part_of_key · c1a80bc0
      unknown authored
      Fixed bug in UNION
      
      
      client/mysqlbinlog.cc:
        Added error message handling to read_log_event()
      heap/hp_write.c:
        More debug info
      myisam/myisampack.c:
        Cleanup
      mysql-test/mysql-test-run.sh:
        Portability fixes.
      mysql-test/r/union.result:
        More tests cases for UNION
      mysql-test/t/union.test:
        More tests cases for UNION
      sql/Makefile.am:
        Added mysql_embed.h
      sql/item.cc:
        Fixed bug when using the same table multiple times in union.
      sql/log_event.cc:
        Removed use of ## construct (Portability problem)
      sql/log_event.h:
        Added error message handling to read_log_event()
      sql/mysql_priv.h:
        Added mysql_embed.h
      sql/opt_sum.cc:
        Cleanup
      sql/slave.cc:
        cleanup
      sql/sql_base.cc:
        Integrated table->ref_primary_key into table->part_of_key
      sql/sql_union.cc:
        Cleanup
      sql/table.cc:
        Integrated table->ref_primary_key into table->part_of_key
      sql/table.h:
        Integrated table->ref_primary_key into table->part_of_key
      c1a80bc0
  4. 20 Sep, 2001 8 commits
    • unknown's avatar
      os0sync.c Define os_fast_mutex functions also in Windows · 53b3e373
      unknown authored
      
      innobase/os/os0sync.c:
        Define os_fast_mutex functions also in Windows
      53b3e373
    • unknown's avatar
      os0sync.h Define os_fast_mutex functions also in Windows · 94024510
      unknown authored
      os0sync.ic	Define os_fast_mutex functions also in Windows
      
      
      innobase/include/os0sync.h:
        Define os_fast_mutex functions also in Windows
      innobase/include/os0sync.ic:
        Define os_fast_mutex functions also in Windows
      94024510
    • unknown's avatar
      univ.i Changes to eliminate unnecessary Purify warnings (documentation of... · b596c41a
      unknown authored
      univ.i  	Changes to eliminate unnecessary Purify warnings (documentation of flag UNIV_SET_MEM_TO_ZERO)
      
      
      innobase/include/univ.i:
        Changes to eliminate unnecessary Purify warnings (documentation of flag UNIV_SET_MEM_TO_ZERO)
      b596c41a
    • unknown's avatar
      Merge heikki@work.mysql.com:/home/my/mysql · 96bfd6e9
      unknown authored
      into donna.mysql.fi:/home/heikki/mysqlf
      
      
      96bfd6e9
    • unknown's avatar
      mem0mem.ic Changes to eliminate unnecessary Purify warnings · 31fd0c63
      unknown authored
      ut0mem.h	Changes to eliminate unnecessary Purify warnings
      ut0mem.ic	Changes to eliminate unnecessary Purify warnings
      srv0start.c	Changes to eliminate unnecessary Purify warnings
      mem0pool.c	Changes to eliminate unnecessary Purify warnings
      ut0mem.c	Changes to eliminate unnecessary Purify warnings
      
      
      innobase/ut/ut0mem.c:
        Changes to eliminate unnecessary Purify warnings
      innobase/mem/mem0pool.c:
        Changes to eliminate unnecessary Purify warnings
      innobase/srv/srv0start.c:
        Changes to eliminate unnecessary Purify warnings
      innobase/include/ut0mem.h:
        Changes to eliminate unnecessary Purify warnings
      innobase/include/ut0mem.ic:
        Changes to eliminate unnecessary Purify warnings
      innobase/include/mem0mem.ic:
        Changes to eliminate unnecessary Purify warnings
      31fd0c63
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 0ef8576a
      unknown authored
      into work.mysql.com:/home/bk/mysql-4.0
      
      
      acinclude.m4:
        Auto merged
      sql-bench/server-cfg.sh:
        Auto merged
      0ef8576a
    • unknown's avatar
      Some fixes for Gemini · 6ae95212
      unknown authored
      
      acinclude.m4:
        Fix for Gemini
      sql-bench/server-cfg.sh:
        Fix for Gemini
      sql/field.cc:
        Fix for Gemini
      6ae95212
    • unknown's avatar
      GRANT ... REQUIRE ( for SSL). · 8057a797
      unknown authored
      
      client/mysqlmanagerc.c:
        fix to make it compile after merge
      sql/lex.h:
        fixes for GRANT ... REQUIRE
      sql/sql_lex.h:
        GRANT ... REQUIRE
      sql/sql_yacc.yy:
        GRANT ... REQUIRE
      tools/mysqlmanager.c:
        fix to make compile after merge
      8057a797
  5. 19 Sep, 2001 3 commits
    • unknown's avatar
      merged · 30f4ea70
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/deleted/.del-test-ssl~ed0a50364f2a51d7:
        Auto merged
      include/Makefile.am:
        Auto merged
      include/mysql.h:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      mysys/md5.c:
        Auto merged
      sql/Makefile.am:
        Auto merged
      30f4ea70
    • unknown's avatar
      fixes for MYSQL manager · ba2c3fcd
      unknown authored
      
      mysys/md5.c:
        Rename: sql/md5.c -> mysys/md5.c
      include/md5.h:
        Rename: mysys/md5.h -> include/md5.h
      client/Makefile.am:
        added mysqlmanagerc
      include/Makefile.am:
        moved md5.h to include
      include/mysql.h:
        added mysqlmanager client code
      include/mysql_com.h:
        renamed connect2 to my_connect() and made it extern
      libmysql/Makefile.shared:
        added md5 to libmysqlclient
      libmysql/libmysql.c:
        connect2->my_connect
      mysys/Makefile.am:
        added md5 to client
      sql/Makefile.am:
        md5 -> mysys
      sql/handler.cc:
        fixed typo
      tools/managertest1.nc:
        cleanup
      tools/mysqlmanager.c:
        fixed bugs
        added md5 authentication
      BitKeeper/etc/ignore:
        Added client/mysqlmanagerc to the ignore list
      vio/test-ssl:
        no change
      ba2c3fcd
    • unknown's avatar
      Makefile.am Add @pstack_libs@ · 5dbd7397
      unknown authored
      Makefile.am	SUBDIRS = aout
      configure.in	Output pstack/aout/Makefile
      Makefile.am	BitKeeper file /home/tim/my/4/pstack/aout/Makefile.am
      
      
      configure.in:
        Output pstack/aout/Makefile
      pstack/Makefile.am:
        SUBDIRS = aout
      libmysqld/examples/Makefile.am:
        Add @pstack_libs@
      5dbd7397
  6. 18 Sep, 2001 13 commits
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql-4.0 · b7b9e0d7
      unknown authored
      into work.mysql.com:/home/tim/my/4
      
      
      b7b9e0d7
    • unknown's avatar
      New documentation about the embedded MySQL server library. · e8b81c88
      unknown authored
      
      Docs/manual.texi:
        New information about the embedded MySQL server
        library.
      e8b81c88
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · a8b37644
      unknown authored
      
      sql/sql_select.cc:
        Auto merged
      a8b37644
    • unknown's avatar
      Cleanup · 4d902c1e
      unknown authored
      
      myisam/mi_write.c:
        cleanup
      pstack/Makefile.am:
        Fixed wrong variable
      4d902c1e
    • unknown's avatar
      merge · a5e44471
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      myisam/mi_check.c:
        Auto merged
      a5e44471
    • unknown's avatar
      Fix bug in SELECT EXPLAIN ... ORDER BY · c66208cf
      unknown authored
      
      Docs/internals.texi:
        Added more code style suggestions.
      Docs/manual.texi:
        Changelog
      myisam/mi_check.c:
        Removed dbug info
      c66208cf
    • unknown's avatar
      Another attempt to get pstack into the binary distribution · e154b30a
      unknown authored
      Fixed that --enable-assembler works on newer Linux system
      
      
      Makefile.am:
        Another attempt to get pstack into the binary distribution
      configure.in:
        Fixed that --enable-assembler works on newer Linux system
        Fixes for pstack
      pstack/Makefile.am:
        Another attempt to get pstack into the binary distribution
      e154b30a
    • unknown's avatar
      Remove pstack from default build (because conflict with mit-pthreads) · be94b8d3
      unknown authored
      
      configure.in:
        Don't enable pstack if mit-pthreads
      be94b8d3
    • unknown's avatar
      Fix to get pstack included in distribution · 8a787b37
      unknown authored
      Fix to get libmysqld examples to be included in distribution
      
      
      BitKeeper/deleted/.del-test-ssl~ed0a50364f2a51d7:
        Delete: vio/test-ssl
      BitKeeper/etc/ignore:
        Added libmysqld/examples/mysql libmysqld/examples/mysqltest to the ignore list
      configure.in:
        Fix to get pstack included in distribution
      libmysqld/Makefile.am:
        Fix to get libmysqld examples to be included in distribution
      libmysqld/examples/Makefile.am:
        Fix to get libmysqld examples to be included in distribution
      sql/sql_parse.cc:
        Fixed bug in grant
      8a787b37
    • unknown's avatar
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 53e09c98
      unknown authored
      into work.mysql.com:/home/bk/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      extra/perror.c:
        Auto merged
      include/myisam.h:
        Auto merged
      myisam/mi_check.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/t/rpl000017-slave.sh:
        Auto merged
      sql/ha_myisam.cc:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      53e09c98
    • unknown's avatar
      Fix error messages · 01eab0ce
      unknown authored
      Configure fixes
      
      
      configure.in:
        Fix for pstack
      libmysqld/Makefile.am:
        Fix to create examples
      mysql-test/t/drop.test:
        Fix error messages
      mysql-test/t/isolation.test:
        Fix error messages
      mysql-test/t/union.test:
        Fix error messages
      01eab0ce
    • unknown's avatar
      Fix for LOAD DATA FROM MASTER when using tables with checksum · c91a3df5
      unknown authored
      Fixed some wrong test cases
      
      
      Docs/manual.texi:
        Changelog
      extra/perror.c:
        Added BDB table errors
      include/myisam.h:
        Fix for LOAD DATA FROM MASTER when using tables with checksum
      myisam/mi_check.c:
        Fix for LOAD DATA FROM MASTER when using tables with checksum
      mysql-test/mysql-test-run.sh:
        Better logging
      mysql-test/r/join.result:
        Fixed missing results
      mysql-test/r/rpl000006.result:
        Updated result
      mysql-test/t/join.test:
        Fixed wrong test
      mysql-test/t/rpl000001.test:
        Fixed wrong test
      mysql-test/t/rpl000006.test:
        Cleanup
      mysql-test/t/rpl000017-slave.sh:
        Fixed too long password
      mysql-test/t/rpl000017.test:
        Fixed too long password
      sql/ha_myisam.cc:
        Fix for LOAD DATA FROM MASTER when using tables with checksum
      sql/handler.cc:
        Unique error for DEADLOCK
      sql/slave.cc:
        Fix for LOAD DATA FROM MASTER when using tables with checksum
      c91a3df5