| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | | |
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
into siva.hindu.god:/usr/home/tim/m/bk/50
|
| |/ /
| | |
| | |
| | | |
Changed header to GPL version 2 only
|
|/ / |
|
|\ \
| |/
| |
| | |
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
|
| |
| |
| |
| | |
Don't assert if my_thread_end() is called twice (common case)
|
|\ \
| |/
|/|
| | |
into shellback.(none):/home/msvensson/mysql/yassl_import/mysql-5.0-maint
|
| | |
|
|\ \
| | |
| | |
| | | |
into mysql.com:/home/kent/bk/mysql-5.0-merge
|
| |\ \
| | | |
| | | |
| | | | |
into mysql.com:/home/kent/bk/mysql-5.0
|
| | |/
| | |
| | |
| | | |
Adjuster project files to reflect move of "mySTL" directory
|
| |/
| |
| |
| | |
Reenabled build outside source tree
|
|/
|
|
|
|
|
| |
(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 #)
|
| |
|
| |
|
|\
| |
| |
| | |
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
|
| | |
|
|\ \
| |/
| |
| | |
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
|
| |
| |
| |
| | |
- Trying to use unctions declared as static being used from another file, change them to be inline
|
|\ \
| |/
| |
| | |
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
|