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

3637 Commits

Author SHA1 Message Date
benthompson15
c97e58c9b5 MCOL-3357: reorder this since maxThreads is set by configListener now. 2019-10-08 14:32:52 -05:00
benthompson15
753a77b38c MCOL-3557: add config change listeners. 2019-10-08 13:44:35 -05:00
Andrew Hutchings
1af0248ae5 Merge pull request #896 from mariadb-corporation/updateGitIgnore
update .gitignore to reflect generated scripts
2019-10-08 08:08:41 +01:00
Gagan Goel
ccb36e9794 Merge pull request #890 from drrtuy/separate_pushdown
MCOL-2178 Separate ha_mcs_pushdown.cpp compilation.
2019-10-07 18:50:01 -04:00
benthompson15
49d63de8f3 update .gitignore to reflect generated scripts 2019-10-07 16:32:43 -05:00
Andrew Hutchings
93d8880182 Merge pull request #895 from dhall-MariaDB/MCOL-3503
MCOL-3503 return type for moda should 4 (DECIMAL_RESULT)
2019-10-07 21:38:32 +01:00
David Hall
07aaef7933 MCOL-3503 return type for moda should 4 (DECIMAL_RESULT) 2019-10-07 15:00:03 -05:00
Patrick LeBlanc
3b867e1b1a Merge pull request #892 from mariadb-corporation/MCOL-3541
MCOL-3541: add modtime to smls outputs
2019-10-07 14:12:54 -05:00
Patrick LeBlanc
f613f1efaa Merge pull request #893 from mariadb-corporation/MCOL-3547
MCOL-3547: cleanup compile warnings from storagemanager.
2019-10-07 14:11:03 -05:00
benthompson15
1539bfec8d MCOL-3541: increase buffer for formatted time string. 2019-10-07 13:46:45 -05:00
Andrew Hutchings
deac0471bb Merge pull request #887 from mariadb-corporation/MCOL-3498
MCOL-3498: only update bashrc if DataFileEnvFile is set.
2019-10-07 19:27:16 +01:00
benthompson15
4a1ce93605 MCOL-3547: cleanup compile warnings from storagemanager. 2019-10-07 13:04:58 -05:00
benthompson15
9225ad9b51 MCOL-3541: add modtime to smls outputs 2019-10-07 10:28:08 -05:00
benthompson15
9cdebfc015 Merge pull request #889 from LinuxJedi/1.4.1-bump
Bump version
2019-10-07 10:05:21 -05:00
David.Hall
fe5d815a45 Merge pull request #891 from LinuxJedi/fix-ubuntu18
Fix abs() usage for Ubuntu 18.04
2019-10-07 08:34:59 -05:00
Roman Nozdrin
51129d6eae Merge pull request #882 from mariadb-corporation/revert-MCOL-2102
Revert "MCOL-2102 Set CrossEngineSupport Port number when setting MyS…
2019-10-07 15:01:26 +03:00
Andrew Hutchings
986e5412e0 Fix abs() usage for Ubuntu 18.04
abs(unsigned long long) is not a thing so Ubuntu 18.04 compiling fails.
Using std::fabs() instead which handles this better (casts as double).
2019-10-07 09:26:18 +01:00
Roman Nozdrin
12cb5201ac MCOL-2178 Separate ha_mcs_pushdown.cpp compilation.
Set a proper type for string literals on ConstantColumn ctor
to fix the regression produced by MCOL-174.

Removed OPTIMIZER_SWITCH_EXISTS_TO_IN b/c MDB produces
unsupported optimization with it and CS couldn't create
ExistsFilter.
2019-10-07 03:12:37 -05:00
Andrew Hutchings
4aacbc5b6b Merge pull request #888 from tntnatbry/fix-time-orderby-signedint
Use signed integer comparison for TIME data type in the ORDER BY clause.
2019-10-07 08:25:43 +01:00
Andrew Hutchings
a2abe72a89 Merge pull request #879 from dhall-MariaDB/MCOL-3503
MCOL-3503 add MODA aggregate function
2019-10-07 08:04:10 +01:00
Roman Nozdrin
00539eda34 Merge pull request #885 from tntnatbry/fix-windowfunc-orderby
Allow a window function in the ORDER BY clause.
2019-10-07 09:53:06 +03:00
Andrew Hutchings
53819584c3 Merge pull request #883 from jmrojas2332/MCOL-3537
MCOL-3537 Reworded Post Installation Instruction in post-install script
2019-10-07 07:51:00 +01:00
Andrew Hutchings
f5413d613b Merge pull request #884 from jmrojas2332/MCOL-3534
MCOL-3534 Remove -n and -d from postConfigure msgs
2019-10-07 07:49:42 +01:00
Andrew Hutchings
238ae87c4e Bump version 2019-10-07 07:26:52 +01:00
Roman Nozdrin
d68b152e50 Merge pull request #880 from tntnatbry/fix-update-decimal-constant
Set constant value of type DECIMAL_RESULT/REAL_RESULT in an update statement.
2019-10-07 09:25:16 +03:00
Roman Nozdrin
3b6efb8f56 Merge pull request #886 from tntnatbry/disable-select-into
Disable SH for a SELECT INTO query that uses interceptor classes.
columnstore-1.4.0
2019-10-07 09:23:34 +03:00
Gagan Goel
c3a5b57d85 Use signed integer comparison for TIME data type in the ORDER BY clause. 2019-10-04 17:46:58 -04:00
Gagan Goel
a9eec783e6 Disable SH for a SELECT INTO query that uses interceptor classes. 2019-10-04 10:27:19 -04:00
Gagan Goel
5d585837d8 Allow a window function in the ORDER BY clause. 2019-10-03 16:12:06 -04:00
Jose Rojas
159317d2e3 MCOL-3534 Remove -n and -d from postConfigure msgs 2019-10-03 19:20:50 +00:00
benthompson15
4fc711da06 MCOL-3498: when datafileplugin is set only update bashrc if DataFileEnvFile is set. 2019-10-03 14:04:43 -05:00
Jose Rojas
9b99660f84 MCOL-3537 Reworded Post Installation Instruction in post-install script 2019-10-03 17:58:49 +00:00
Andrew Hutchings
c3dc25a4ad Revert "MCOL-2102 Set CrossEngineSupport Port number when setting MySQLPort via postConfigure -port"
This reverts commit 755efb3dfb.
2019-10-02 09:47:00 +01:00
David Hall
baf31b64fc MCOL-3505 Add moda to build and mysql.func 2019-09-30 14:16:08 -05:00
Gagan Goel
6aea9e68a5 Set constant value of type DECIMAL_RESULT/REAL_RESULT in an update statement. 2019-09-27 15:09:30 -04:00
David Hall
cbef44a0be MCOL-3503 add MODA aggregate function 2019-09-27 12:22:44 -05:00
Andrew Hutchings
1f475340dc Merge pull request #876 from tntnatbry/revert-pr-859
Revert commit 98e90ed as the proper fix is applied as part of MCOL-1559.
2019-09-26 08:48:22 +01:00
Andrew Hutchings
3710d6e331 Merge pull request #875 from tntnatbry/fix-gbh-aggregate
Build an aggregate column from the extended select list in the group by handler.
2019-09-26 08:47:56 +01:00
Andrew Hutchings
b0e0d7b8b1 Merge pull request #867 from tntnatbry/fix-double-negative-zero
Preserve the sign when a double is -0 in fetchNextRow()
2019-09-26 08:47:32 +01:00
benthompson15
0a175f0052 Merge pull request #871 from mariadb-corporation/cpimport-s3
MCOL-3514 Add support for S3 to cpimport
2019-09-25 12:13:47 -05:00
benthompson15
2fff4cf065 Merge pull request #872 from mariadb-corporation/kill-distributed
MCOL-3515 Remove distributed install
2019-09-25 12:07:44 -05:00
Andrew Hutchings
beedde52d1 Merge pull request #874 from pleblanc1976/partial-msg-tests
Partial msg tests
2019-09-25 17:53:14 +01:00
Andrew Hutchings
64f3fc950b Merge pull request #869 from mariadb-corporation/MCOL-3436
MCOL-3436: Modify signal handling to not shutdown on non term or core signals.
2019-09-25 17:45:05 +01:00
Gagan Goel
07e3262906 Revert commit 98e90ed as the proper fix is applied as part of MCOL-1559. 2019-09-25 11:52:28 -04:00
Gagan Goel
32108e69e8 Merge pull request #870 from drrtuy/fix-literals
MCOL-2178 CS now can have string literals and functions with literals
2019-09-25 11:26:09 -04:00
Gagan Goel
dac290b755 Build an aggregate column from the extended select list in
the group by handler.
2019-09-25 10:42:39 -04:00
Andrew Hutchings
8291948ba0 Fix git submodule working dir 2019-09-25 14:01:55 +01:00
Andrew Hutchings
59d1caae02 Fix CMake dependencies
Some odd quirks with CMake mean that marias3 has to be in the top level
CMake. Also made submodule checkout happen at cmake time.
2019-09-25 11:30:32 +01:00
Andrew Hutchings
7fb1a7bd34 Fix early EOF for file reading
Bad 'if' statement caused an EOF to trigger on the first buffer fill for
regular file reading.
2019-09-24 18:08:28 +01:00
benthompson15
70f4ffe8c2 MCOL-3436: have sighandler function call crashtrace handler. 2019-09-24 11:16:02 -05:00