1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-24 22:42:05 +03:00

Commit Graph

  • 60d7b080a7 simulate nightly MCOL-6071-backport-ci aleksei.bukhalov 2025-07-23 17:03:44 +02:00
  • 7ed251ade5 chore(ci): MCOL-6071 backport ci changes develop-23.02 aleksei.bukhalov 2025-07-23 17:02:32 +02:00
  • f956f597a0 Manually remove read-only node from ReadOnlyNodes on node removal (because nodes are only deactivated) coordinator-nodes Alexander Presnyakov 2025-07-23 20:05:37 +00:00
  • ae0e9d4223 chore(docs): update BUILD.md MCOL-6085-update-doc aleksei.bukhalov 2025-07-23 18:50:35 +02:00
  • ec4a181dee BRM journal is always singular, do not apply suffix logic to it feat/MCOL-5338-fix-journal-prefix Alexander Presnyakov 2025-07-23 16:38:15 +00:00
  • a193104ee1 Added --coordinator-only option to "mcs cluster node add" Alexander Presnyakov 2025-07-18 02:38:52 +00:00
  • 4c54defd37 Added tests Alexander Presnyakov 2025-07-11 02:12:32 +00:00
  • 0fd9935dde Basic functionality to add coordinator-only nodes (read-only nodes that do not add dbroot of other nodes) Alexander Presnyakov 2025-07-10 16:06:59 +00:00
  • 1f20388881 chore(ci): MCOL-6071 backport ci changes aleksei.bukhalov 2025-07-23 17:02:32 +02:00
  • f33e9ce86c chore(ci): MCOL-6071 fix regression results publish stable-23.10 aleksei.bukhalov 2025-07-09 14:21:28 +02:00
  • 724afe2eb1 feat(optimizer): MCOL-5250 rewrite queries with DISTINCT feature/MCOL-5250-rewrite-distinct Aleksei Antipovskii 2025-07-22 13:47:08 +02:00
  • 3686c2f2c7 MDEV-32854: Make JSON_DEPTH_LIMIT unlimited bb-json_depth-rucha Rucha Deodhar 2025-05-22 15:42:12 +05:30
  • b1a44f9663 Merge branch 'stable-23.10' into MCOL-6033 MCOL-6033 mariadb-KristinaPavlova 2025-07-22 10:31:06 +03:00
  • cd4bf4fb9e chore(CEJ): make error message more user-friendly drrtuy 2025-07-18 19:01:38 +00:00
  • a11edae601 chore(): removed test rgprint binary drrtuy 2025-07-21 12:33:19 +00:00
  • f5cf7ebf7b fix boost compilation on aarch64-openeuler Sergei Golubchik 2025-07-18 18:20:37 +02:00
  • 1aee9ccfb1 fix deb builds Sergei Golubchik 2025-07-17 18:17:51 +02:00
  • b0c08d3f4e don't build columnstore if the compiler doesn't support c++20 Sergei Golubchik 2025-07-17 17:20:20 +02:00
  • f881bae496 chore(rbo,rules): fixes to compile MCS with ES 10.6 drrtuy 2025-07-18 16:32:08 +00:00
  • a01c883e07 feat(rbo,rules): mock Histogram for ES < 11.4 drrtuy 2025-07-18 15:55:22 +00:00
  • e600f11aa9 feat(rbo,rules): use EI statistics for filter ranges drrtuy 2025-07-18 13:41:30 +00:00
  • 428be12b9b feat(rbo,rules): find suitable indexed column to be used for range partitioning drrtuy 2025-07-17 19:13:56 +00:00
  • 19fb5a89b7 chore(rbo,rules): separate the rule from common rbo code drrtuy 2025-07-17 15:58:57 +00:00
  • 15be33fbc5 feat(rbo,rules): refactored statistics storage in gwi and implemented statistics based UNION rewrite. drrtuy 2025-07-17 15:37:20 +00:00
  • 67295b4320 feat(optimizer,rules): use EI statistics for range filters drrtuy 2025-07-16 22:18:09 +00:00
  • 3f9ce7779e feat(optimizer): PoC for EI stats retrieval in getSelectPlan() drrtuy 2025-07-14 18:52:46 +00:00
  • dfddfedfe5 feat(optimizer): collect EI statistics for a first column in existing tables indexes drrtuy 2025-07-12 14:16:52 +00:00
  • 9f5ddd33bc chore(): a note about unprotected crit section drrtuy 2025-07-12 14:13:21 +00:00
  • e21200da19 feat(optimizer): stack-based filters walker drrtuy 2025-06-27 18:28:36 +00:00
  • c4fd150453 chore(execplan): name PT walker function types drrtuy 2025-06-27 17:43:20 +00:00
  • ef126c4319 feat(optimizer): add fixed bounds for TPC-H 1GB from regr drrtuy 2025-06-27 13:45:41 +00:00
  • 5aa2a824c2 feat(MCOL-6082): Multiple readers of dbroots using OamCache logic feat/MCOL-5964-5861-5863-um-only-node Serguey Zefirov 2025-07-10 11:31:32 +00:00
  • 2753743762 feat(MCOL-6082) Cluster with read-only nodes should correctly work with DML Serguey Zefirov 2025-06-30 14:27:26 +03:00
  • 37a626eed5 Fix test Alexander Presnyakov 2025-07-09 19:29:06 +00:00
  • f265d6ae18 Fix test Alexander Presnyakov 2025-07-09 01:47:01 +00:00
  • af6c5bce28 temp turnngoff one TestCase. mariadb-AlanMologorsky 2025-07-08 15:55:17 +03:00
  • d007cb0023 Remove ExeMgr from constants Alexander Presnyakov 2025-07-03 16:05:22 +00:00
  • c59e2aa9ee MCOL-5806: added ability to start node in read-only mode Alexander Presnyakov 2025-03-12 13:21:37 +00:00
  • fa8057f134 Merge branch 'stable-23.10' into MCOL-6033 Kristina Pavlova 2025-07-21 10:46:25 +03:00
  • 48148b1e6e feat(cmapi): MCOL-6006 Disable failover when shared storage not detected feature/MCOL-6006-failover-detect-shared-storage mariadb-AlanMologorsky 2025-07-18 16:00:34 +03:00
  • 5ba808d542 MCOL-6101: joblist library not linked against openssl libraries develop-6 Daniel Black 2025-07-18 12:18:10 +10:00
  • a27f1a1f98 chore(ci): fix arch aleksei.bukhalov 2025-07-17 14:40:06 +02:00
  • 556fbf00ba chore(ci): fix arch arms-restore aleksei.bukhalov 2025-07-17 14:40:06 +02:00
  • 449029a827 Deep build refactoring phase 2 (#3564) Leonid Fedorov 2025-07-17 16:14:10 +04:00
  • d1f329c1d5 noncolored cores asan-ubsan Leonid Fedorov 2025-07-17 10:49:42 +00:00
  • db6fd76073 colored coredumps Leonid Fedorov 2025-07-16 13:02:22 +00:00
  • 18bf3275cd simpler cores Leonid Fedorov 2025-07-16 02:43:13 +00:00
  • f873275ecb start regressions after mtr logs published Leonid Fedorov 2025-07-13 14:05:40 +00:00
  • b23b7ad6e1 Adding ddeb packages for teststages and repos Leonid Fedorov 2025-07-11 20:07:49 +00:00
  • 3122b837ac Fix config files in packages for sanitizers, do not abort on errors for packages add options for ASAN via code linkage Leonid Fedorov 2025-07-11 12:05:27 +00:00
  • c52bf2d6ff Add flag key prefix to $result Leonid Fedorov 2025-07-09 23:00:18 +00:00
  • 9341bbfde5 chore(ci): Patch autobake to avoid fakeroot and eatmydata for ASAN Leonid Fedorov 2025-06-26 18:17:19 +00:00
  • cf63236db0 chore(ci): add ASAN and UBSAN to ci Leonid Fedorov 2025-06-26 15:55:50 +00:00
  • df63623977 add reference to config entry in err msg MCOL-5907-warn-alter-table mariadb-KristinaPavlova 2025-07-17 13:20:12 +03:00
  • b0ae6362be fix comment mariadb-KristinaPavlova 2025-07-17 12:53:59 +03:00
  • 0a45499fff try only arms Leonid Fedorov 2025-07-17 09:46:22 +00:00
  • 02b7e33379 add max row size as configuration mariadb-KristinaPavlova 2025-07-17 12:44:10 +03:00
  • 285b3c688d Typo fixes cmapi-grammar-fixes Alexander Presnyakov 2025-07-16 23:56:40 +00:00
  • 053c1793aa feat(optimizer,rules): use EI statistics for range filters feat/MCOL-6072-parallel-scan-4-CES-1 drrtuy 2025-07-16 22:18:09 +00:00
  • 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. Pavol Sloboda 2025-07-16 10:42:08 +02:00
  • a47dff1454 add check for table with > 500 rows mariadb-KristinaPavlova 2025-07-16 17:23:14 +03:00
  • 24c7f745d9 Merge branch 'stable-23.10' into MCOL-6033 Kristina Pavlova 2025-07-16 17:22:09 +03:00
  • 448c12ec7d colored coredumps msan Leonid Fedorov 2025-07-16 13:02:22 +00:00
  • 8d482e8e06 Merge remote-tracking branch 'origin/stable-23.10' into msan Leonid Fedorov 2025-07-16 12:07:58 +00:00
  • 1f33d481f2 fix cast mariadb-KristinaPavlova 2025-07-16 14:08:31 +03:00
  • ee3830f459 awful_hack(ci): add vanilla rockylinux and gcc-toolset rockylinux Leonid Fedorov 2025-07-15 23:18:56 +00:00
  • 9a606f11dd using .drone.jsonnet from msan branch Leonid Fedorov 2025-07-15 23:12:18 +00:00
  • fe5ea5dda4 save some money on debug Leonid Fedorov 2025-07-16 07:37:24 +00:00
  • 60bb07d5dd change max size mariadb-KristinaPavlova 2025-07-16 10:40:59 +03:00
  • f405394a77 libc++ more for test container Leonid Fedorov 2025-07-16 07:34:56 +00:00
  • b6135823ee Adding ddeb packages for teststages and repos Leonid Fedorov 2025-07-11 20:07:49 +00:00
  • 05bbfcae57 One more try to fix autobake build Leonid Fedorov 2025-07-15 22:15:27 +00:00
  • ad3b071b09 simple core reports Leonid Fedorov 2025-07-16 01:34:15 +00:00
  • 3c23af02c7 awful_hack(ci): install whole llvm instead of libc++ in terrible way for test containers Leonid Fedorov 2025-07-15 22:52:51 +00:00
  • 14eb4a7f26 std::sqrt Leonid Fedorov 2025-07-15 22:28:28 +00:00
  • 7a99d4bf2c libcpp and msan to external projects Leonid Fedorov 2025-07-15 19:36:52 +00:00
  • 53c6bdadb9 libstdc++ in CI Leonid Fedorov 2025-07-14 18:48:52 +00:00
  • 3f17bd0485 add libc++ to ci Leonid Fedorov 2025-07-14 17:25:10 +00:00
  • 8d640efbe5 libc++ sepatare build Leonid Fedorov 2025-07-14 16:51:17 +00:00
  • 2a6645b870 Add flag key prefix to $result Leonid Fedorov 2025-07-09 23:00:18 +00:00
  • 28774f4eb5 chore(ci): add ASAN and UBSAN to ci Leonid Fedorov 2025-06-26 15:55:50 +00:00
  • 015e4337bd MSan added with fixes for libc++ Leonid Fedorov 2025-07-12 00:57:46 +00:00
  • 902805d5a3 GCC8.5 warning fixed Leonid Fedorov 2025-07-15 16:41:31 +00:00
  • 11e0492561 chore(build): replace contains method of map with count for gcc 8.5 Leonid Fedorov 2025-07-15 15:24:54 +00:00
  • dcc60c96b7 Downgrade nlochman json for gcc 8.5 from 3.12 to 3.11.3 Leonid Fedorov 2025-07-15 15:22:35 +00:00
  • c30b490027 skip bad rows report test on multinode setup Aleksei Antipovskii 2025-07-10 02:02:03 +02:00
  • 1ce46b5e0b feature(cpimport): MCOL-5164 ignore all errors (-e all) Aleksei Antipovskii 2025-06-20 17:20:40 +02:00
  • 151904a137 The row class API changed. Build pass with errors. MCOL-4240 Nedeljko Stefanovic 2025-07-15 09:11:37 +00:00
  • 043a7fe1b4 feat(optimizer): PoC for EI stats retrieval in getSelectPlan() drrtuy 2025-07-14 18:52:46 +00:00
  • b21b27cae7 fix batch max size mariadb-KristinaPavlova 2025-07-14 16:59:18 +03:00
  • 5d890859a2 Merge branch 'stable-23.10' into MCOL-6033 mariadb-KristinaPavlova 2025-07-14 16:56:29 +03:00
  • cc6d8b5a51 change batch max size mariadb-KristinaPavlova 2025-07-14 15:24:33 +03:00
  • 7dca1da8f2 fix(cpimport): MCOL-4882 fix -L arg default value Aleksei Antipovskii 2025-07-13 17:25:29 +02:00
  • 25c364a520 MCOL-6090 Sergei Golubchik 2025-07-12 16:11:02 +02:00
  • 43eecec7f3 Revert "chore(build): no build without PLUGIN_COLUMNSTORE" Sergei Golubchik 2025-07-12 16:12:14 +02:00
  • 5c087da60d feat(optimizer): collect EI statistics for a first column in existing tables indexes drrtuy 2025-07-12 14:16:52 +00:00
  • c1d3e9be0f chore(): a note about unprotected crit section drrtuy 2025-07-12 14:13:21 +00:00
  • 78c1b5034d Feature/mcol 4882 cpimport skip rows (#3594) Alexey Antipovsky 2025-07-11 21:35:43 +02:00
  • 1c8d5ec04e Merge pull request #3648 from mariadb-corporation/tarballs-fix Timofey Turenko 2025-07-11 21:55:01 +03:00
  • a4dde484c5 chore(build): no build without PLUGIN_COLUMNSTORE Leonid Fedorov 2025-07-11 16:57:08 +00:00