Leonid Fedorov
d5d5611660
fix2
2025-05-06 13:15:26 +00:00
Leonid Fedorov
5764b0327f
chore(build): do not quote buildflags
2025-05-06 12:44:59 +00:00
aleksei.bukhalov
555b1742d9
MCOL-5966 shellcheck and small changes
2025-05-06 13:43:06 +04:00
aleksei.bukhalov
41beae9a25
MCOL-5966 remove branch selection from bootstrap_mcs.sh
2025-04-15 20:18:08 +04:00
Leonid Fedorov
037f2d0333
chore(build): Bootstrap use current cranch
2025-04-15 16:36:58 +04:00
Leonid Fedorov
4b17d1aa02
errorcode check + shell formatting applied
2025-04-15 16:19:27 +04:00
aleksei.bukhalov
ea6d2d873e
MCOL-5911 migrate build packages step from drone to bootstrap_mcs.sh
2025-04-10 19:42:11 +02:00
mariadb-AlanMologorsky
89c892ab2f
fix(bootstrap_mcs): Manual sync with 75f95d3a6b
...
Only edd crb repo enable for Rocky9 and fix Cmake typo.
2025-04-01 18:03:07 +04:00
drrtuy
e154fcd1d9
feat(bootstrap): add flags to bypass costly operations to reduce recompilation time
2025-04-01 18:03:07 +04:00
Leonid Fedorov
539db054b3
MCOL-5779: use encoding to check alter table alter column statement correctly
2024-08-30 17:54:56 +04:00
Leonid Fedorov
ae20481aed
fix(build) Remove _GLIBXX flags for Columnstore debug builds
2024-07-04 23:46:27 +04:00
Leonid Fedorov
6c6fa7d5a4
MCOL-5328: PCRE based regexp regexp_substr regexp_instr regexp_replace [stable-23.10] ( #3215 )
...
* MCOL-5328: PCRE based regexp regexp_substr regexp_instr regexp_replace
* Add qa test for MCOL-5328
---------
Co-authored-by: Susil Behera <susil.behera@mariadb.com >
2024-06-27 14:20:08 +04:00
Leonid Fedorov
cce0f6ab0c
fix(cgroups)!: Containers memory limits for CI ( #3108 ) ( #3209 )
...
Limit test containers by memory, fix cgroup path inside the containers by introducing new ugly setting name
---------
Co-authored-by: drrtuy <roman.nozdrin@mariadb.com >
Co-authored-by: Roman Nozdrin <rnozdrin@mariadb.com >
2024-06-20 10:48:20 +01:00
Leonid Fedorov
97abd9866b
fix(writeengine) MCOL-4202: use schema name when renaming table and change it's fields in syscat
2023-12-18 09:59:44 +03:00
Leonid Fedorov
104b4d6fcf
Port last changes for bootstrap from develop
2023-11-29 20:12:59 +04:00
Leonid Fedorov
8171e9da07
Fix rocky-8 vanilla compiler build ( #2959 )
...
Co-authored-by: Leonid Fedorov <leonid.fedorov@mariad.com >
2023-09-20 04:04:08 +03:00
drrtuy
4172cf8e71
fix(bootstrap_mcs): this fixes 'unknown columnstore_use_import_for_batchinsert variable' error ( #2940 )
...
The charset default patch introduced a new unrelated default value for columnstore plugin
affecting bootstrap_mcs.sh fragile logic.
Co-authored-by: Roman Nozdrin <rnozdrin@mariadb.com >
2023-08-22 18:04:07 +03:00
Leonid Fedorov
8f93fc3623
MCOL-5493: First portion of UBSan fixes ( #2842 )
...
Multiple UB fixes
2023-06-02 17:02:09 +03:00
Gagan Goel
32482cd928
Add an option in build/bootstrap_mcs.sh to NOT perform a clean install. ( #2854 )
...
A new option is added (-n/--no-clean-install) that allows a user to
re-install ColumnStore without deleting the existing db files. This is
useful for testing new code changes in the engine without the need to
re-create the database tables to test the code changes.
2023-05-30 21:04:51 +03:00
Leonid Fedorov
f18c556311
Fix gcc-13 warning and add support for building Fedora ( #2845 )
2023-05-26 16:30:53 +03:00
Leonid Fedorov
3ce19abdae
Options to build with TSAN, UBSAN and skipping smoke ( #2826 )
2023-04-21 21:24:48 +03:00
Leonid Fedorov
105cf2da22
Make build scripts color brighter ( #2803 )
...
* Make build scripts color brighter
* better colors, draw deps and ninja generator options
* Add color spinner for configure and install make changed to cmake --build and cmake --install
* Clean more builds log garbage
2023-04-11 03:35:05 +03:00
Leonid Fedorov
2e1394149b
MCOL-5464: Fixes of bugs from ASAN warnings, part one ( #2792 )
...
* Fixes of bugs from ASAN warnings, part one
* MQC as static library, with nifty counter for global map and mutex
* Switch clang to 16
* link messageqcpp to execplan
2023-04-04 02:33:23 +03:00
HanpyBin
ed24f3ebec
fix dependency error
2023-03-28 15:04:13 +08:00
Andrey Piskunov
96c40d5081
Add core dumps and stack trace ( #2604 )
...
* Add core dumps and stack trace
2022-11-22 03:29:34 +03:00
Leonid Fedorov
b2df152c85
Bootstrap fixes for Centos 7 ( #2547 )
2022-08-31 15:17:11 +03:00
Leonid Fedorov
140770d6f4
Delete tests/shared_components_tests.cpp, erase legacy code from tests/primitives_scan_bench.cpp, option to run benchmarks from build/bootstrap_mcs.sh
2022-07-15 15:56:24 +00:00
Leonid Fedorov
f8fb8beed9
Skip unittest build with corresponding option in bootstrap
2022-07-13 19:37:31 +03:00
Leonid Fedorov
ef8337fd60
bootstrap script openSUSE support removed, compression library install added
...
force running unittests on build, with options to skip it
2022-07-13 15:51:50 +03:00
Leonid Fedorov
f108fe81eb
Bootstrap rockylinux support tested
2022-03-23 17:05:25 +00:00
Leonid Fedorov
42f0dae81b
Current branch was not always correct
2022-03-22 11:54:17 +00:00
Leonid Fedorov
806ff55e81
Centos 7 support and options for branches
2022-02-28 15:34:52 +00:00
Leonid Fedorov
23c79968f6
Build Type was missed for build
2022-02-22 16:58:13 +03:00
Leonid Fedorov
45733c421a
openSUSE bootstrap fix
2022-02-21 15:11:31 +03:00
Leonid Fedorov
0b0efe3386
Centos Bootstrap fixes
2022-02-21 14:19:19 +03:00
Leonid Fedorov
29752afc77
Some bootstrap refines
2022-02-17 09:50:51 +00:00
Leonid Fedorov
757aa0bd73
Bootstrap ( #2264 )
...
Development bootstrap script re-factoring patch
2022-02-16 18:56:21 +03:00
Roman Nozdrin
8ba4920b32
build dir clean-up and initial MCS bootstrap script version to simplify onboarding
2022-02-08 17:14:49 +03:00