Leonid Fedorov
dbb1269d69
GetInterrupted returned bool instead of bool * ( #2085 )
2021-08-18 11:50:45 -05:00
Leonid Fedorov
202885ae37
obviously wrong bytesTx assignment ( #2086 )
2021-08-18 11:50:10 -05:00
Leonid Fedorov
37ad263a7a
targetDbroot should be assined, not compared ( #2087 )
2021-08-18 11:49:27 -05:00
Leonid Fedorov
dcacbbd3a9
Wrong power of 2 in esimator` ( #2088 )
2021-08-18 11:48:48 -05:00
Leonid Fedorov
a2f441cd9c
moda returned local object pointer ( #2089 )
2021-08-18 11:41:07 -05:00
Leonid Fedorov
469e5c7881
WriteBatchFieldMariaDB m_type was wrong ( #2090 )
2021-08-18 11:36:53 -05:00
Leonid Fedorov
3136e9dbab
We forgot to initilize longdoublenull value ( #2091 )
2021-08-18 11:34:35 -05:00
Leonid Fedorov
145a7f7217
Wrong concatenation in between predicate ( #2092 )
2021-08-18 11:32:01 -05:00
Leonid Fedorov
37e00e56e1
MaxConcurrentTransactions were not cleared when config is wrong ( #2093 )
2021-08-18 11:31:21 -05:00
Roman Nozdrin
150770b919
Merge pull request #2059 from mariadb-corporation/unittests-ctest
...
Add ctest for google unittests
2021-08-11 11:03:05 +03:00
David Hall
d1ef83c0f4
MCOL-3741 dev Change mtr IDB-xxx error codes to MCS-xxxx
2021-08-10 12:01:36 -05:00
benthompson15
97a9e935c8
Merge pull request #2076 from dhall-MariaDB/MCOL-4771-dev
...
MCOL-4771 develop fix crash from rand()
2021-08-09 12:36:51 -05:00
David Hall
ecde2719b1
MCOL-3741 Change IDB-xxxx error codes to MCS-xxxx
2021-08-09 11:33:09 -05:00
David Hall
4d4dd22105
MCOL-4771 develop fix crash from rand()
2021-08-06 16:09:28 -05:00
David Hall
1d2114a0d5
MCOL-4751: done run mycnfUpgrade anymore just reuse existing cnf if possible
2021-08-05 11:12:17 -05:00
benthompson15
21e6e88d0f
MCOL-4751: autoConfigure to run in post-install on files in correct paths.
2021-08-05 11:11:54 -05:00
David Hall
c5c82c1d4f
MCOL-4751 resurrect autoConfigure
...
A need to set Columnstore.xml to the new version with any user changed settings preserved
2021-08-05 11:11:36 -05:00
benthompson15
39285f883f
resurrect configMgt dir for autoconfigure and changes to fix compile with deprecated OAM
2021-08-05 11:11:12 -05:00
benthompson15
f4f6cf8b09
MCOL-4773: fix grep for mcsapikey value to allow '=' characters in key ( #2069 )
2021-08-05 10:31:23 -05:00
Roman Nozdrin
9c95851375
Merge pull request #2072 from tntnatbry/MCOL-4805-develop-followup
...
MCOL-4805 Follow up.
2021-08-05 14:02:56 +03:00
Gagan Goel
649ca10429
MCOL-4805 Follow up.
2021-08-04 23:54:02 +00:00
Roman Nozdrin
e0136e578b
Merge pull request #2066 from tntnatbry/MCOL-4805
...
MCOL-4805 For functions in the plugin code that disable replication on the
2021-08-04 20:40:55 +03:00
Gagan Goel
afb638b9bd
MCOL-4805 For functions in the plugin code that disable replication on the
...
slave threads, we now check for this condition early on in the function
block.
2021-08-03 22:49:22 +00:00
Alexander Barkov
c16b0f6ad7
MCOL-4823 WHERE char_col<varchar_col returns a wrong result of a large table ( #2060 )
...
SCommand StrFilterCmd::duplicate() missed these two lines:
filterCmd->leftColType = leftColType;
filterCmd->rightColType = rightColType;
which exist in the parent's FilterCommand::duplicate().
Rewriting the code to avoid duplication by using more inherited
methods/constructors. This reduces the probability of similar bugs
in the future.
2021-08-03 11:53:05 +03:00
Leonid Fedorov
f584e90718
Drone build
...
run unittests
2021-08-03 05:36:05 +03:00
Leonid Fedorov
73e710ed52
Add ctest for google unittests
2021-08-02 19:41:04 +03:00
Gagan Goel
dffef34c78
Merge pull request #2057 from dhall-MariaDB/MCOL-4719
...
MCOL-4719 iterate into subquery looking for windowfunctions
2021-07-28 17:20:19 -04:00
mariadb-RomanNavrotskiy
ab0fe22c76
ci: new branch mappings ( #2054 )
...
* ci: new branch mappings
* bump deb dependency to 10.7
2021-07-26 10:56:13 +03:00
David Hall
a202bda485
MCOL-4719 iterate into subquery looking for windowfunctions
...
When an outer query filter accesses an subquery column that contains an aggregate or a window function, certain optimizations can't be performed. We had been looking at the surface of the returned column. We now iterate into any functions or operations looking for aggregates and window functions.
2021-07-22 13:56:21 -05:00
Roman Nozdrin
4cdef40a55
Merge pull request #2052 from drrtuy/MCOL-4815
...
MCOL-4815 ColumnCommand was replaced with a set of derived classes sp…
2021-07-21 17:36:35 +03:00
Roman Nozdrin
a292585b8c
MCOL-4815 ColumnCommand was replaced with a set of derived classes specified by
...
column width
RTSCommand was modified to use a fabric that produces CC class based on column width
NB this patch doesn't affect PseudoCC that also leverages ColumnCommand
2021-07-21 12:54:14 +00:00
benthompson15
ce9207cd7f
Remove excessive logging ( #2055 )
2021-07-20 10:22:22 -05:00
Gagan Goel
c5502c02fa
Rename columnstore_use_cpimport_for_cache_inserts system variable to ( #2053 )
...
columnstore_cache_use_import.
2021-07-19 12:47:15 -05:00
Roman Nozdrin
8637c1e1a8
Merge pull request #2051 from denis0x0D/LZ4_disable
...
MCOL-4814 Add a cmake build option to enable LZ4 compression.
2021-07-17 08:20:32 +03:00
Denis Khalikov
fa8dc815a7
MCOL-4814 Add a cmake build option to enable LZ4 compression.
...
This patch adds an option for cmake flags to enable lz4 compression.
2021-07-16 17:57:11 +03:00
Roman Nozdrin
a5135f11b7
Merge pull request #2050 from benthompson15/fixWarnings
...
Fix warnings for vla, unused variables.
2021-07-15 20:08:16 +03:00
benthompson15
91945fe271
Fix warnings for vla, unused variables.
2021-07-14 20:08:46 -05:00
benthompson15
2ae3da45eb
MCOL-1175: add ability to encrypt CEJ password and use in Columnstore.xml ( #2045 )
2021-07-13 11:42:36 -05:00
Roman Nozdrin
d802407c50
Merge pull request #2048 from tntnatbry/MCOL-4791-revert
...
MCOL-4791 Revert changes
2021-07-13 17:19:36 +03:00
Gagan Goel
b3a560300c
Revert "Merge pull request #2022 from mariadb-corporation/bar-develop-MCOL-4791"
...
This reverts commit 4016e25e5b
, reversing
changes made to 85435f6b1e
.
2021-07-13 11:06:56 +00:00
Gagan Goel
90e5218c71
Revert "Merge pull request #2027 from mariadb-corporation/bar-develop-MCOL-4791"
...
This reverts commit 643c06b7fe
, reversing
changes made to c679b11ef6
.
2021-07-13 10:56:23 +00:00
benthompson15
6e45c125c7
Merge pull request #2047 from dhall-MariaDB/develop
...
Disable the non-deterministic mcs211 test
2021-07-12 17:53:33 -05:00
David.Hall
10cc1159a2
Merge pull request #2040 from tntnatbry/MCOL-641-move-mtr-tests
...
MCOL-641 Move MTR tests from future/ to basic/
2021-07-12 15:47:45 -05:00
Roman Nozdrin
51e9ff4ecb
Merge pull request #2018 from mariadb-SergeyZefirov/MCOL-4779-invalid-extent-ranges-for-short-character-columns
...
Mcol 4779 invalid extent ranges for short character columns
2021-07-12 23:10:18 +03:00
David.Hall
2b37c2c7bc
Merge pull request #2046 from denis0x0D/MCOL-4786_fix_regression
...
[MCOL-4786] Fix filter comparison.
2021-07-12 13:51:42 -05:00
David Hall
497d12e08f
Remove the non-deterministic mcs211 test
2021-07-12 12:26:41 -05:00
Denis Khalikov
dc51dbf6cf
[MCOL-4786] Fix filter comparison.
...
Compare ParseTree by dereferencing pointers.
2021-07-12 19:18:02 +03:00
Gagan Goel
78dbf3a7e1
MCOL-641 Move MTR tests from future/ to basic/
2021-07-12 13:01:45 +00:00
Gagan Goel
3d557a2f1e
Merge pull request #2044 from dhall-MariaDB/MCOL-3738
...
MCOL-3738 COUNT(DISTINCT) with multiple parms
2021-07-12 07:34:56 -04:00
Sergey Zefirov
6eaee180f3
MCOL-4779 Keep correct ranges during DML for short char columns
2021-07-12 14:07:39 +03:00