summaryrefslogtreecommitdiff
path: root/BUILD/SETUP.sh
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Import OQGraph engine into MariaDB.unknown2010-01-041-1/+1
| * | | | | Fix some compiler warnings.unknown2009-12-061-0/+8
| |/ / / /
| * | | | Compile by default MySQL clients with libmysqldclient.a (not .so)Michael Widenius2009-10-291-8/+9
| * | | | mergeunknown2009-10-061-0/+1
| |\ \ \ \
| | * | | | BUG#39249 Maria:query cache returns out of date resultsunknown2009-10-061-0/+1
| * | | | | Fix running test suite from installed directory rather than source directory.unknown2009-09-291-1/+1
| * | | | | Exclude innodb_plugin form MariaDB's max and max-no-ndb configurations andSergey Petrunya2009-09-101-1/+1
| |/ / / /
| * | | | Merge Toby Thain's Solaris fixes.unknown2009-05-111-1/+7
| |\ \ \ \
| | * | | | Portability changes for Solaris 10 (amd64). Re-hash BUILD/ scripts for Solari...Toby Thain2009-05-091-1/+7
| * | | | | We are now using Valgrind rather than purify, and have for quite some time.unknown2009-05-061-1/+1
| |/ / / /
| * | | | Apply patch by Antony Dovgal:Michael Widenius2009-03-221-1/+1
| * | | | Added "pool-of-threads" handling (with libevent)Michael Widenius2009-03-131-2/+2
| * | | | Fixed compiler warnings found by gcc 4.3.2Michael Widenius2009-01-311-0/+2
| * | | | Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, or...Guilhem Bichot2008-11-211-2/+2
| |\ \ \ \
| * \ \ \ \ Merge mysql.com:/home/my/mysql-5.1unknown2008-04-281-2/+4
| |\ \ \ \ \
| * | | | | | missing DBUG_VOID_RETURNunknown2008-02-071-3/+3
| * | | | | | Added --with-maria-tmp-tables (default one) to allow on to configure if Maria...unknown2008-01-101-1/+1
| * | | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-10-041-0/+1
| |\ \ \ \ \ \
| | * | | | | | Use direct memory access for the log scanunknown2007-09-271-0/+1
| * | | | | | | Merge hynda.mysql.fi:/home/my/mysql-5.1-mainunknown2007-09-271-3/+3
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Added applying of undo for updatesunknown2007-09-091-3/+3
* | | | | | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-08-061-10/+2
* | | | | | | | Add a maintainer target to the warning-mode of the build scripts.Davi Arnaut2010-07-241-12/+18
* | | | | | | | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-2/+2
| * | | | | | | Apply:Konstantin Osipov2010-06-071-1/+1
| * | | | | | | Merge a change from mysql-5.1-innodb:Marko Mäkelä2010-05-201-1/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-8/+5
| |_|_|_|/ / |/| | | | |
* | | | | | Don't enable safemalloc for valgrind builds, it's too slow.Davi Arnaut2010-06-031-1/+1
* | | | | | Bug#53593: Add some instrumentation to improve Valgrind sensitivityMarko Mäkelä2010-05-201-1/+5
|/ / / / /
* | | | | Bug#37870: Usage of uninitialized value caused failed assertion.Evgeny Potemkin2008-11-051-2/+2
| |_|/ / |/| | |
* | | | Bug #31326: No compile check of order of initializationsunknown2007-12-141-2/+4
|/ / /
* | | Add -Wno-unused to --warning-mode=pedantic, otherwise sql/ compilationunknown2007-08-301-1/+1
* | | Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-cleanupunknown2007-08-221-1/+1
|\ \ \ | | |/ | |/|
| * | Do not use $static_link for GCOV builds,unknown2007-08-221-1/+1
* | | Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-runtimeunknown2007-08-221-0/+25
|\ \ \ | |/ / | | / | |/ |/|
| * Bug#23062 (GCOV build: helper scripts missing in the BUILD directory)unknown2007-08-151-0/+25
| * Add hint about using --help to see what options are availableunknown2007-03-021-0/+1
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-02-211-3/+6
| |\
* | | BUG#20013 No pentium_cflags in SETUP.shunknown2007-02-261-0/+1
* | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-02-031-0/+10
|\ \ \
| * | | After merge fixesunknown2007-01-291-0/+6
| * | | Merge mysql.com:/home/my/mysql-5.0unknown2007-01-271-1/+5
| |\ \ \ | | | |/ | | |/|
| | * | Fixed compiler warnings detected by option -Wshadow and -Wunused:unknown2006-12-151-3/+6
* | | | Merge kahlann.erinye.com:/home/df/mysql/build/mysql-5.1-build-workunknown2007-01-301-1/+9
|\ \ \ \
| * \ \ \ merge fixunknown2007-01-251-1/+9
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | BUG#25530 --with-readline fails with commercial source packagesunknown2007-01-251-1/+10
| | | |/ | | |/|
| | * | Remove compiler warningsunknown2006-11-201-3/+3
* | | | SETUP.sh:unknown2007-01-251-1/+1
| |_|/ |/| |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-01-221-2/+2
|\ \ \ | |/ / |/| |