1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-05 16:15:50 +03:00
Commit Graph

6612 Commits

Author SHA1 Message Date
Leonid Fedorov
c6004e2f5f Update charset.cpp (add license) 2025-07-17 09:53:31 +00:00
Leonid Fedorov
43a282f5c4 Delete build/bootstrap_mcs.py 2025-07-17 09:53:31 +00:00
Leonid Fedorov
c853e1f81d chore(codemanagement, ci): better coredumps handling, deps fixed 2025-07-17 09:53:30 +00:00
Leonid Fedorov
3948d89a01 chore(safety): Locked Map for MessageqCpp with a simpler way
Please enter the commit message for your changes. Lines starting
2025-07-17 09:52:12 +00:00
Leonid Fedorov
9fc3cd8c8f chore(codemanagement, build): build refactoring stage2 2025-07-17 09:52:08 +00:00
Leonid Fedorov
19023f90aa more deps 2025-07-17 09:51:28 +00:00
Leonid Fedorov
7c4a3030a3 chore(build): install deps as separate step for build-packages 2025-07-17 09:51:28 +00:00
Leonid Fedorov
c710a6cf44 chore(build): use custom cmake commands for components, mariadb-plugin-columnstore.install generated 2025-07-17 09:51:28 +00:00
Leonid Fedorov
7bfc6216b5 chore(build): configure before autobake 2025-07-17 09:51:28 +00:00
Leonid Fedorov
1c41fc52c0 chore(build): massive removals, auto add files to debian install file 2025-07-17 09:51:28 +00:00
Leonid Fedorov
b57dc2fe84 configcpp refactored 2025-07-17 09:51:28 +00:00
Pavol Sloboda
d0ee5dae32 Added the support for pkgconf when finding system thrift
as fedora uses pkgconf to help locate the thrift files during
compilation instead of a Thrift.cmake file. I have added this logic in
such a way that the existing logic should not be affected. Therefore
enabling the use of system thrift even without pkgconf.
2025-07-16 22:28:30 +04:00
Leonid Fedorov
ee3830f459 awful_hack(ci): add vanilla rockylinux and gcc-toolset rockylinux 2025-07-16 14:58:24 +04:00
Leonid Fedorov
9a606f11dd using .drone.jsonnet from msan branch 2025-07-16 14:58:24 +04:00
Leonid Fedorov
05bbfcae57 One more try to fix autobake build 2025-07-16 06:59:55 +04:00
Leonid Fedorov
902805d5a3 GCC8.5 warning fixed 2025-07-15 23:54:46 +04:00
Leonid Fedorov
11e0492561 chore(build): replace contains method of map with count for gcc 8.5 2025-07-15 23:54:46 +04:00
Leonid Fedorov
dcc60c96b7 Downgrade nlochman json for gcc 8.5 from 3.12 to 3.11.3 2025-07-15 23:54:46 +04:00
Aleksei Antipovskii
c30b490027 skip bad rows report test on multinode setup 2025-07-15 20:52:29 +04:00
Aleksei Antipovskii
1ce46b5e0b feature(cpimport): MCOL-5164 ignore all errors (-e all) 2025-07-15 20:52:29 +04:00
Aleksei Antipovskii
7dca1da8f2 fix(cpimport): MCOL-4882 fix -L arg default value 2025-07-13 21:33:59 +04:00
Sergei Golubchik
25c364a520 MCOL-6090
do not install anything unconditionally
before checking whether the target exists
2025-07-12 19:40:47 +04:00
Sergei Golubchik
43eecec7f3 Revert "chore(build): no build without PLUGIN_COLUMNSTORE"
This reverts commit a4dde484c5.
2025-07-12 19:40:47 +04:00
Alexey Antipovsky
78c1b5034d Feature/mcol 4882 cpimport skip rows (#3594)
* feat(cpimport): MCOL-4882 add a parameter to skip header rows

* chore(cpimport): MCOL-4882 Use boost::program_options to arguments parsing

* feat(cpimport.bin): MCOL-4882 Add missing changes

* add test

* fix clang

* add missing cmdline argument

* fix bug

* Fix double lines skipping

* Fix incorrect --silent (-N) parsing

* fix default --max-errors processing

* fix overwriting default username

* move initialization to members declaration
2025-07-11 23:35:43 +04:00
Timofey Turenko
1c8d5ec04e Merge pull request #3648 from mariadb-corporation/tarballs-fix
chore(build): no build without PLUGIN_COLUMNSTORE
2025-07-11 21:55:01 +03:00
Leonid Fedorov
a4dde484c5 chore(build): no build without PLUGIN_COLUMNSTORE 2025-07-11 17:35:40 +00:00
Aleksei Bukhalov
aa3db28074 MCOL-6071 drone refactor (#3641)
* chore(ci): MCOL-6071 less sccache granularity

* chore(ci): MCOL-6071 clean old versions of .deb/.rpm files in s3 when publishing

* chore(ci): MCOL-6071 fix unittests execution

* install sccache after deps, to have curl

* chore(ci) MCOL-6071 review fixes

---------

Co-authored-by: Leonid Fedorov <leonid.fedorov@mariadb.com>
2025-07-09 14:20:21 +04:00
mariadb-AlanMologorsky
b6a5c1d71f fix(cmapi): MCOL-5913 cmapi write local address 127.0.1.1 instead real ip address
* feat(cmapi): NetworkManager class for some ip hostname opoerations.
 * fix(cmapi): Use NetworkManager class to resolve ip and hostname in node_manipulation.add_node function
 * fix(cmapi): Minor docstring and formatting fixes
2025-07-08 15:57:28 +03:00
Timofey Turenko
59a19aaa88 Merge pull request #3642 from mariadb-corporation/mcol-6090
chore(build): MCOL-6090 do not build columnstore if not defined target
2025-07-08 02:03:56 +03:00
Leonid Fedorov
37b5f212a9 chore(build): MCOL-6090 do not build columnstore if not defined target 2025-07-07 19:56:54 +00:00
aleksei.bukhalov
5b92723b5c chore(ci): MCOL-6071 remove crb repo enabling for rocky in prepare_test_container.sh 2025-07-06 21:08:43 +04:00
Serguey Zefirov
6e3cf16ce4 chore(MCOL-6018) Fix leaks in Columnstore information tables
Fix introduces unique_ptr around DBRM instance in fill result functions.
Now all paths lead to DBRM instance freeing.
2025-07-06 15:17:08 +04:00
aleksei.bukhalov
7171742dab put separate *log steps back 2025-07-06 02:43:44 +04:00
aleksei.bukhalov
09f5df182c review fixes 2025-07-06 02:43:44 +04:00
aleksei.bukhalov
6a57129416 remove result dir cleaning 2025-07-06 02:43:44 +04:00
aleksei.bukhalov
460cb17e37 chore(ci) MCOL-6071 multinode mtr in bash script 2025-07-06 02:43:44 +04:00
aleksei.bukhalov
2fc6e976b2 chore(ci) MCOL-6071 cmapilog inside cmapi test 2025-07-06 02:43:44 +04:00
aleksei.bukhalov
019b9054e6 chore(ci) fix publish step problem 2025-07-06 02:43:44 +04:00
aleksei.bukhalov
76b86ae839 chore(ci) MCOL-6071 sccache show stats to bootstrap 2025-07-06 02:43:44 +04:00
aleksei.bukhalov
49864b4c64 chore(ci) MCOL-6071 run_cmapi_test.sh 2025-07-06 02:43:44 +04:00
aleksei.bukhalov
daab30a987 chore(ci) MCOL-6071 execute unittests during build step in bootstrap_mcs.sh 2025-07-06 02:43:44 +04:00
aleksei.bukhalov
26fd0ba4bf chore(ci) MCOL-6071 refactorings 2025-07-06 02:43:44 +04:00
aleksei.bukhalov
a27f30c73e chore(ci) MCOL-6071 sccache installing to bootstrap_mcs.sh 2025-07-06 02:43:44 +04:00
aleksei.bukhalov
073f7abe6b chore(ci) MCOL-6071 smoke and mtr reporting in bash 2025-07-06 02:43:44 +04:00
mariadb-KristinaPavlova
a501ef8721 fix string args 2025-07-04 19:57:49 +04:00
mariadb-KristinaPavlova
7aac943ffe record test result 2025-07-04 19:57:49 +04:00
mariadb-KristinaPavlova
e8b7442afa record new test results 2025-07-04 19:57:49 +04:00
Aleksei Bukhalov
1dc794d4db MCOL-5906 expected error updated 2025-07-04 19:57:49 +04:00
mariadb-KristinaPavlova
bf3db183c7 add transaction ID in error msg 2025-07-04 19:57:49 +04:00
mariadb-KristinaPavlova
a1a017a475 fix err printing 2025-07-04 19:57:49 +04:00