summaryrefslogtreecommitdiff
path: root/BUILD
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Monty2019-09-031-2/+10
|\
| * Updated BUILD/SETUP from MariaDB 10.5Monty2019-09-011-5/+16
| |
* | Merge 10.2 to 10.3Marko Mäkelä2019-08-131-1/+1
|\ \ | |/
| * Updated BUILD/compile-pentium64-asan-maxMonty2019-08-081-1/+1
| |
* | Removed -fno-rtti from BUILD scriptsMichael Widenius2019-06-169-9/+9
| |
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-1445-49/+49
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-1350-54/+54
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1152-56/+56
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-1155-59/+59
| | | | | | | | | | | | | | | | * Update wrong zip-code
| | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-112-2/+2
| | |\ \ | | | |/
| | | * Follow-up to changing FSF addressVicențiu Ciorbaru2019-05-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some places didn't match the previous rules, making the Floor address wrong. Additional sed rules: sed -i -e 's/Place.*Suite .*, Boston/Street, Fifth Floor, Boston/g' sed -i -e 's/Suite .*, Boston/Fifth Floor, Boston/g'
| | | * Update FSF addressMichal Schorm2019-05-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit is based on the work of Michal Schorm, rebased on the earliest MariaDB version. Th command line used to generate this diff was: find ./ -type f \ -exec sed -i -e 's/Foundation, Inc., 59 Temple Place, Suite 330, Boston, /Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, /g' {} \; \ -exec sed -i -e 's/Foundation, Inc. 59 Temple Place.* Suite 330, Boston, /Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, /g' {} \; \ -exec sed -i -e 's/MA.*.....-1307.*USA/MA 02110-1335 USA/g' {} \; \ -exec sed -i -e 's/Foundation, Inc., 59 Temple/Foundation, Inc., 51 Franklin/g' {} \; \ -exec sed -i -e 's/Place, Suite 330, Boston, MA.*02111-1307.*USA/Street, Fifth Floor, Boston, MA 02110-1335 USA/g' {} \; \ -exec sed -i -e 's/MA.*.....-1307/MA 02110-1335/g' {} \;
| | * | Updated check-cpu from 10.3 to get it to work with gcc 7.3.1Monty2018-11-161-0/+6
| | | |
* | | | Backport BUILD scripts from 10.4Monty2019-02-061-1/+4
| | | | | | | | | | | | | | | | | | | | - Fixes building with galera and tokudb - Added support for --without-wsrep BUILD script option
* | | | Renamed compile-pentium scripts to compile-pentium32Michael Widenius2018-04-1627-227/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to align the naming to compile-pentium64 and to avoid mistakes of accidently compiling a 32 bit binary on a 64 bit system Removed also a few very old not usable BUILD scripts
* | | | Remove compiler warningsMichael Widenius2018-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove unused variables - Mark variables unused - Fix wrong types - Add no-strict-aliasing to BUILD scripts
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-272-1/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: sql/table.cc
| * | | Disable rocksdb when building with ASANMonty2018-01-272-1/+3
| | | | | | | | | | | | | | | | | | | | I disabled rocksdb in ASAN build as I got a link error when it's included
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-214-3/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: sql/sp_rcontext.cc
| * | | Fixed some build scripts to work with gprof and gcovMonty2018-01-184-3/+4
| | | |
* | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-132-1/+7
|\ \ \ \ | |/ / /
| * | | Fixed BUILD scriptsMonty2018-01-132-1/+7
| | | | | | | | | | | | | | | | | | | | - Removed extra set -x -v used for debugging - Fixed that that gcc version tests works for gcc 7
* | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-112-4/+32
|\ \ \ \ | |/ / /
| * | | Removed duplicated copyright messageMonty2018-01-111-16/+1
| | | |
| * | | Fixed BUILD scriptsMonty2018-01-102-4/+47
| | | | | | | | | | | | | | | | | | | | | | | | - Skip 'clean' if not a git repository (Good for tar files) - Add configuration for ASAN builds
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-0422-158/+23
|\ \ \ \ | |/ / /
| * | | Clean up BUILD scriptMonty2017-07-0121-158/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed some not old, not used build scipts - Removed tokudb and rocksdb from 32 bit builds This enables one now to easily build 32 bit binaries on 64 bit systems
| * | | Added submodule updates to BUILD scriptsMonty2017-06-301-0/+5
| | | |
| * | | Build MyRocks as a plugin (as static compilation doesn't work)Michael Widenius2017-05-111-1/+1
| | | |
* | | | Add automatic updating of sub modules to BUILD scriptsMonty2017-05-291-0/+1
| | | |
* | | | Fixed build scripts to compile MyRocks as a pluginMonty2017-05-021-1/+1
|/ / /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-303-4/+4
|\ \ \ | |/ /
| * | Correct FSF addressiangilfillan2017-03-103-4/+4
| | |
* | | CleanupsMonty2017-01-112-3/+3
| | | | | | | | | | | | | | | | | | * Ensure that BUILD scripts cleans up things properly before new BUILD * MySQL -> MariaDB * Ignore wrong valgrind memleak
* | | Fixes for using ssl with BUILD scripts.Monty2017-01-111-4/+3
| | | | | | | | | | | | | | | Needed as GNUTLS can't be used by MariaDB on many systems, like OpenSuse 13.2
* | | Fixes for running with gcovMonty2017-01-112-2/+2
| | |
* | | Merge branch '10.2' into bb-10.2-janSergei Golubchik2016-09-191-2/+0
|\ \ \
| * \ \ Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-2/+0
| |\ \ \ | | |/ /
| | * | remove die() from BUILD/autorun.shAlexander Kuleshov2016-08-251-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes die() function from the BUILD/autorun.sh. It was introduced in the c682570431 commit (Fix BUILD/autorun.sh to really bail out on error.). Last users of die() was removed in the 8664de22 commit (WL#5665: Removal of the autotools-based build system) and since it is not used anywhere. No functionality changes. Just cleanup.
* | | | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-021-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contains also MDEV-10547: Test multi_update_innodb fails with InnoDB 5.7 The failure happened because 5.7 has changed the signature of the bool handler::primary_key_is_clustered() const virtual function ("const" was added). InnoDB was using the old signature which caused the function not to be used. MDEV-10550: Parallel replication lock waits/deadlock handling does not work with InnoDB 5.7 Fixed mutexing problem on lock_trx_handle_wait. Note that rpl_parallel and rpl_optimistic_parallel tests still fail. MDEV-10156 : Group commit tests fail on 10.2 InnoDB (branch bb-10.2-jan) Reason: incorrect merge MDEV-10550: Parallel replication can't sync with master in InnoDB 5.7 (branch bb-10.2-jan) Reason: incorrect merge
* | | Merge branch '10.1' into 10.2Monty2016-02-061-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: VERSION cmake/plugin.cmake config.h.cmake configure.cmake plugin/server_audit/server_audit.c sql/sql_yacc.yy
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-01-251-0/+1
| |\ \
| | * | Backported fix for ccacheMonty2016-01-031-2/+13
| | | | | | | | | | | | | | | | | | | | Fixed compiler warnings Added --big-test to tokudb change_column_char & change_column_bin
| | * | fix build on sol10-64Sergei Golubchik2015-10-221-1/+1
| | | |
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2015-12-291-2/+12
|\ \ \ \ | |/ / /
| * | | Fixed that ccache can be used again (broken by TokuDB patches)Monty2015-12-231-2/+12
| | | | | | | | | | | | | | | | For now, only if ccache is installed with symlinks in /usr/lib64/ccache
* | | | cmake: remove unused filesSergei Golubchik2015-11-231-1/+1
|/ / /
* | | disable innodb on sol10-64Sergei Golubchik2015-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | because buildbot config invokes BUILD/compile-solaris-amd64 with the --extra-args=--without-plugin-innodb argument, but BUILD/compile-solaris-amd64 doesn't take arguments and doesn't invoke configure.pl, so this extra-args is lost.
* | | fix build on sol10-64Sergei Golubchik2015-10-151-1/+1
| | |
* | | Don't enable file_key_management_plugin by default (as this gives warnings ↵Monty2015-10-091-1/+1
| | | | | | | | | | | | | | | | | | in the log) Better warning from file_key_management plugin if filename is not given