1. 23 Sep, 2001 3 commits
    • unknown's avatar
      fixed const value clash for MY_FULL_IO · 11b99fc9
      unknown authored
      
      include/my_sys.h:
        fixed const value clash that was causing problems in backup_table
      11b99fc9
    • unknown's avatar
      merged · 0ee17749
      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
      0ee17749
    • unknown's avatar
      added mysqlmanager-pwgen · 7c61d919
      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
      7c61d919
  2. 22 Sep, 2001 8 commits
    • unknown's avatar
      Portability fix · 8f6fc797
      unknown authored
      
      sql/gen_lex_hash.cc:
        Smaller array
      8f6fc797
    • unknown's avatar
    • unknown's avatar
      Added support of INSERT to MERGE tables · 7ed9c12e
      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
      7ed9c12e
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 9c77de4f
      unknown authored
      into work.mysql.com:/home/bk/mysql-4.0
      
      
      innobase/include/univ.i:
        Auto merged
      9c77de4f
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · c0837aa4
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      c0837aa4
    • unknown's avatar
      Merge tfr@work.mysql.com:/home/bk/mysql-4.0 · b9f2e15a
      unknown authored
      into sarvik.tfr.cafe.ee:/usr/home/tfr/BK/mysql-4.0
      
      b9f2e15a
    • unknown's avatar
      Typo fixes on SSL · b72ff37b
      unknown authored
      
      sql/lex.h:
        Typo fix
      sql/sql_yacc.yy:
        Typo fix
      b72ff37b
    • unknown's avatar
      SSL parser changes to allow SSL specific GRANT commands · 0239a847
      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
      0239a847
  3. 21 Sep, 2001 5 commits
    • unknown's avatar
      Fix when compiling with mit-pthreads · f9dad9e5
      unknown authored
      
      Docs/manual.texi:
        Update
      f9dad9e5
    • unknown's avatar
      manual.texi: · ab823069
      unknown authored
        Add a mirror in Mexico
      mexico.txt, mexico.eps, mexico.gif:
        new file
      
      
      Docs/manual.texi:
        Add a mirror in Mexico
      ab823069
    • unknown's avatar
      Fixes for distributed build · 84e8e1fe
      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
      84e8e1fe
    • unknown's avatar
    • unknown's avatar
      Integrated table->ref_primary_key into table->part_of_key · 93d4beab
      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
      93d4beab
  4. 20 Sep, 2001 8 commits
    • unknown's avatar
      os0sync.c Define os_fast_mutex functions also in Windows · 33bb27f1
      unknown authored
      
      innobase/os/os0sync.c:
        Define os_fast_mutex functions also in Windows
      33bb27f1
    • unknown's avatar
      os0sync.h Define os_fast_mutex functions also in Windows · c4797248
      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
      c4797248
    • unknown's avatar
      univ.i Changes to eliminate unnecessary Purify warnings (documentation of... · 4604a03c
      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)
      4604a03c
    • unknown's avatar
      Merge heikki@work.mysql.com:/home/my/mysql · 5dc30452
      unknown authored
      into donna.mysql.fi:/home/heikki/mysqlf
      
      5dc30452
    • unknown's avatar
      mem0mem.ic Changes to eliminate unnecessary Purify warnings · 0e72197d
      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
      0e72197d
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 12d0886e
      unknown authored
      into work.mysql.com:/home/bk/mysql-4.0
      
      
      acinclude.m4:
        Auto merged
      sql-bench/server-cfg.sh:
        Auto merged
      12d0886e
    • unknown's avatar
      Some fixes for Gemini · c74b60b7
      unknown authored
      
      acinclude.m4:
        Fix for Gemini
      sql-bench/server-cfg.sh:
        Fix for Gemini
      sql/field.cc:
        Fix for Gemini
      c74b60b7
    • unknown's avatar
      GRANT ... REQUIRE ( for SSL). · 6e4d2c8f
      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
      6e4d2c8f
  5. 19 Sep, 2001 3 commits
    • unknown's avatar
      merged · 04fbe39c
      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
      04fbe39c
    • unknown's avatar
      fixes for MYSQL manager · 1f6c9270
      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
      1f6c9270
    • unknown's avatar
      Makefile.am Add @pstack_libs@ · 521673c8
      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@
      521673c8
  6. 18 Sep, 2001 13 commits
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql-4.0 · e5112a1b
      unknown authored
      into work.mysql.com:/home/tim/my/4
      
      e5112a1b
    • unknown's avatar
      New documentation about the embedded MySQL server library. · 7d4f8a6b
      unknown authored
      
      Docs/manual.texi:
        New information about the embedded MySQL server
        library.
      7d4f8a6b
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 95e0d024
      unknown authored
      
      sql/sql_select.cc:
        Auto merged
      95e0d024
    • unknown's avatar
      Cleanup · d21af469
      unknown authored
      
      myisam/mi_write.c:
        cleanup
      pstack/Makefile.am:
        Fixed wrong variable
      d21af469
    • unknown's avatar
      merge · 7a02a3e9
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      myisam/mi_check.c:
        Auto merged
      7a02a3e9
    • unknown's avatar
      Fix bug in SELECT EXPLAIN ... ORDER BY · 67dab5f8
      unknown authored
      
      Docs/internals.texi:
        Added more code style suggestions.
      Docs/manual.texi:
        Changelog
      myisam/mi_check.c:
        Removed dbug info
      67dab5f8
    • unknown's avatar
      Another attempt to get pstack into the binary distribution · ec04de75
      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
      ec04de75
    • unknown's avatar
      Remove pstack from default build (because conflict with mit-pthreads) · 4475d2a1
      unknown authored
      
      configure.in:
        Don't enable pstack if mit-pthreads
      4475d2a1
    • unknown's avatar
      Fix to get pstack included in distribution · 014d57b0
      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
      014d57b0
    • unknown's avatar
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · ee882111
      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
      ee882111
    • unknown's avatar
      Fix error messages · 329203c9
      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
      329203c9
    • unknown's avatar
      Fix for LOAD DATA FROM MASTER when using tables with checksum · 73068034
      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
      73068034