summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-icc-valgrind-max
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF AddressVicențiu Ciorbaru2019-05-111-2/+2
| | | | * Update wrong zip-code
* 5.3 mergeSergei Golubchik2012-01-131-0/+14
|\
| * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-0/+14
| |\ | |/ |/| | | Fixed up copyright messages.
* | Updated/added copyright headersKent Boortz2011-06-301-2/+2
|\ \
* \ \ MergeKent Boortz2010-12-291-0/+15
|\ \ \ | |/ / | | / | |/ |/|
| * - Added/updated copyright headersKent Boortz2010-12-281-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | - Removed files specific to compiling on OS/2 - Removed files specific to SCO Unix packaging - Removed "libmysqld/copyright", text is included in documentation - Removed LaTeX headers for NDB Doxygen documentation - Removed obsolete NDB files - Removed "mkisofs" binaries - Removed the "cvs2cl.pl" script - Changed a few GPL texts to use "program" instead of "library"
* | Bug#53593: Add some instrumentation to improve Valgrind sensitivityMarko Mäkelä2010-05-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUILD/*: Add valgrind_configs=--with-valgrind. BUILD/*: Remove -USAFEMALLOC from valgrind_flags. configure.in: Add AC_ARG_WITH(valgrind) and HAVE_VALGRIND. include/my_sys.h: Define a number of MEM_ wrappers for VALGRIND_ functions. include/my_sys.h: Make TRASH do MEM_UNDEFINED(). include/m_string.h: Remove unused macro bzero_if_purify(A,B). _mymalloc(): Declare MEM_UNDEFINED() on the allocated memory. _myfree(): Declare MEM_NOACCESS() on the freed memory. storage/innobase/include/univ.i: Enable UNIV_DEBUG_VALGRIND based on HAVE_VALGRIND rather than HAVE_purify. Possible things to do: * In my_global.h, remove the defined(HAVE_purify) condition from the _WIN32 uint3korr(). * In my_global.h *int*korr(), use | instead of + in order to keep the Valgrind V bits accurate * Consider replacing HAVE_purify with HAVE_VALGRIND * Use VALGRIND_CREATE_BLOCK, VALGRIND_DISCARD in mem_root and similar places
* | Remove dead code from BUILD/ scripts.unknown2006-04-051-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUILD/SETUP.sh: Remove dead options. BUILD/compile-amd64-debug-max-no-ndb: Remove dead options. BUILD/compile-amd64-debug-max: Remove dead options. BUILD/compile-amd64-max: Remove dead options. BUILD/compile-darwin-mwcc: Remove dead options. BUILD/compile-pentium-debug-max-no-embedded: Remove dead options. BUILD/compile-pentium-debug-max-no-ndb: Remove dead options. BUILD/compile-pentium-debug-max: Remove dead options. BUILD/compile-pentium-icc-valgrind-max: Remove dead options. BUILD/compile-pentium-max: Remove dead options. BUILD/compile-pentium-valgrind-max: Remove dead options. There is no ISAM any more. BUILD/compile-pentium64-debug-max: Remove dead options. BUILD/compile-pentium64-valgrind-max: Remove dead options. There is no ISAM any more. BUILD/compile-ppc-debug-max-no-ndb: Remove dead options. BUILD/compile-ppc-debug-max: Remove dead options. BUILD/compile-ppc-max: Remove dead options.
* Fix warnings from iccunknown2005-05-181-0/+34
Added BUILD scripts for icc Fixed (one time) memory leak in grant handling config/ac-macros/misc.m4: Remove warnings flags from icc when compiling with -Werror configure.in: Remove warnings flags from icc when compiling with -Werror extra/replace.c: Fix warnings from icc include/my_dbug.h: Fix warnings from icc sql/gen_lex_hash.cc: Fix warnings from icc sql/mysql_priv.h: Add missing variables sql/mysqld.cc: Fix warnings from icc: - made a lot of variables static - Removing some not used variables - Fixed wrong printf() - removed extern "C" from some functions sql/spatial.h: Fix warnings from icc sql/sql_acl.cc: Fixed memory leak sql/sql_lex.cc: Fix warnings from icc sql/sql_lex.h: Fix warnings from icc