1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00
Commit Graph

1162 Commits

Author SHA1 Message Date
2ba9263df4 Silence -Werror=implicit-fallthrough compiler errors - Patch from Monty.
The patch also fixes some potential bugs due to missing break
statements.
2020-06-26 12:32:57 -04:00
73e3974532 MCOL-4030: any.h dtor fix. 2020-06-24 16:42:57 -05:00
3f15ed1303 MCOL-4100 Use correct collation for certain functions
LOCATE, INSTR, STRCMP and FIND_IN_SET
2020-06-24 15:32:22 -05:00
9bd4255021 MCOL-4099 Fix up first char insertion 2020-06-24 15:18:03 -05:00
88d2fe6d03 MCOL-4030: any.h non-virtual-dtor warning suppressed. 2020-06-24 13:37:50 -05:00
314db7901b MCOL-4030: Fix most of the overloaded-virtual warnings. 2020-06-23 15:26:52 -05:00
eac7dab096 MCOL-4030: first commit of warning removals unneed const and missing virtual dtors. 2020-06-23 13:51:36 -05:00
5f4aaffd5c Merge pull request #1298 from dhall-MariaDB/MCOL-2221
MCOL-2221 Terminate the buffer
2020-06-19 17:38:35 -05:00
1499433043 MCOL-2221 Terminate the buffer 2020-06-19 17:33:45 -05:00
f2dc44d960 Merge pull request #1295 from dhall-MariaDB/MCOL-2221
MCOL-2221 Reverse with UTF
2020-06-19 14:48:47 -05:00
64a4659508 MCOL-2221 Reverse with UTF 2020-06-19 14:07:08 -05:00
01c8a63513 MCOL-3536 collation phase 2 2020-06-18 13:54:17 -05:00
88f291903e MCOL-3536 trim shouldn't look for MY_CS_BINSORT 2020-06-18 13:54:17 -05:00
d0818f2b4e MCOl-3536 Collation phase 2 2020-06-18 13:54:16 -05:00
165ae4a6f3 MCOL-3536 Collation 2020-06-18 13:54:16 -05:00
de125bac2b MCOL-3536 Collation phase 2 2020-06-18 13:54:16 -05:00
62bcf93d0a Merge pull request #1261 from dhall-MariaDB/MCOL-4042
MCOL-4042 cleanup after MODA
2020-06-16 15:59:48 -05:00
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
adda6567e2 MCOL-3536 Collation 2020-06-08 17:58:59 -05:00
f9078efbc6 MCOL-3536 Collation 2020-06-08 17:57:37 -05:00
d289c30521 MCOL-3536 Collation 2020-06-08 17:19:07 -05:00
938ee6d308 MCOL-3536 collation 2020-06-08 16:09:46 -05:00
4832ec83f8 MCOL-3536 Collation 2020-06-07 14:07:10 -05:00
4f5b56b492 MCOL-4042 cleanup after MODA 2020-06-05 11:52:44 -05:00
1d5e820e97 Merge branch 'develop' into MCOL-3536
Conflicts:
	CMakeLists.txt
2020-06-04 16:22:59 -05:00
bacd81d32a MCOL-3536 collation 2020-06-04 16:15:06 -05:00
889094a23d MCOL-3536 Collation 2020-06-03 19:43:53 -05:00
dd6694e039 fix out-of-source builds 2020-06-02 11:14:24 -05:00
5a275e6483 don't abort the build if no libcurl 2020-06-02 14:39:04 +02:00
46668d2607 Merge branch 'develop' into MCOL-3536 2020-06-01 15:09:44 -05:00
78ac310e42 MCOL-3536 Collation 2020-06-01 15:08:15 -05:00
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
4bddc92092 MCOL-4010 - fixes compilation errors on x64 w/-Werror
Merged in Sergei's patch.
2020-06-01 12:52:43 -04:00
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
516a3fa37e MCOL-3536 Collation 2020-05-28 15:38:43 -05:00
8250d4fc69 MCOL-3536 Collation 2020-05-28 14:59:44 -05:00
2e66b1f1e8 MCOL-3536 Collation 2020-05-28 14:19:17 -05:00
06e50e0926 MCOL-3536 collation 2020-05-26 12:42:11 -05:00
11ba12f6ea MCOL-3536 collation 2020-05-19 16:22:44 -05:00
8479a87e46 Merge branch 'develop' into MCOL-3536 2020-05-18 16:22:01 -05:00
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
1f3d1e6fd6 MCOL-3536 collation 2020-05-14 16:02:49 -05:00
98abf95eae MCOL-3991 MCS is now single package and properly uninstalls 2020-05-12 13:36:24 +00:00
0d82ad70a7 MCOL-3986 Explicit cast for logging::Message::Args::add calls. 2020-05-11 15:27:14 +03:00
6987ac40e1 MCOL-3982 Avoid using autotools for libmarias3 and remove libxml2 from libmarias3 dependencies. 2020-05-06 12:45:34 +00:00
368c4fac05 Merge pull request #1178 from pleblanc1976/update-libs3-ref-1.5
Updated s3 lib ref
2020-05-05 12:35:14 -05:00
48846b350a MCOL-3839 Fix for different window frames. Optimize count(*) with window function 2020-04-27 21:21:29 +00:00
4bc408c9a8 Updated s3 lib ref 2020-04-27 15:07:39 -04:00
cc52467c42 MCOL-3839 Count as window function with constants fix 2020-04-27 16:17:12 +00:00
08d9d40c6a MCOL-3839 Update fix to work with NULLs and other constants 2020-04-24 20:16:12 +00:00