summaryrefslogtreecommitdiff
path: root/extra
Commit message (Collapse)AuthorAgeFilesLines
* Bug #29579 Clients using SSL can hang the serverdkatz@damien-katzs-computer.local2007-07-124-3/+34
| | | | Added an option to yassl to allow "quiet shutdown" like openssl does. This option causes the SSL libs to NOT perform the close_notify handshake during shutdown. This fixes a hang we experience because we hold a lock during socket shutdown.
* Bug #27390: mysqld_multi --config-file= not working as documentedtsmith@quadxeon.mysql.com2007-04-281-5/+18
| | | | | | | | Recognize the --no-defaults, --defaults-file and --defaults-extra-file options. Treat old --config-file argument as if --defaults-extra-file had been specified instead. Plus a few other defaults-related cleanups.
* Bug#24732 Executables do not include Vista manifestsiggy@recycle.(none)2007-04-231-0/+7
| | | | | | - Added script to generate application specific manifest. - Added new CMake MACRO to add customer build events which will first generate a manifest and then embeds that manifest into an executable.
* Bug#21765 Illegal Instruction crash on pre-pentium when using YASSLmsvensson@pilot.blaudden2007-04-111-16/+21
| | | | | - Import patch with different method of detecting if machine has cpuid instruction
* Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0msvensson@pilot.blaudden2007-04-0231-176/+964
|\ | | | | | | into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
| * Import yaSSLmsvensson@pilot.blaudden2007-03-281-0/+3
| |
| * Set yaSSL to use same type as MySQL do for socket handlesmsvensson@pilot.blaudden2007-03-282-3/+9
| |
| * Import patch from yaSSL after fixing warnings upstreammsvensson@pilot.blaudden2007-03-234-5/+4
| |
| * Import yassl 1.6.0msvensson@pilot.blaudden2007-03-2331-173/+953
| |
* | Makefile.am:kent@mysql.com/kent-amd64.(none)2007-03-221-1/+1
|/ | | | | | Don't install benchmark executable CMakeLists.txt: Handle CMAKE_C_FLAGS_RELWITHDEBINFO and CMAKE_CXX_FLAGS_RELWITHDEBINFO
* Many files:kent@mysql.com/kent-amd64.(none)2007-03-192-604/+32
| | | | Major cleanup of old Visual Studio project files, aligning engines etc
* comp_err.c: return ha_checksum from checksum_format_specifier() - more ↵tsmith@quadxeon.mysql.com2007-03-081-2/+2
| | | | correct, avoid a compiler warning
* Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0msvensson@pilot.blaudden2007-03-0126-123/+178
|\ | | | | | | into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
| * Fixed compiler warnings (for linux and win32 and win64)monty@mysql.com/narttu.mysql.fi2007-02-225-8/+14
| | | | | | | | Fixed a couple of usage of not initialized warnings (unlikely cases)
| * After merge fixesmonty@mysql.com/narttu.mysql.fi2007-02-213-5/+3
| | | | | | | | This also fixes a bug in counting number of rows that are updated when we have many simultanous queries
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-02-2121-112/+163
| |\ | | | | | | | | | into mysql.com:/home/my/mysql-5.0
| | * Avoid compiler warnings on powermacg5monty@mysql.com/narttu.mysql.fi2007-01-231-1/+5
| | | | | | | | | | | | Fixed compilation error when trying to compile libmysqld on powermac
| | * Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-2220-109/+154
| | |\ | | | | | | | | | | | | into mysql.com:/home/my/mysql-5.0
| | | * Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2006-12-1520-109/+154
| | | |\ | | | | | | | | | | | | | | | into mysql.com:/home/my/mysql-5.0
| | | | * Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-1520-109/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed not used variables and functions - Added #ifdef around code that is not used - Renamed variables and functions to avoid conflicts - Removed some not used arguments Fixed some class/struct warnings in ndb Added define IS_LONGDATA() to simplify code in libmysql.c I did run gcov on the changes and added 'purecov' comments on almost all lines that was not just variable name changes
* | | | | Bug#26678 SSL tests fail on win64msvensson@pilot.blaudden2007-02-272-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Import a patch from yaSSL CVS that uses "word" instead of "unsigned long" in three function's that uses sizeof to find out the word size being used. NOTE! long is 32 bit also on 64 bit windows.
* | | | | Link comp_err with zlibmsvensson@pilot.blaudden2007-02-231-1/+1
| | | | |
* | | | | Bug #26571 Different format specifiers in errmsg.txtmsvensson@pilot.blaudden2007-02-222-1/+121
|/ / / / | | | | | | | | | | | | | | | | - Add check of format specifiers in error message strings - Update error message text accordingly to be equal between all translations
* | | | Bug#25988 openssl_1 Test Case Failsmsvensson@neptunus.(none)2007-02-061-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | - Small difference in output from 'X509_NAME_Oneline' between OpenSSL and yaSSL. OpenSSL uses an extension that allow's the email adress of the cert holder. - Imported patch for yaSSL "add email to DN output"
* | | | Bug#25417 "/usr/bin/test" installed from yassl/taocrypt/testmsvensson@pilot.mysql.com2007-01-292-2/+2
| | | | | | | | | | | | | | | | | | | | - It's good to build the test programs for yaSSL to check for undefined symbols etc but they should not be installed by "make install"
* | | | Import latest version of yaSSLmsvensson@neptunus.(none)2007-01-2995-2278/+1627
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Replace SawTooth copyright header with MySQL's - Bug#19209 Test 'rpl_openssl' hangs on Windows - Spurious "2013 Connection to server lost" errors fixed yaSSL doesn't close socket anymore, that is left to the application
* | | | Import yaSSL version 1.5.8msvensson@neptunus.(none)2007-01-2217-124/+226
| | | | | | | | | | | | | | | | - Includes patch for Bug#25189
* | | | Add define for used type of third argument to 'accept' - Netware uses size_tmsvensson@neptunus.(none)2007-01-221-1/+4
| | | |
* | | | gen_lex_hash does not need to link with odbc32*.libmsvensson@neptunus.(none)2007-01-221-1/+1
|/ / /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2007-01-1113-1/+148
|\ \ \ | | | | | | | | | | | | into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
| * | | my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-3113-1/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected spelling in copyright text Makefile.am: Don't update the files from BitKeeper Many files: Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Many files: Added GPL copyright text Removed files: Docs/Support/colspec-fix.pl Docs/Support/docbook-fixup.pl Docs/Support/docbook-prefix.pl Docs/Support/docbook-split Docs/Support/make-docbook Docs/Support/make-makefile Docs/Support/test-make-manual Docs/Support/test-make-manual-de Docs/Support/xwf
* | | | Merge siva.hindu.god:/usr/home/tim/m/bk/g50tsmith/tim@siva.hindu.god2006-12-2610-20/+10
|\ \ \ \ | |/ / / | | | | | | | | into siva.hindu.god:/usr/home/tim/m/bk/50
| * | | Many files:kent@mysql.com/kent-amd64.(none)2006-12-2310-20/+10
| |/ / | | | | | | | | | Changed header to GPL version 2 only
* | | change all auto_ptr in yaSSL to mySTL since some lack resetmsvensson@neptunus.(none)2006-12-131-2/+2
|/ /
* | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0msvensson@neptunus.(none)2006-12-041-2/+4
|\ \ | |/ | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * Fixed compiler warningsmonty@mysql.com/narttu.mysql.fi2006-11-302-3/+5
| | | | | | | | Don't assert if my_thread_end() is called twice (common case)
* | Merge shellback.(none):/home/msvensson/mysql/yassl_import/my50-yassl_importmsvensson@shellback.(none)2006-11-2954-482/+1116
|\ \ | |/ |/| | | into shellback.(none):/home/msvensson/mysql/yassl_import/mysql-5.0-maint
| * Import version 1.50 of yaSSLmsvensson@shellback.(none)2006-11-2954-482/+1116
| |
* | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0kent@mysql.com/kent-amd64.(none)2006-11-2712-19/+19
|\ \ | | | | | | | | | into mysql.com:/home/kent/bk/mysql-5.0-merge
| * \ Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0-buildkent@mysql.com/kent-amd64.(none)2006-11-277-14/+14
| |\ \ | | | | | | | | | | | | into mysql.com:/home/kent/bk/mysql-5.0
| | * | Many files:kent@mysql.com/c-634072d5.010-2112-6f72651.cust.bredbandsbolaget.se2006-11-237-14/+14
| | |/ | | | | | | | | | Adjuster project files to reflect move of "mySTL" directory
| * | ha_innodb.m4, Makefile.am, ha_ndbcluster.m4, Makefile.shared, ha_berkeley.m4:kent@mysql.com/kent-amd64.(none)2006-11-275-5/+5
| |/ | | | | | | Reenabled build outside source tree
* | Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-202-3/+3
|/ | | | | | | (Mostly in DBUG_PRINT() and unused arguments) Fixed bug in query cache when used with traceing (--with-debug) Fixed memory leak in mysqldump Removed warnings from mysqltest scripts (replaced -- with #)
* Netware uses size_t as socklen_tmsvensson@neptunus.(none)2006-10-231-1/+4
|
* yassl build fixes for hpux and netwaremsvensson@neptunus.(none)2006-10-162-5/+12
|
* Merge neptunus.(none):/home/msvensson/mysql/yassl_import/my50-yassl_importmsvensson@neptunus.(none)2006-09-272-2/+2
|\ | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * The mySTL directory has moved from yassl/mySTL to yassl/taocrypt/mySTLmsvensson@neptunus.(none)2006-09-272-2/+2
| |
* | Merge neptunus.(none):/home/msvensson/mysql/yassl_import/my50-yassl_importmsvensson@neptunus.(none)2006-09-271-2/+2
|\ \ | |/ | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * Fix compile failure on Sun C++ 5.7 in yaSSL codemsvensson@neptunus.(none)2006-09-271-2/+2
| | | | | | | | - Trying to use unctions declared as static being used from another file, change them to be inline
* | Merge neptunus.(none):/home/msvensson/mysql/yassl_import/my50-yassl_importmsvensson@neptunus.(none)2006-09-277-41/+72
|\ \ | |/ | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint