summaryrefslogtreecommitdiff
path: root/extra
Commit message (Collapse)AuthorAgeFilesLines
* Mergekent@mysql.com2005-07-061-3/+2
|\
| * Makefile.am:kent@mysql.com2005-07-051-1/+2
| | | | | | | | | | Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir
* | WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-07-0122-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 compilergeorg@lmy002.wdf.sap.corp2005-06-271-1/+2
| |
* | WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-06-231-1/+1
| | | | | | | | | | Fix for "multiple definition of __cxa_pure_virtual" link failure when compiling with icc.
* | WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-06-2211-8/+16
| | | | | | | | | | Fix GCC 4.0 link failure. Better CXX_VERSION guessing.
* | WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-06-197-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.0konstantin@mysql.com2005-06-162-2/+16
|\ \ | | | | | | | | | into mysql.com:/opt/local/work/mysql-5.0-root
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2005-06-162-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.com2005-06-152-2/+16
| | | |
* | | | WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-06-1615-77/+86
|/ / / | | | | | | | | | Merge with latest yaSSL.
* | | WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-06-151-1/+1
|/ / | | | | | | | | Fix for link failures on boxes with non-gnu compiler. Fix for compilation failure on hpux11.
* | Mergesvoj@mysql.com2005-06-1124-309/+338
|\ \
| * | Merge with latest yaSSL.svoj@mysql.com2005-06-1024-309/+338
| | | | | | | | | | | | Fixes IsAligned yaSSL assertion failure.
* | | Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2005-06-091-1/+1
|\ \ \ | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-5.0
| * | | sql/mysql_priv.hserg@serg.mylan2005-06-091-1/+1
| |/ / | | | | | | | | | | | | | | | comments, unused flag OPTION_INTERNAL_SUBTRANSACTIONS removed SELECT_ALL flag moved into this free slot.
* | | WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-06-081-2/+3
|/ / | | | | | | Fix for yaSSL compilation failure on ia64 platform.
* | Portability fix, mySTL on Sun Forte 5.4.konstantin@mysql.com2005-06-061-2/+4
| |
* | Futher fixes for aCC.konstantin@mysql.com2005-06-061-1/+1
| |
* | Futher yaSSL portability fixes: hp3750 (HP aCC + HPUX).konstantin@mysql.com2005-06-061-1/+2
| |
* | Fix yaSSL compilation failure on ds20 (DEC CXX + Linux)konstantin@mysql.com2005-06-062-1/+3
| |
* | yassl template instantiation - don't do too muchserg@serg.mylan2005-06-032-17/+16
| | | | | | | | | | mysys/my_access.c: remove incorrect fix comments
* | WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-06-032-4/+12
| | | | | | | | Compilation errors fixes.
* | cleanupserg@serg.mylan2005-06-021-1/+1
| |
* | WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-05-3147-454/+790
| | | | | | | | merge with latest yaSSL, move templates instantiation into separate file where it is possible
* | WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-05-255-10/+16
| | | | | | | | Merge with latest yaSSL, fix compilation error for SSE2 processors.
* | Upgrade yaSSL to 0.9.9.svoj@mysql.com2005-05-2528-715/+283
| |
* | misc.hpp:kent@mysql.com2005-05-221-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 7konstantin@mysql.com2005-05-203-3/+10
| |
* | Merge mysqldev@production.mysql.com:my/mysql-5.0-buildsvoj@mysql.com2005-05-2011-15/+11
|\ \ | | | | | | | | | into mysql.com:/home/svoj/devel/mysql/mysql-5.0-build
| * | WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-05-2012-16/+12
| | | | | | | | | | | | Portability fixes
* | | Fixes for numerous compatibility problems in yaSSL.konstantin@mysql.com2005-05-206-12/+28
|/ /
* | WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-05-203-4/+4
| | | | | | | | compilation fixes
* | Fix warnings from iccmonty@mysql.com2005-05-181-38/+39
| | | | | | | | | | Added BUILD scripts for icc Fixed (one time) memory leak in grant handling
* | Fix FC3 yaSSL compilation problem.svoj@mysql.com2005-05-064-7/+15
| | | | | | | | This fix is about WL#2286 - Compile MySQL w/YASSL support
* | gcc 2.92 compatibilityserg@sergbook.mylan2005-05-057-28/+34
| |
* | Merge mysql.com:/home/jimw/my/mysql-5.0-5354jimw@mysql.com2005-05-021-0/+1
|\ \ | | | | | | | | | into mysql.com:/home/jimw/my/mysql-5.0-clean
| * | Add default configuration files to my_print_defaults usage, andjimw@mysql.com2005-04-281-0/+1
| | | | | | | | | | | | | | | add handling of configuration file in the Windows shared system directory. (Bug #5354)
* | | Clean up merge from 4.1jimw@mysql.com2005-05-021-1/+12
|\ \ \ | | |/ | |/|
| * | Fix undersized array in my_print_defaults that caused crash on Sun Solarisjimw@mysql.com2005-04-261-1/+12
| | | | | | | | | | | | (and maybe strange results on other platforms). (Bug #9851)
* | | yassl changeset 2:serg@serg.mylan2005-04-309-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 supportsvoj@mysql.com2005-04-2898-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-161-1/+1
| | | | | | | | wants this feature look at a web-dav hookup).
* | Remove compiler warnings and remove not used variablesmonty@mysql.com2005-02-252-3/+4
| | | | | | | | (Found during build process)
* | Mergejimw@mysql.com2005-02-221-6/+7
|\ \ | |/
| * Merge bk-internal:/home/bk/mysql-4.1jimw@mysql.com2005-02-221-5/+13
| |\ | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| * | Fix output of perror to include whether the error messagejimw@mysql.com2005-02-161-6/+7
| | | | | | | | | | | | corresponds to an OS or MySQL error. (Bug #8517)
* | | Merge with 4.1monty@mysql.com2005-02-221-5/+13
|\ \ \ | | |/ | |/|
| * | fix for a bug with my_print_defaults with --defaults-extra-file= optionSinisa@sinisa.nasamreza.org2005-02-191-5/+13
| |/
* | Mergeingo@mysql.com2005-02-111-13/+13
|\ \ | |/