| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/
|
|
|
| |
- 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
|
|
|
|
| |
extended perror to enable printing of Win32 system errors
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
|/|
| |
| |
| | |
- 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.
|
|/ |
|
| |
|
|\
| |
| |
| | |
into trift2.:/MySQL/M50/push-5.0
|
| |\
| | |
| | |
| | | |
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
|
| | |\
| | | |
| | | |
| | | | |
into mysql.com:/data0/mysqldev/users/serg/mysql-5.0-release
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| | |
| | |
| | | |
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.0-maint
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
- Fix bug#27265
- Support for fixing bug#18441
|
| | |
| | |
| | |
| | |
| | | |
Several adjustments to make client libraries pass the link test
on both win32 and winx64, Visual Studio 2003 and 2005 (bug#30118)
|
| |/
|/|
| |
| | |
Fixed the yassl base64 decoding to correctly allocate a maximum decoded buffer size.
|
| | |
|
|/
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
| |
- Import patch with different method of detecting if machine has
cpuid instruction
|
|\
| |
| |
| | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
|
|
|
| |
Don't install benchmark executable
CMakeLists.txt:
Handle CMAKE_C_FLAGS_RELWITHDEBINFO and CMAKE_CXX_FLAGS_RELWITHDEBINFO
|
|
|
|
| |
Major cleanup of old Visual Studio project files, aligning engines etc
|
|
|
|
| |
correct, avoid a compiler warning
|
|\
| |
| |
| | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
|
| |
| |
| |
| | |
Fixed a couple of usage of not initialized warnings (unlikely cases)
|
| |
| |
| |
| | |
This also fixes a bug in counting number of rows that are updated when we have many simultanous queries
|
| |\
| | |
| | |
| | | |
into mysql.com:/home/my/mysql-5.0
|
| | |
| | |
| | |
| | | |
Fixed compilation error when trying to compile libmysqld on powermac
|
| | |\
| | | |
| | | |
| | | | |
into mysql.com:/home/my/mysql-5.0
|
| | | |\
| | | | |
| | | | |
| | | | | |
into mysql.com:/home/my/mysql-5.0
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- 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
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- 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.
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
- Add check of format specifiers in error message strings
- Update error message text accordingly to be equal between all translations
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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"
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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"
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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
|
| | | |
| | | |
| | | |
| | | | |
- Includes patch for Bug#25189
|
| | | | |
|
|/ / / |
|