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
Leonid Fedorov
b2967e5ac0
Ubuntu 20.04 switch to clang-14
2022-07-11 22:27:25 +02:00
Leonid Fedorov
39c43a0f70
<unnamed>.execplan::CalpontSystemCatalog::TableName::create_date' may be used uninitialized
2022-07-11 22:27:25 +02:00
Leonid Fedorov
b397f6142e
Fixes
2022-07-11 22:27:25 +02:00
Leonid Fedorov
56b01fdefc
Workaround for gtest compile bug
2022-07-11 22:27:25 +02:00
Leonid Fedorov
48fc0cd822
Switching from gcc10 to gcc-11
...
Switching to clang-14
Turning on clang for Debian 10
2022-07-11 22:27:25 +02:00
Roman Nozdrin
11a72825f3
Merge pull request #2443 from drrtuy/MCOL-5044-dev-3
...
MCOL-5044 FairThreadPool patch rebased
2022-07-09 18:52:06 +03:00
Roman Nozdrin
0907ca414f
MCOL-5044 This patch simplifies addJob interfaces removing extra bool that control mutex locking,
...
adds additional nullptr dereference check in removeJobs and fixes FairThreadPool
hashmap iter invalidation issues
2022-07-09 12:50:30 +00:00
Roman Nozdrin
4d41a945db
This patch removes Out-Of-Band pool from PP
2022-07-09 12:38:52 +00:00
Roman Nozdrin
2c2e1f9924
This patch disables OOB pool in PP
2022-07-09 12:38:52 +00:00
Roman Nozdrin
a3c582d9fe
WIP with map clean-up
2022-07-09 12:38:52 +00:00
Roman Nozdrin
0e8014db02
MCOL-5044 Adding EXTRA thread logic into FairThreadPool
2022-07-09 12:38:52 +00:00