Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge | kent@mysql.com | 2005-07-06 | 1 | -3/+2 |
|\ | |||||
| * | Makefile.am: | kent@mysql.com | 2005-07-05 | 1 | -1/+2 |
| | | | | | | | | | | Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir | ||||
* | | WL#2286 - Compile MySQL w/YASSL support | svoj@mysql.com | 2005-07-01 | 22 | -48/+139 |
| | | | | | | | | | | Merge with latest yaSSL. It includes fix for bigendian/littleendian problem (fixes func_encrypt test failure). Our trees are in sync now. | ||||
* | | Fix for Intel compiler | georg@lmy002.wdf.sap.corp | 2005-06-27 | 1 | -1/+2 |
| | | |||||
* | | WL#2286 - Compile MySQL w/YASSL support | svoj@mysql.com | 2005-06-23 | 1 | -1/+1 |
| | | | | | | | | | | Fix for "multiple definition of __cxa_pure_virtual" link failure when compiling with icc. | ||||
* | | WL#2286 - Compile MySQL w/YASSL support | svoj@mysql.com | 2005-06-22 | 11 | -8/+16 |
| | | | | | | | | | | Fix GCC 4.0 link failure. Better CXX_VERSION guessing. | ||||
* | | WL#2286 - Compile MySQL w/YASSL support | svoj@mysql.com | 2005-06-19 | 7 | -30/+32 |
| | | | | | | | | | | | | | | | | | | Fix for yaSSL link failures with Forte Developer 7, MIPSpro Compilers, Compaq C++. These compilers have problem with implicit template instantiation in archives (libyassl.a, libtaocrypt.a). Instantiate templates explicitly. Fix for yaSSL link failure on powermacg5 (gcc 3.3). When -O3 is specified gcc inlines __cxa_pure_virtual. This is wrong behavior, __cxa_pure_virtual must never be inlined. | ||||
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | konstantin@mysql.com | 2005-06-16 | 2 | -2/+16 |
|\ \ | | | | | | | | | | into mysql.com:/opt/local/work/mysql-5.0-root | ||||
| * \ | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | konstantin@mysql.com | 2005-06-16 | 2 | -2/+16 |
| |\ \ | | | | | | | | | | | | | into mysql.com:/opt/local/work/mysql-5.0-root | ||||
| | * | | gcc 2.96 fixes (workarounds for compiler bugs in namespace handling) | konstantin@mysql.com | 2005-06-15 | 2 | -2/+16 |
| | | | | |||||
* | | | | WL#2286 - Compile MySQL w/YASSL support | svoj@mysql.com | 2005-06-16 | 15 | -77/+86 |
|/ / / | | | | | | | | | | Merge with latest yaSSL. | ||||
* | | | WL#2286 - Compile MySQL w/YASSL support | svoj@mysql.com | 2005-06-15 | 1 | -1/+1 |
|/ / | | | | | | | | | Fix for link failures on boxes with non-gnu compiler. Fix for compilation failure on hpux11. | ||||
* | | Merge | svoj@mysql.com | 2005-06-11 | 24 | -309/+338 |
|\ \ | |||||
| * | | Merge with latest yaSSL. | svoj@mysql.com | 2005-06-10 | 24 | -309/+338 |
| | | | | | | | | | | | | Fixes IsAligned yaSSL assertion failure. | ||||
* | | | Merge bk-internal:/home/bk/mysql-5.0 | serg@serg.mylan | 2005-06-09 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-5.0 | ||||
| * | | | sql/mysql_priv.h | serg@serg.mylan | 2005-06-09 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | comments, unused flag OPTION_INTERNAL_SUBTRANSACTIONS removed SELECT_ALL flag moved into this free slot. | ||||
* | | | WL#2286 - Compile MySQL w/YASSL support | svoj@mysql.com | 2005-06-08 | 1 | -2/+3 |
|/ / | | | | | | | Fix for yaSSL compilation failure on ia64 platform. | ||||
* | | Portability fix, mySTL on Sun Forte 5.4. | konstantin@mysql.com | 2005-06-06 | 1 | -2/+4 |
| | | |||||
* | | Futher fixes for aCC. | konstantin@mysql.com | 2005-06-06 | 1 | -1/+1 |
| | | |||||
* | | Futher yaSSL portability fixes: hp3750 (HP aCC + HPUX). | konstantin@mysql.com | 2005-06-06 | 1 | -1/+2 |
| | | |||||
* | | Fix yaSSL compilation failure on ds20 (DEC CXX + Linux) | konstantin@mysql.com | 2005-06-06 | 2 | -1/+3 |
| | | |||||
* | | yassl template instantiation - don't do too much | serg@serg.mylan | 2005-06-03 | 2 | -17/+16 |
| | | | | | | | | | | mysys/my_access.c: remove incorrect fix comments | ||||
* | | WL#2286 - Compile MySQL w/YASSL support | svoj@mysql.com | 2005-06-03 | 2 | -4/+12 |
| | | | | | | | | Compilation errors fixes. | ||||
* | | cleanup | serg@serg.mylan | 2005-06-02 | 1 | -1/+1 |
| | | |||||
* | | WL#2286 - Compile MySQL w/YASSL support | svoj@mysql.com | 2005-05-31 | 47 | -454/+790 |
| | | | | | | | | merge with latest yaSSL, move templates instantiation into separate file where it is possible | ||||
* | | WL#2286 - Compile MySQL w/YASSL support | svoj@mysql.com | 2005-05-25 | 5 | -10/+16 |
| | | | | | | | | Merge with latest yaSSL, fix compilation error for SSE2 processors. | ||||
* | | Upgrade yaSSL to 0.9.9. | svoj@mysql.com | 2005-05-25 | 28 | -715/+283 |
| | | |||||
* | | misc.hpp: | kent@mysql.com | 2005-05-22 | 1 | -2/+4 |
| | | | | | | | | | | | | | | Check _LONGLONG_TYPE as well, to define 'word64', to make it work on Solaris 10 x86_64. Can't assume all x86_64 share the same assembler syntax. For now disabled assembler for x86_64 and Solaris. | ||||
* | | yaSSL fixes for Sun Forte 7 | konstantin@mysql.com | 2005-05-20 | 3 | -3/+10 |
| | | |||||
* | | Merge mysqldev@production.mysql.com:my/mysql-5.0-build | svoj@mysql.com | 2005-05-20 | 11 | -15/+11 |
|\ \ | | | | | | | | | | into mysql.com:/home/svoj/devel/mysql/mysql-5.0-build | ||||
| * | | WL#2286 - Compile MySQL w/YASSL support | svoj@mysql.com | 2005-05-20 | 12 | -16/+12 |
| | | | | | | | | | | | | Portability fixes | ||||
* | | | Fixes for numerous compatibility problems in yaSSL. | konstantin@mysql.com | 2005-05-20 | 6 | -12/+28 |
|/ / | |||||
* | | WL#2286 - Compile MySQL w/YASSL support | svoj@mysql.com | 2005-05-20 | 3 | -4/+4 |
| | | | | | | | | compilation fixes | ||||
* | | Fix warnings from icc | monty@mysql.com | 2005-05-18 | 1 | -38/+39 |
| | | | | | | | | | | Added BUILD scripts for icc Fixed (one time) memory leak in grant handling | ||||
* | | Fix FC3 yaSSL compilation problem. | svoj@mysql.com | 2005-05-06 | 4 | -7/+15 |
| | | | | | | | | This fix is about WL#2286 - Compile MySQL w/YASSL support | ||||
* | | gcc 2.92 compatibility | serg@sergbook.mylan | 2005-05-05 | 7 | -28/+34 |
| | | |||||
* | | Merge mysql.com:/home/jimw/my/mysql-5.0-5354 | jimw@mysql.com | 2005-05-02 | 1 | -0/+1 |
|\ \ | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-5.0-clean | ||||
| * | | Add default configuration files to my_print_defaults usage, and | jimw@mysql.com | 2005-04-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | add handling of configuration file in the Windows shared system directory. (Bug #5354) | ||||
* | | | Clean up merge from 4.1 | jimw@mysql.com | 2005-05-02 | 1 | -1/+12 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix undersized array in my_print_defaults that caused crash on Sun Solaris | jimw@mysql.com | 2005-04-26 | 1 | -1/+12 |
| | | | | | | | | | | | | (and maybe strange results on other platforms). (Bug #9851) | ||||
* | | | yassl changeset 2: | serg@serg.mylan | 2005-04-30 | 9 | -41/+80 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | remove FIX_GCC_LINKING_PROBLEM and -DDEFINE_CXA_PURE_VIRTUAL replace echo in configure.in with AC_MSG_WARN/AC_MSG_ERROR don't set -DUSE_MYSYS_NEW for gcc 2.95 set $USE_MYSYS_NEW even if CXX is g++ yassl bugfixes instantiate all yassl templates explicitly | ||||
* | | | WL#2286 Compile MySQL w/YASSL support | svoj@mysql.com | 2005-04-28 | 98 | -0/+26988 |
| |/ |/| | | | | | yaSSL-0.9.7 library bundled. | ||||
* | | Removed support for RAID, mit-threads, and MySQL FS (really, if someone ↵ | brian@zim.(none) | 2005-03-16 | 1 | -1/+1 |
| | | | | | | | | wants this feature look at a web-dav hookup). | ||||
* | | Remove compiler warnings and remove not used variables | monty@mysql.com | 2005-02-25 | 2 | -3/+4 |
| | | | | | | | | (Found during build process) | ||||
* | | Merge | jimw@mysql.com | 2005-02-22 | 1 | -6/+7 |
|\ \ | |/ | |||||
| * | Merge bk-internal:/home/bk/mysql-4.1 | jimw@mysql.com | 2005-02-22 | 1 | -5/+13 |
| |\ | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean | ||||
| * | | Fix output of perror to include whether the error message | jimw@mysql.com | 2005-02-16 | 1 | -6/+7 |
| | | | | | | | | | | | | corresponds to an OS or MySQL error. (Bug #8517) | ||||
* | | | Merge with 4.1 | monty@mysql.com | 2005-02-22 | 1 | -5/+13 |
|\ \ \ | | |/ | |/| | |||||
| * | | fix for a bug with my_print_defaults with --defaults-extra-file= option | Sinisa@sinisa.nasamreza.org | 2005-02-19 | 1 | -5/+13 |
| |/ | |||||
* | | Merge | ingo@mysql.com | 2005-02-11 | 1 | -13/+13 |
|\ \ | |/ |