aa7e0fb9b4
Deep build refactoring phase 1 ( #3562 )
...
* configcpp refactored
* logging and datatypes refactored
* more dataconvert
* chore(build): massive removals, auto add files to debian install file
* chore(codemanagement): nodeps headers, potentioal library
* chore(build): configure before autobake
* chore(build): use custom cmake commands for components, mariadb-plugin-columnstore.install generated
* chore(build): install deps as separate step for build-packages
* more deps
* check debian/mariadb-plugin-columnstore.install automatically
* chore(build): add option for multibracnh compilation
* Fix warning
2025-05-30 14:05:21 +04:00
6db2dc668f
stubs and cmake formatting
2025-05-20 18:22:59 +04:00
aa0cf1399b
fix(build): MCOL-5612 const func pointer assignement must happen after func definition to satisfy modern compilers static analyzer ( #3039 )
...
Co-authored-by: Roman Nozdrin <rnozdrin@mariadb.com >
2023-11-29 19:34:10 +03:00
4fe9cd64a3
Revert "No boost condition ( #2822 )" ( #2828 )
...
This reverts commit f916e64927
.
2023-04-22 15:49:50 +03:00
f916e64927
No boost condition ( #2822 )
...
This patch replaces boost primitives with stdlib counterparts.
2023-04-22 00:42:45 +03:00
20b5dbb617
Add missing includes
...
These seem to have all fallen out of a recent Boost update to 1.81 which
dropped some internal includes. All of these uses within columnstore
relied on these transitive includes, so explicitly include what we need
to fix build.
Signed-off-by: Sam James <sam@gentoo.org >
2023-01-17 01:18:41 +00:00
8bb5731ddc
MCOL-5310 This patch replaces move-assignment with copy-assignment to avoid memory corruption ( #2645 )
...
Co-authored-by: Roman Nozdrin <rnozdrin@mariadb.com >
2022-12-06 12:56:58 -06:00
37fd915a08
Serg`s patch for develop-6 revised for develop https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/2614
2022-11-09 22:41:38 +00:00
65252df4f6
C++20 fixes
2022-03-28 12:32:29 +00:00
b5ccd52c09
OpenSSL 3 support for Columnstore
2022-02-18 14:07:23 +00:00
04752ec546
clang format apply
2022-01-21 16:43:49 +00:00
5c5f103f98
MCOL-4839: Fix clang build ( #2100 )
...
* Fix clang build
* Extern C returned to plugin_instance
Co-authored-by: Leonid Fedorov <l.fedorov@mail.corp.ru >
2021-08-23 10:45:10 -05:00
ce9207cd7f
Remove excessive logging ( #2055 )
2021-07-20 10:22:22 -05:00
91945fe271
Fix warnings for vla, unused variables.
2021-07-14 20:08:46 -05:00
2ae3da45eb
MCOL-1175: add ability to encrypt CEJ password and use in Columnstore.xml ( #2045 )
2021-07-13 11:42:36 -05:00