1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00
Commit Graph

6176 Commits

Author SHA1 Message Date
Andrey Piskunov
b8200acd3b Don't ignore null or empty in calculation 2022-08-04 16:16:38 +03:00
Andrey Piskunov
2a7da39610 Temporary test fix 2022-08-04 16:16:38 +03:00
Andrey Piskunov
c4df7925d1 use vect update for everything except TEXT 2022-08-04 16:16:38 +03:00
Andrey Piskunov
1681edaca0 Tests for simd min/max 2022-08-04 16:16:38 +03:00
Andrey Piskunov
9930d0dedd Vectorized update min max 2022-08-04 16:16:38 +03:00
Roman Nozdrin
37d8f14250 Merge pull request #2483 from mariadb-corporation/rocky9
Rockylinux9 CI support
2022-08-04 15:35:18 +03:00
Denis Khalikov
2e2fc7d4a3 [MCOL-5106] Support 48 extents per file for rebuildEM.
This patch increases the number of extents per segment file
for rebuildEM tool.
2022-08-04 13:58:17 +03:00
Leonid Fedorov
8b2a78a553 RockyLinux 9 CI builds support 2022-08-04 01:05:04 +03:00
Roman Nozdrin
549316ed75 Merge pull request #2481 from mariadb-corporation/mtr-fix-20220731
Mtr fix 20220731
2022-08-01 14:01:55 +03:00
mariadb-KirillPerov
d3bc6bf654 Update mcs78_aliases.test 2022-07-31 04:27:13 +03:00
mariadb-KirillPerov
22638de153 Update mcs78_aliases.test 2022-07-31 03:12:29 +03:00
mariadb-KirillPerov
e1199ea622 Update mcs78_aliases.result 2022-07-31 03:11:57 +03:00
mariadb-KirillPerov
5437ab0941 Update mcs171_null_functions.result 2022-07-31 01:13:10 +03:00
mariadb-KirillPerov
a7cf88f2a5 Update mcs171_null_functions.test 2022-07-31 01:12:09 +03:00
Denis Khalikov
fb5761fbff [MCOL-5131] Add support to calculate HWM for system catalog files. 2022-07-28 16:47:43 +03:00
Denis Khalikov
fb1e23bb83 [MCOL-5106] Add support to work with StorageManager.
This patch eliminates boost::filesystem from `mcsRebuildEM` tool.
After this change we should be able to work with any filesystem
even S3.
2022-07-28 16:47:34 +03:00
Denis Khalikov
de522ed15a Fix: grabEMIndex for loadFromBinaryBlob 2022-07-28 16:47:27 +03:00
Roman Nozdrin
115c9db5e2 Merge pull request #2478 from drrtuy/temp-test-disable
This patch temporary disables the tests to get CI green.
2022-07-27 16:46:50 +03:00
Roman Nozdrin
23bb51c486 This patch temporary disables the tests to get CI green. 2022-07-27 09:32:44 +00:00
Denis Khalikov
e519cd7486 [MCOL-5061] Fix wrong join id assignment for the views. (#2474)
This patch fixes a wrong `join id` assignment for `TupleHashJoinStep` in a view.
After MCOL-334 CS assigns a '-1' as `join id` for `TupleHashJoinStep` in a view, and
in this case we cannot apply a filter for specific `Join step`, which is associated with `join id`
for 2 reasons:
1. Filters for all `TupleHashJoinSteps` associated with the same `join id`, which is '-1'.
2. When CS creates a `joinIdIndexMap` it eliminates all `join ids` which a less or equal 0.

This patch also fixes some tests for the view, which were generated wrong results.
2022-07-25 20:02:02 +03:00
Roman Nozdrin
627a4b5819 Revert "Debug mtr 20220720 (#2470)" (#2473)
This reverts commit 8b8ee98fd2.

Co-authored-by: Roman Nozdrin <rnozdrin@mariadb.com>
2022-07-23 13:50:14 +03:00
mariadb-KirillPerov
8b8ee98fd2 Debug mtr 20220720 (#2470)
* Update udf_calshowpartitions.test

* Update mcs_named_udfs.test

* Update udf_calshowpartitions.result

* Update mcs_named_udfs.result
2022-07-22 20:42:22 +03:00
Roman Nozdrin
df431ebad9 MCOL-5093 This patch raises the hardcoded service start TO up to 2 hours (#2469) 2022-07-22 12:25:24 -05:00
Roman Nozdrin
b57603e240 Merge pull request #2468 from drrtuy/MCOL-5044-reenable-fair
Revert "This patch disables FairThreadPool to double check if this fe…
2022-07-22 19:37:45 +03:00
Roman Nozdrin
0c2333f9c7 Merge pull request #2467 from mariadb-corporation/UpdateVersionTo22081
Update VERSION
2022-07-22 19:24:18 +03:00
Roman Nozdrin
6b17c358c0 MCOL-5153 This increases the size of the multiplier in the guarding check in RowAggStorage::increaseSize() so that it doesn't throw w/o a reason (#2463) 2022-07-22 10:19:36 -05:00
Roman Nozdrin
3b87532413 Revert "This patch disables FairThreadPool to double check if this feature contributes to multiple strange side-effects and ocassional failed MTR tests"
This reverts commit b78cbffa93.
2022-07-22 14:04:06 +00:00
David.Hall
7eea6636c6 Update VERSION 2022-07-21 15:01:19 -05:00
Roman Nozdrin
63047aa8ef Merge pull request #2462 from drrtuy/MCOL-5044-disable-fair
This patch disables FairThreadPool to double check if this feature co…
2022-07-21 02:26:18 +03:00
Roman Nozdrin
5654f1df2c Merge pull request #2444 from denis0x0D/MCOL-4699
[MCOL-4699] Add support for circular outer joins.
2022-07-20 14:27:15 +03:00
Roman Nozdrin
b78cbffa93 This patch disables FairThreadPool to double check if this feature contributes to multiple strange side-effects and ocassional failed MTR tests 2022-07-20 11:17:19 +00:00
Denis Khalikov
636e60b5f9 [MCOL-4699] Add support for circular outer joins. 2022-07-19 21:47:36 +03:00
Roman Nozdrin
01f8f7066a Merge pull request #2460 from mariadb-corporation/skip_unit_test_tune
Microbechmarks
2022-07-16 19:04:15 +03:00
Leonid Fedorov
1cd382ba3b Clang warning fix 2022-07-16 16:26:10 +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
54ef54fb22 .clang-tidy initial 2022-07-13 15:51:50 +03:00
Leonid Fedorov
d2449f1606 Columnstore build instructions updated 2022-07-13 15:51:50 +03:00
Roman Nozdrin
70550ec332 Merge pull request #2451 from mariadb-corporation/pipelines-dependencies
ci pipelines dependencies + regression 001
2022-07-13 13:03:38 +03:00
mariadb-RomanNavrotskiy
076f9dbad5 ci: fix pipeline dependency, enable regression 001 for develop branch (limited platforms) 2022-07-12 23:40:29 +02:00
Daniel Lee
4af32ec78e Merge pull request #2453 from dhall-MariaDB/develop
Changes to some MTR cases so that they would match in VMs and Docker image runs
2022-07-12 13:19:22 -05:00
Leonid Fedorov
ebd37accda Compilers Version refactored to single variables
UnitTests on
2022-07-12 17:18:00 +02:00
Daniel Lee
7481f27343 Added order by clause to more queries 2022-07-12 09:49:24 -05:00
Daniel Lee
7ecf183af9 Added reference result files 2022-07-12 09:49:23 -05:00
Daniel Lee
ff20612a87 Added missing drop database statement 2022-07-12 09:49:23 -05:00
Daniel Lee
08ee2af4fa Avoid warning regarding undeterministic functions when binlog is enabled 2022-07-12 09:49:23 -05:00
Daniel Lee
7ebeee06e9 Need to add order by clause since different test run would return rows in different order 2022-07-12 09:49:23 -05:00
David.Hall
08bef648b3 Mcol 5074 Case with In and aggregates asserts (#2435)
* MCOL-5074 CASE with IN and aggregate asserts
gwip-scsp wasn't set and buildPredicateItem() was called which assumes it is set. Added code to set properly in this case
2022-07-11 16:20:15 -05:00
Leonid Fedorov
524212440e Remove Build for rockylinux8 with 10.6 CS 2022-07-11 22:27:25 +02:00