1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00
Commit Graph

295 Commits

Author SHA1 Message Date
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
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
bacd81d32a MCOL-3536 collation 2020-06-04 16:15:06 -05:00
889094a23d MCOL-3536 Collation 2020-06-03 19:43:53 -05:00
46668d2607 Merge branch 'develop' into MCOL-3536 2020-06-01 15:09:44 -05:00
4bddc92092 MCOL-4010 - fixes compilation errors on x64 w/-Werror
Merged in Sergei's patch.
2020-06-01 12:52:43 -04: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
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
3f4b05c3ce MCOL-3959 Separate processing for decimal
Preserves precision better than double
2020-04-23 16:56:17 -05:00
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
7ca4e8403a MCOL-3756 Implement IS(NOT)TRUE() and IS(NOT)FALSE() functions. 2020-03-23 18:04:46 +00:00
13716677d7 MCOL-3760 Related. Fix bug3145 regression broken on rand() 2020-03-10 03:05:47 +00:00
9db6e84ea2 MCOL-3760 Fix rand func in columnstore not matching mdb 2020-03-06 22:33:22 +00:00
77fc87c98c MCOL-3420 Don't break on bad systemlang
If systemlang in the XML is not valid, fall back to "C" and log an error
2020-03-05 17:39:50 -06:00
04afbf59c7 MCOL-3760 Fix issue with random seed list not being initilized to empty 2020-03-05 17:35:16 +00:00
d6ef3cad3d Merge pull request #1049 from pleblanc1976/mcol-3776
Mcol 3776 - shared but unsync'd timezone var
2020-02-28 13:58:51 -05:00
0057d5fad5 MCOL-3760 + Fix multiple rands in statement with or without ORDER BY 2020-02-25 15:01:48 +00:00
feaa9cb659 Implement SPACE() and QUOTE() functions. 2019-12-10 14:18:28 +00:00
a9717ad49d Merge pull request #962 from jmrojas2332/MCOL-3474
MCOL 3474 Fix TIMEDIFF w/ non-temporal data types
2019-12-09 11:55:08 +02:00
118efd473b Merge pull request #961 from LinuxJedi/MCOL-3647
Merge develop-1.2 into develop
2019-12-05 23:59:38 +01:00
207fb3f588 Merge pull request #960 from LinuxJedi/unified_build
Unified build for ES and MCS
2019-12-05 01:19:23 +01:00
c29c41e235 MCOL 3474 Fix Timediff results after accounting for new test cases 2019-12-04 22:48:07 +00:00
16b004dc07 Merge branch 'develop' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into MCOL-3474 2019-12-04 15:15:09 +00:00
69e7880358 MCOL-3607 sqrt should handle 0.0 2019-12-04 15:02:34 +00:00
ea8e604324 MCOL-3607 Fixed some types for long double math functions 2019-12-04 15:02:21 +00:00
882f767b15 MCOL-3607 Add long double support to math functions 2019-12-04 15:00:55 +00:00
7489d0bfd0 MCOL-3625 Rename packages
Rename packages to MariaDB-columnstore-engine, MariaDB-columnstore-libs
and MariaDB-columnstore-platform.

Also add the "columnstore-" prefix the the components so that MariaDB's
packaging system understands then and add a line to include them in
MariaDB's packaging.

In addition
* Fix S3 building for dist source build
* Fix Debian 10 dependency issue
* Fix git handling for dist builds
* Add support for MariaDB's RPM building
* Use MariaDB's PCRE and readline
* Removes a few dead files
* Fix Boost noncopyable includes
2019-12-04 11:04:39 +00:00
a8cd34f86d Add support for building from server 2019-12-03 21:21:28 +00:00
252268ef63 MCOL 3474 Fix TIMEDIFF w/ non-temporal data types 2019-12-03 06:47:36 +00:00
a5bfd484f4 Enable unhex function and make minor implementation changes. 2019-11-27 17:22:17 +00:00
ccfc0dc16d Merge pull request #948 from LinuxJedi/fix-code-errors
MCOL-3621 Fix a few cppcheck issues
2019-11-25 15:04:55 -06:00
2e16fe674c 1. Implement bit_count() distributed function.
2. Handle hexadecimal string literals in buildReturnedColumn().
2019-11-22 18:02:47 -05:00
dba7220ad3 Fix a few cppcheck issues
Found the following:

* Potential stack explosions with alloca() usage on potentially large
strings
* Memory leaks in WriteEngineServer
* Stack usage out of scope in dataconvert
* A typo in an 'if' statement in dataconvert
2019-11-21 13:52:53 +00:00
23b87f449d MCOL 3597 Fix MCOL 3474 causing regression test failure. New impl for MCOL 3474 2019-11-14 16:56:46 +00:00
46e2701fed MCOL-3474 TIMEDIFF() returns incorrect result fix 2019-10-17 21:19:10 +00:00
70b3aa3159 Merge branch 'develop-1.2' into develop-merge-up-20190924-2 2019-09-24 14:17:57 +01:00
c766620d22 Add support for DateTime data type in ROUND() 2019-09-06 21:49:47 -04:00
3fef0f21d3 Remove vpj files
They shouldn't be here
2019-09-05 17:38:03 +01:00
b3ef33173d Merge pull request #809 from mariadb-corporation/MCOL-174
Mcol 174
2019-08-27 13:58:50 +01:00