summaryrefslogtreecommitdiff
path: root/extra
Commit message (Collapse)AuthorAgeFilesLines
* auto-mergeIgnacio Galarza2009-03-191-0/+11
|\
| * Bug#39370: wrong output for error code 153Chad MILLER2009-02-241-0/+11
| | | | | | | | | | | | | | | | | | | | Add all HA error numbers and descriptions to perror. Add reminder to header. This is already fixed in smarter ways in future codebases, and this codebase is unlikely to change, since new development is forbidden here.
* | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-109-23/+23
|/ | | | | - Remove bothersome warning messages. This change focuses on the warnings that are covered by the ignore file: support-files/compiler_warnings.supp. - Strings are guaranteed to be max uint in length
* Bug#34825 perror on windows doesn't know about win32 error codesSergey Glukhov2008-11-271-2/+38
| | | | extended perror to enable printing of Win32 system errors
* Auto merge 5.0-build -> 5.0-bugteamTimothy Smith2008-09-101-1/+6
|\
| * Bug#37098 Get rid of "Installed (but unpackaged)" files in the RPM buildJoerg Bruehe2008-08-251-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Mostly, this affected files (programs, scripts, and manual pages) which got built during a RPM build but were not listed in the appropriate "%files" section of the "spec" file. This is fixed now, they are added. To make this consistent, this patch also makes the build of "innochecksum" (and its inclusion in a tar.gz or other package) depend on whether InnoDB is configured in the build. Also, some tools to create Windows packages are irrelevant in any binary Unix package (not the sources !), and so they are deleted before packaging.
* | Bug #33907 : Errors compiling mysql with Microsoft Visual C++ Express 2008Vladislav Vaintroub2008-08-212-479/+0
|\ \ | |/ |/| | | | | | | - Cherry pick 6.0 changes for Visual Studio 2008 support - Add scripts win\build-vs9.bat and win\build-vs9_x64.bat Also, remove CMake generated visual studio project files.
* | fixes for warnings and compile errors for the fix of bug 26243gkodinov/kgeorge@macbook.gmz2008-03-291-0/+2
|/
* Make this build on Windows.df@pippilotta.erinye.com2008-02-111-0/+8
|
* Merge trift2.:/MySQL/M50/mysql-5.0joerg@trift2.2008-01-285-7/+27
|\ | | | | | | into trift2.:/MySQL/M50/push-5.0
| * Merge dev:/data0/mysqldev/my/build-200801111340-5.0.54a/mysql-5.0-releasedf@pippilotta.erinye.com2008-01-233-1/+16
| |\ | | | | | | | | | into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
| | * Merge mysql.com:/data0/mysqldev/my/mysql-5.0-releaseserg/mysqldev@janus.mylan/production.mysql.com2008-01-113-1/+16
| | |\ | | | | | | | | | | | | into mysql.com:/data0/mysqldev/users/serg/mysql-5.0-release
| | | * Bug#33814 - yassl problemsserg/mysqldev@janus.mylan/production.mysql.com2008-01-113-1/+16
| | | |
| * | | make_win_bin_dist CMakeLists.txt resolveip.c Makefile.am:kent@mysql.com/kent-amd64.(none)2007-12-282-6/+11
| |/ / | | | | | | | | | | | | | | | | | | | | | Better Windows support in the scripts directory mysql_config.pl.in, mysql_install_db.pl.in: New Perl version of Unix shell script, mainly for Windows Many files in scripts directory: Use default Perl location "#!/usr/bin/perl" instead of the build host path
* | | Bug#27427: resolveip fails on hostnames with a leading digitcmiller@zippy.cornsilk.net2008-01-231-2/+4
|/ / | | | | | | | | | | | | | | | | | | | | Patch by Kasper Dupont. No CLA required for this size of patch. "resolveip" program produces incorrect result if given a hostname starting with a digit. Someone seems to have thought that names can not have digits at the beginning. Instead, use the resolver library to work out the rules of hostnames, as it will undoubtedly be better at it than we are.
* | Merge pilot.mysql.com:/data/msvensson/mysql/bug27789/my50-bug27789msvensson@pilot.mysql.com2007-10-051-0/+1
|\ \ | | | | | | | | | into pilot.mysql.com:/data/msvensson/mysql/mysql-5.0-maint
| * | Fixed Bug #27789 "Wrong permissions of sql/share/language directories"msvensson@pilot.mysql.com2007-10-051-0/+1
| | |
* | | Import yaSSL version 1.7.2msvensson@pilot.(none)2007-08-2815-8/+40
| | | | | | | | | | | | | | | - Fix bug#27265 - Support for fixing bug#18441
* | | CMakeLists.txt, README, configure.jskent@mysql.com/kent-amd64.(none)2007-08-033-9/+19
| | | | | | | | | | | | | | | Several adjustments to make client libraries pass the link test on both win32 and winx64, Visual Studio 2003 and 2005 (bug#30118)
* | | Bug #29784 YaSSL assertion failure when reading 8k key.dkatz@damien-katzs-computer.local2007-07-171-1/+1
| |/ |/| | | | | Fixed the yassl base64 decoding to correctly allocate a maximum decoded buffer size.
* | Minor fixes for test failures and compiler warnings for Bug #29579.dkatz@damien-katzs-computer.local2007-07-132-2/+2
| |
* | 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
|/ / /