summaryrefslogtreecommitdiff
path: root/BUILD
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.5' into 10.6Oleksandr Byelkin2020-09-021-2/+3
|\
| * Added support of WITH_GPROF to cmakeMonty2020-08-201-2/+3
| |
* | MDEV-19780 Remove the TokuDB storage engineMarko Mäkelä2020-05-141-3/+1
|/ | | | | | | | | The TokuDB storage engine has been deprecated by upstream Percona Server 8.0 in favor of MyRocks and will not be available in subsequent major upstream releases. Let us remove it from MariaDB Server as well. MyRocks is actively maintained, and it can be used instead.
* Fixed that file_key_management works with BUILD scriptsMonty2020-03-241-4/+5
|
* Fixed BUILD scripts for gcc 6.xMonty2019-08-231-2/+10
| | | | Added also -DTRASH_FREE_MEMORY to valgrind builds
* Merge 10.4 into 10.5Marko Mäkelä2019-08-161-1/+1
|\
| * Merge 10.3 into 10.4Marko Mäkelä2019-08-141-1/+1
| |\
| | * Merge 10.2 to 10.3Marko Mäkelä2019-08-131-1/+1
| | |\
| | | * Updated BUILD/compile-pentium64-asan-maxMonty2019-08-081-1/+1
| | | |
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-06-199-9/+9
| |\ \ \ | | |/ /
| | * | Removed -fno-rtti from BUILD scriptsMichael Widenius2019-06-169-9/+9
| | | |
* | | | BUILD scripts: Don't build with-plugin-test_sql_discovery staticlyMonty2019-06-261-1/+1
| | | |
* | | | Fixed build scripts to not use -fno-rttiMonty2019-06-019-9/+9
| | | |
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-2345-49/+49
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-1945-49/+49
| |\ \ \ | | |/ /
| | * | 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
* | | | | | MDEV-17841 S3 storage engineMonty2019-05-232-1/+3
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A read-only storage engine that stores it's data in (aws) S3 To store data in S3 one could use ALTER TABLE: ALTER TABLE table_name ENGINE=S3 libmarias3 integration done by Sergei Golubchik libmarias3 created by Andrew Hutchings
* | | | | add Hygon Dhyana support in check-cpuhygonsoc2019-05-101-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: hygonsoc <hygonsoc@gmail.com>
* | | | | Removed some warnings from -Wimplicit-fallthrough= with build scriptsMonty2019-04-011-1/+1
| | | | |
* | | | | Fixed BUILD scripts to by default work with galera and tokudbMonty2018-12-091-1/+4
|/ / / / | | | | | | | | | | | | | | | | | | | | Bascially this means that all builds with BUILD scripts are done with --with-jemalloc=NO # Required by tokudb --with-ssl # Required on OpenSuse 10.5 to get galera to work
* | | | 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
| | |