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

1259 Commits

Author SHA1 Message Date
David Hall
9bd4255021 MCOL-4099 Fix up first char insertion 2020-06-24 15:18:03 -05:00
benthompson15
88d2fe6d03 MCOL-4030: any.h non-virtual-dtor warning suppressed. 2020-06-24 13:37:50 -05:00
benthompson15
314db7901b MCOL-4030: Fix most of the overloaded-virtual warnings. 2020-06-23 15:26:52 -05:00
benthompson15
eac7dab096 MCOL-4030: first commit of warning removals unneed const and missing virtual dtors. 2020-06-23 13:51:36 -05:00
Patrick LeBlanc
5f4aaffd5c Merge pull request #1298 from dhall-MariaDB/MCOL-2221
MCOL-2221 Terminate the buffer
2020-06-19 17:38:35 -05:00
David Hall
1499433043 MCOL-2221 Terminate the buffer 2020-06-19 17:33:45 -05:00
Patrick LeBlanc
f2dc44d960 Merge pull request #1295 from dhall-MariaDB/MCOL-2221
MCOL-2221 Reverse with UTF
2020-06-19 14:48:47 -05:00
David Hall
64a4659508 MCOL-2221 Reverse with UTF 2020-06-19 14:07:08 -05:00
David Hall
01c8a63513 MCOL-3536 collation phase 2 2020-06-18 13:54:17 -05:00
David Hall
88f291903e MCOL-3536 trim shouldn't look for MY_CS_BINSORT 2020-06-18 13:54:17 -05:00
David Hall
d0818f2b4e MCOl-3536 Collation phase 2 2020-06-18 13:54:16 -05:00
David Hall
165ae4a6f3 MCOL-3536 Collation 2020-06-18 13:54:16 -05:00
David Hall
de125bac2b MCOL-3536 Collation phase 2 2020-06-18 13:54:16 -05:00
Patrick LeBlanc
62bcf93d0a Merge pull request #1261 from dhall-MariaDB/MCOL-4042
MCOL-4042 cleanup after MODA
2020-06-16 15:59:48 -05:00
Gagan Goel
6c05717b4c MCOL-4043 Fix memory leaks - 2
Perform deletes of Compare objects in the OrderByData dtor,
which were allocated by CompareRule::compileRules().
2020-06-11 19:21:11 -04:00
David Hall
adda6567e2 MCOL-3536 Collation 2020-06-08 17:58:59 -05:00
David Hall
f9078efbc6 MCOL-3536 Collation 2020-06-08 17:57:37 -05:00
David Hall
d289c30521 MCOL-3536 Collation 2020-06-08 17:19:07 -05:00
David Hall
938ee6d308 MCOL-3536 collation 2020-06-08 16:09:46 -05:00
David Hall
4832ec83f8 MCOL-3536 Collation 2020-06-07 14:07:10 -05:00
David Hall
4f5b56b492 MCOL-4042 cleanup after MODA 2020-06-05 11:52:44 -05:00
David Hall
1d5e820e97 Merge branch 'develop' into MCOL-3536
Conflicts:
	CMakeLists.txt
2020-06-04 16:22:59 -05:00
David Hall
bacd81d32a MCOL-3536 collation 2020-06-04 16:15:06 -05:00
David Hall
889094a23d MCOL-3536 Collation 2020-06-03 19:43:53 -05:00
benthompson15
dd6694e039 fix out-of-source builds 2020-06-02 11:14:24 -05:00
Sergei Golubchik
5a275e6483 don't abort the build if no libcurl 2020-06-02 14:39:04 +02:00
David Hall
46668d2607 Merge branch 'develop' into MCOL-3536 2020-06-01 15:09:44 -05:00
David Hall
78ac310e42 MCOL-3536 Collation 2020-06-01 15:08:15 -05:00
Roman Nozdrin
8edff7be3d Merge pull request #1247 from pleblanc1976/mcol-4010-1.5
MCOL-4010 - fixes compilation errors on x64 w/-Werror
2020-06-01 21:26:22 +03:00
Patrick LeBlanc
4bddc92092 MCOL-4010 - fixes compilation errors on x64 w/-Werror
Merged in Sergei's patch.
2020-06-01 12:52:43 -04:00
Sergei Golubchik
2384328d4c cmake: output cleanup
1. reduce the number of cmake warnings
2. remove unused OLD policies
3. only warn about missing prerequisites once
4. start cmake output from columnstore version
2020-05-31 10:55:30 +02:00
David Hall
516a3fa37e MCOL-3536 Collation 2020-05-28 15:38:43 -05:00
David Hall
8250d4fc69 MCOL-3536 Collation 2020-05-28 14:59:44 -05:00
David Hall
2e66b1f1e8 MCOL-3536 Collation 2020-05-28 14:19:17 -05:00
David Hall
06e50e0926 MCOL-3536 collation 2020-05-26 12:42:11 -05:00
David Hall
11ba12f6ea MCOL-3536 collation 2020-05-19 16:22:44 -05:00
David Hall
8479a87e46 Merge branch 'develop' into MCOL-3536 2020-05-18 16:22:01 -05:00
Patrick LeBlanc
91196607bd Merge pull request #1204 from mariadb-corporation/MCOL-3836_take2
MCOL-3991 Merge 3 MCS packages in one, MCOL-3923 Refactor MCS packaging rules take 1.
2020-05-15 17:39:35 -05:00
David Hall
1f3d1e6fd6 MCOL-3536 collation 2020-05-14 16:02:49 -05:00
Jose
98abf95eae MCOL-3991 MCS is now single package and properly uninstalls 2020-05-12 13:36:24 +00:00
Roman Nozdrin
0d82ad70a7 MCOL-3986 Explicit cast for logging::Message::Args::add calls. 2020-05-11 15:27:14 +03:00
Roman Nozdrin
6987ac40e1 MCOL-3982 Avoid using autotools for libmarias3 and remove libxml2 from libmarias3 dependencies. 2020-05-06 12:45:34 +00:00
David.Hall
368c4fac05 Merge pull request #1178 from pleblanc1976/update-libs3-ref-1.5
Updated s3 lib ref
2020-05-05 12:35:14 -05:00
Jose
48846b350a MCOL-3839 Fix for different window frames. Optimize count(*) with window function 2020-04-27 21:21:29 +00:00
Patrick LeBlanc
4bc408c9a8 Updated s3 lib ref 2020-04-27 15:07:39 -04:00
Jose
cc52467c42 MCOL-3839 Count as window function with constants fix 2020-04-27 16:17:12 +00:00
Jose
08d9d40c6a MCOL-3839 Update fix to work with NULLs and other constants 2020-04-24 20:16:12 +00:00
Jose
06312f4a3f MCOL-3839 Count as window function doesn't work with NULLs' 2020-04-24 16:05:08 +00:00
David Hall
3f4b05c3ce MCOL-3959 Separate processing for decimal
Preserves precision better than double
2020-04-23 16:56:17 -05:00
David Hall
9bec66c36f MCOL-3959 1.5 make from_unixtimestamp msec aware
When using the function with decimal or float types, the fractional portion is the msec.
2020-04-23 09:54:33 -05:00