1. 28 Sep, 2001 1 commit
    • unknown's avatar
      merge · 1a57e278
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      acinclude.m4:
        Auto merged
      mysql-test/r/null_key.result:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/udf_example.cc:
        Auto merged
      1a57e278
  2. 27 Sep, 2001 8 commits
  3. 25 Sep, 2001 1 commit
  4. 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
  5. 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
  6. 20 Sep, 2001 7 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
  7. 19 Sep, 2001 1 commit
    • 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
  8. 18 Sep, 2001 9 commits