summaryrefslogtreecommitdiff
path: root/extra
Commit message (Collapse)AuthorAgeFilesLines
* Bug #15772 Aborted YaSSL connections force threads into busyloopsunknown2005-12-201-1/+5
| | | | | | | | - Report error when there is nothing to read after wait. extra/yassl/src/handshake.cpp: Report error if there is nothing to read after a blocking read
* Merge knielsen@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-12-141-2/+2
|\ | | | | | | | | | | | | into production.mysql.com:/usersnfs/knielsen/mysql-5.0
| * Patch for Bug#13640unknown2005-12-141-2/+2
| |
* | Merge bk-internal:/home/bk/mysql-5.0unknown2005-12-081-1/+1
|\ \ | |/ |/| | | | | | | | | into mysql.com:/usr/local/mysql/mysql-5.0
| * Fix QNX and IRIX compilationunknown2005-12-081-1/+1
| | | | | | | | | | extra/innochecksum.c: Fix _XOPEN_SOURCE define to not break compile on QNX and IRIX
* | compatibility fix for yasslunknown2005-12-022-0/+5
|/
* Merge ↵unknown2005-11-252-10/+6
|\ | | | | | | | | | | | | | | | | msvensson@msvensson.mysql.internal:/home/msvensson/mysql/bug15168/my50-bug15168 into devsrv-b.mysql.com:/space/magnus/mysql-5.0
| * Bug #15168 yassl failure on amd64unknown2005-11-242-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use libtool to build libraries config/ac-macros/yassl.m4: If necessary, disable inlining for all files in libtaocrypt not only integer.cpp Remove ver yassl_libs_with_path, not used anymore extra/yassl/src/Makefile.am: Let libtool build libraries extra/yassl/taocrypt/src/Makefile.am: Let libtool build libraries Only build one lib libmysqld/Makefile.am: Dont include yassl libs in libmysqld libmysqld/examples/Makefile.am: Add yassl includes and libs when linking examples with libmysqld
* | Make it buildable with -ansi flag on some platforms.unknown2005-11-241-0/+2
|/ | | | | | | | | extra/innochecksum.c: Define _XOPEN_SOURCE in order to include getopt.h when needed. The problem is that some platforms (for instance, SuSE 9.1/gcc-3.3.3) do not include getopt.h unless _XOPEN_SOURCE is defined, so optarg is undefined and the compiler complains.
* Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-194-3/+6
|\ | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-5.0-distcheck configure.in: Auto merged
| * Additional "make distcheck" changes specific to 5.0unknown2005-11-094-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure.in: Removed duplicate "tools/Makefile", and unused AVAILABLE_LANGUAGES_ERRORS Docs/Makefile.am: Add generated files to explicitly be removed on "make distclean" extra/Makefile.am: Added empty SUBDIRS, else automake 1.6.3 will not put out code for DIST_SUBDIRS handling extra/yassl/Makefile.am: "make distcheck" fails on normal wildcards, seem to work with $(wildcard foo*) type extra/yassl/src/Makefile.am: "make distcheck" fails on normal wildcards, seem to work with $(wildcard foo*) type extra/yassl/taocrypt/src/Makefile.am: "make distcheck" fails on normal wildcards, seem to work with $(wildcard foo*) type sql/share/Makefile.am: Added distclean target for "*/errmsg.sys" client/Makefile.am: Put links into current directory, not \$(srcdir)
* | Bug#13957 yassl: opensrv6c compile failureunknown2005-11-032-6/+8
|/ | | | | | | | | | | | | - Added some ifdefs and turn off auto template instantiation, use explicit template instantiation configure.in: Use -Tno_implict to indicate that we specifiy which template should be instantiated. Turn on HAVE_EXPLICIT_TEMPLATE_INSTATNTIATION extra/yassl/src/socket_wrapper.cpp: Include sys/filio.h if __SCO_VERSION__ is defined extra/yassl/src/timer.cpp: Dont' include files from within namespace yaSSL.
* Update after merge, include libtaoint-integer.o into libtaocrypt.aunknown2005-10-281-4/+7
| | | | | extra/yassl/taocrypt/src/Makefile.am: Build libtaoint first and then link the .o file from that into libtaocrypt.a
* Merge neptunus.(none):/home/msvensson/mysql/bug12985/my50-bug12985unknown2005-10-282-7/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0 config/ac-macros/yassl.m4: Auto merged configure.in: Auto merged libmysqld/Makefile.am: Auto merged sql/Makefile.am: Auto merged extra/yassl/taocrypt/src/Makefile.am: Manual merge
| * BUG#12985 Do-mysqlclient-test: Can't find -lyassl when linkingunknown2005-10-272-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove yassl_libsfrom CLIENT_LIBS var - Add yassl_libs to libmysql and libmysqld config/ac-macros/yassl.m4: Add variable yassl_libs_with_path variable for libmysqld configure.in: Don't add yassl_libs to CLIENT_LIBS var since clients will be linked with libmysqlclient that includes yassl libs. extra/yassl/src/Makefile.am: Make a normal .a lib extra/yassl/taocrypt/src/Makefile.am: Make a normal .a lib libmysql/Makefile.am: Add yassl_libs to libmysql libmysqld/Makefile.am: Add yassl_libss_with_path to libmysqld
* | Had to revert change, because it breaks compilation forunknown2005-10-141-1/+1
| | | | | | | | | | | | | | Netware. Hartmut informed about this.
* | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-061-2/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 ndb/src/mgmsrv/Services.cpp: Auto merged
| * | added structured ndbd exit codesunknown2005-10-031-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BitKeeper/deleted/.del-ErrorMessages.hpp~9ab815d55a13433a: Delete: ndb/src/kernel/error/ErrorMessages.hpp config/ac-macros/ha_ndbcluster.m4: add ndb mgmapi to ndbcluster_includes extra/perror.c: perror to print also ndbd exit codes ndb/include/Makefile.am: added new ndbd exit code include file to src distribution ndb/include/kernel/signaldata/EventReport.hpp: backported from 5.1, included node id in event report signal ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp: backported from 5.1, included node id in event report signal
* | | Merge mysql.com:/home/jimw/my/mysql-5.0-13071unknown2005-10-051-7/+23
|\ \ \ | |/ / |/| | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-5.0-clean
| * | Fail when two messages exist for the same language for an error in theunknown2005-10-051-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | server error messages file. (Bug #13071) extra/comp_err.c: Fail when two messages for the same language are given for an error
* | | Merge hholzgraefe@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-302-6/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/hartmut/projects/mysql/dev/5.0 ndb/tools/ndb_config.cpp: Auto merged
| * \ \ Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2005-09-271-1/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/bug13163/my50-bug13163
| | * | | Bug #13163 yassl: aix52 crash with ssl turned onunknown2005-09-271-1/+2
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - It seems like malloc(0) returns a null pointer on aix52 extra/yassl/mySTL/vector.hpp: Don't allow malloc(0), if n is 0 use 1
| * | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2005-09-271-5/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/bug13476/my50-bug13476
| | * | | Bug #13476 yassl: openserv compile failureunknown2005-09-261-5/+5
| | |/ / | | | | | | | | | | | | | | | | extra/yassl/taocrypt/include/hmac.hpp: Rename BSIZE to HMAC_BSIZE to avoid conflict with BSIZE on "openserv 3.2 5.0.7"
* | | | CygWin build fix (Bug #13640)unknown2005-09-301-1/+1
|/ / /
* | | Merge neptunus.(none):/home/msvensson/mysql/bug13164/my50-bug13164unknown2005-09-221-0/+4
|\ \ \ | |/ / |/| | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0
| * | Bug #13164 yassl: "SSL connection error" on several platformsunknown2005-09-221-0/+4
| |/ | | | | | | | | | | | | | | | | - it's a requirement fo yaSSL that either /dev/urandom or /dev/random is available on the target system. - Added a fix that tries to open /dev/random if /dev/urandom is not available. extra/yassl/taocrypt/src/random.cpp: Try to open /dev/ranom if /dev/urandom is not available.
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-151-3/+15
|\ \ | | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/bug13029/my50-bug13029
| * | Bug #13029 YaSSL not compatibile w/ JSSE (Java implementation of SSL)unknown2005-09-151-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | -Applied patch from Todd extra/yassl/src/ssl.cpp: Call processReply until clientFinishedComplete or error
* | | Bug #12526 yassl: Crashes in "integer.cpp"unknown2005-09-151-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Disable inlining in integer.cp for sparc solaris Cun C++ 5.6 config/ac-macros/yassl.m4: Detect sparc Solaris + Sun C++ 5.6 and disable inlining for integer.cpp extra/yassl/taocrypt/src/Makefile.am: Compile integer.cpp into a separate lib in order to use special CXXFLAGS Add the integer.cpp lib to libtaocrypt.la
* | | Cset exclude: msvensson@neptunus.(none)|ChangeSet|20050913150614|63378unknown2005-09-141-4/+4
|/ / | | | | | | | | extra/yassl/taocrypt/src/integer.cpp: Exclude
* | Merge bk-internal:/home/bk/mysql-5.0unknown2005-09-131-4/+4
|\ \ | |/ |/| | | | | | | | | into neptunus.(none):/home/msvensson/mysql/bug12526/my50-bug12526
| * BUG#12526 yassl: Crashes in "integer.cpp"unknown2005-09-131-4/+4
| | | | | | | | | | | | | | | | - Avoid problem with "Sun C++ 5.6 2004/07/15" extra/yassl/taocrypt/src/integer.cpp: - Remove "inline" from the more advanced functions of class portable
* | innochecksum.c:unknown2005-09-131-178/+200
| | | | | | | | | | | | | | | | | | | | Changed from C++ comments to C comments Did some adaption to MySQL Coding Style extra/innochecksum.c: Changed from C++ comments to C comments Did some adaption to MySQL Coding Style
* | Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-122-5/+9
|\ \ | | | | | | | | | | | | | | | | | | into hundin.mysql.fi:/home/jan/mysql-5.0
| * | Fix compiler errors on InnoDB offline checksum tool innochecksum.unknown2005-09-082-5/+9
| | | | | | | | | | | | | | | extra/Makefile.am: Add innochecksum back to compiled programs.
* | | comp_err.c:unknown2005-09-101-8/+8
|/ / | | | | | | | | | | | | | | Fix some comments. extra/comp_err.c: Fix some comments.
* | Merge bk-internal:/home/bk/mysql-5.0unknown2005-09-082-2/+5
|\ \ | | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/bug12717/my50-bug12717
| * | yassl fix for ia64 + iccunknown2005-09-082-2/+5
| |/ | | | | | | | | | | | | extra/yassl/taocrypt/include/runtime.hpp: Check for both __ICC and __INTEL_COMPILER extra/yassl/taocrypt/include/types.hpp: Check for both __ICC and __INTEL_COMPILER
* | Bug #12987 yassl: Compilation of integer.cpp fails on OS X Tigerunknown2005-09-071-1/+1
|/ | | | | extra/yassl/taocrypt/include/misc.hpp: Disable X86ASM on OsX
* Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2005-09-063-10/+3
|\ | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/bug12715/my50-bug12715
| * Bug #12715 Compilation of yassl/algebra.ccp fails on buildqnx2unknown2005-09-063-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | - Workaround extra/yassl/mySTL/helpers.hpp: Workaround for QNX extra/yassl/mySTL/list.hpp: Use workaround for placement new extra/yassl/taocrypt/src/misc.cpp: Don't include <new>
* | comment out innochecksum until fixedunknown2005-09-061-1/+1
| |
* | Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-052-1/+303
|\ \ | | | | | | | | | | | | | | | | | | | | | into hundin.mysql.fi:/home/jan/new/mysql-5.0 BitKeeper/etc/ignore: auto-union
| * \ Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-202-1/+303
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into hundin.mysql.fi:/home/jan/new/mysql-5.0 BitKeeper/etc/ignore: auto-union
| | * | Added InnoDB offline file checksum utility.unknown2005-07-192-1/+303
| | | | | | | | | | | | | | | | | | | | | | | | | | | | extra/Makefile.am: Added innochecksum utility. BitKeeper/etc/ignore: Added extra/innochecksum to the ignore list
* | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2005-09-011-2/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/bug11286/my50-bug11286 client/mysqltest.c: Auto merged sql/sql_parse.cc: Auto merged
| * | | | Bug #11286 yassl incompatible with "load data infile"unknown2005-09-011-2/+6
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make sure that mysqltest always uses ssl when connecting to the server. - Pass a i32-bit int variable as argument to FIONREAD ioctl. client/mysqltest.c: Set the flag CLIENT_REMENBER_OPTIONS so that all connection attempts from mysqltest is done with the same settings. Old impl caused mysqltest to loose all it's settings in the second connection attempt, ex ssl settings. extra/yassl/src/socket_wrapper.cpp: 64-bit Solaris requires the variable passed to FIONREAD be a 32-bit value. Using "int" unless _WIN32_ is defined. sql/sql_parse.cc: Update error message when sslaccepts fails. Must have been a copy and paste error. vio/viossl.c: Minor fixes Add timeout to DBUG_PRINT use function vio_ssl_fd to get sd from vio Remove extra whitespace vio/viosslfactories.c: Remove DBUG_PRINT("enter" in sslaccept and sslconnect as it tries to print out null strings. That is not suported on all platforms.
* | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2005-09-011-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/bug12526/my50-bug12526