1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-20 01:42:27 +03:00
Commit Graph

994 Commits

Author SHA1 Message Date
david hill
d4509f14ea Update README 2017-05-12 08:52:55 -05:00
david hill
0e68d90318 Update README.md 2017-05-12 08:52:20 -05:00
David Hill
893cca974d merge develop-1.0 branch 2017-05-11 18:17:04 -05:00
David Hill
e125db220d removed echo and early exit commands columnstore-1.0.9 2017-05-10 09:53:32 -05:00
benthompson15
224b5f7871 Merge pull request #177 from mariadb-corporation/MCOL-709-1.0
MCOL-709 changes
2017-05-09 15:17:46 -05:00
david hill
64e86242c2 MCOL-709 changes 2017-05-09 14:47:46 -05:00
dhall-InfiniDB
c620185d0e Merge pull request #175 from mariadb-corporation/MCOL-657-1.0
MCOL-657 Support the <=> operator
2017-05-09 09:49:18 -05:00
dhall-InfiniDB
b1ef5f32b4 Merge pull request #173 from mariadb-corporation/MCOL-656-1.0
MCOL-656 Fix LIKE on non-dict CHAR/VARCHAR
2017-05-09 09:47:54 -05:00
Andrew Hutchings
4f3968fb36 MCOL-657 Support the <=> operator
This converts <=> into "a = b OR (a IS NULL AND b IS NULL)"
2017-05-09 12:00:06 +01:00
Andrew Hutchings
122dbdcbb1 MCOL-656 Fix LIKE on non-dict CHAR/VARCHAR
The LIKE part of the query for non-dict CHAR/VARCHAR was converted to an
INT based on the length of the column. So on a 2 byte CHAR a LIKE of
'%05%' was truncated to '%0' which is a very different query. We should
not cast this to INT because we could use a LIKE of > 8 bytes on a
non-dict column. This patch turns LIKE into an expressionStep which
cater for longer strings rather than a simpleFilter.
2017-05-09 10:28:12 +01:00
dhall-InfiniDB
ad1c6e49f0 Merge pull request #171 from mariadb-corporation/MCOL-704
MCOL-704 backport MCOL-686 Fix BETWEEN performance
2017-05-08 16:27:07 -05:00
david hill
dc9e812ac2 add startup script for buildbot 2017-05-08 15:37:19 -05:00
Andrew Hutchings
dc4f38a877 MCOL-686 Fix BETWEEN performance
BETWEEN was executing as a function on each row which meant that extent
elimination couldn't happen. We now execute as a predicate function
instead.
2017-05-08 21:07:39 +01:00
dhall-InfiniDB
85c7be7562 Merge pull request #159 from mariadb-corporation/MCOL-683-1.0
MCOL-683 Fix nested ADDDATE and DATE_FORMAT
2017-04-26 09:42:51 -05:00
Andrew Hutchings
f5881ce6dd MCOL-683 Fix nested ADDDATE and DATE_FORMAT
MariaDB sends us a UTF8 length which we shortern because we think this
is a microsecond length. We need to keep this length.
2017-04-25 23:47:04 +01:00
benthompson15
b6efffb342 Merge pull request #151 from mariadb-corporation/MCOL-655-1.0
MCOL-655 Enable debug symbols on releases
2017-04-18 16:02:50 -05:00
david hill
b0902e4721 removed columnstore tester 2017-04-18 10:03:41 -05:00
david hill
662e647e36 remove columnstore tester 2017-04-18 10:02:33 -05:00
dhall-InfiniDB
e344b40c1b Merge pull request #147 from mariadb-corporation/MCOL-529-1.0
MCOL-529 Pool DBRM connections
2017-04-18 09:57:39 -05:00
Andrew Hutchings
00fc9bc116 MCOL-655 Enable debug symbols on releases
Makes it easier to debug user core files
2017-04-18 09:59:39 +01:00
Andrew Hutchings
f64dd0d602 MCOL-529 Pool DBRM connections
DBRM connections are reused so that we don't have a huge amount of
TIME_WAIT sockets when there are large amounts of DML. Also applied to
i_s.columnstore_files
2017-04-14 14:16:25 +01:00
dhall-InfiniDB
1c2e9bd828 Merge pull request #144 from mariadb-corporation/MCOL-653-1.0
MCOL-653 Revert SUM(1) behaviour
2017-04-03 09:47:57 -05:00
Andrew Hutchings
b60c45a968 MCOL-653 Revert SUM(1) behaviour
SUM(1) behaviour was changed as part of MCOL-301. But the original
behaviour was correct.
2017-03-31 21:48:56 +01:00
david hill
310f8e5a6c update 2017-03-30 17:32:55 -05:00
david hill
bf751cfa43 update 2017-03-29 16:59:35 -05:00
david hill
257d686a2d update to cluster tester 2017-03-29 11:43:15 -05:00
david hill
055a6154c5 update to cluster tester 2017-03-28 16:51:03 -05:00
david hill
965a198eb6 update to cluster tester 2017-03-28 16:10:43 -05:00
david hill
267022e4c9 update to cluster tester 2017-03-28 15:08:16 -05:00
david hill
b59e478b55 mcs gluster tester 2017-03-28 14:24:35 -05:00
david hill
2b998f9f96 Merge branch 'develop-1.0' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into develop-1.0 2017-03-28 11:01:05 -05:00
david hill
f41c0f07d3 add columnstoreClusterTester - update 2017-03-28 11:00:50 -05:00
David Hill
bf49643377 change to 1.0.9 2017-03-27 13:54:53 -05:00
David Hill
f9be0a823c change to 1.0.9 2017-03-27 13:53:34 -05:00
david hill
1e7f1319b9 add columnstoreClusterTester 2017-03-27 11:30:37 -05:00
David Hill
0d12552760 merge 1.0.8 branch 2017-03-24 14:54:13 -05:00
david hill
c6c0bd026a Update README columnstore-1.0.8 2017-03-23 10:22:29 -05:00
david hill
e185325d06 Update README.md 2017-03-23 10:21:40 -05:00
dhall-InfiniDB
32321ceadf Merge pull request #140 from mariadb-corporation/MCOL-605-hotfix-1.0
MCOL-605 Fix multi-node "Unkown error"
2017-03-22 15:18:19 -05:00
Andrew Hutchings
6841b261a3 MCOL-605 Fix multi-node "Unkown error"
The string stream which builds up the PM details wasn't cleared on each
run. This moves the creation of the string stream up to where it is
needed so a clean one is used each time.
2017-03-22 17:48:27 +00:00
David Hill
bf901e7d4a MCOL-630 - amazon install and failover issues fixed 2017-03-21 18:09:40 -05:00
David Hill
a5ef8d2132 fix amazon startup issue when ot using iam role 2017-03-20 16:51:21 -05:00
david hill
e1af0b190c add code back to set /tmp to 777, installs failed in post-mysqld-install 2017-03-17 16:18:43 -05:00
David Hill
8d8ee34b15 MCOL-616 - tweak the install scripts when checking for dummy package 2017-03-17 15:48:38 -05:00
benthompson15
6c96116386 Merge pull request #138 from mariadb-corporation/MCOL-617
Mcol 617
2017-03-16 17:00:05 -05:00
David Hill
d4225d6635 change code to determine package type 2017-03-16 15:58:19 -05:00
David Hill
4392e4ed9f check in version from develop-1.0 2017-03-16 11:28:10 -05:00
David Hill
02ec998079 backed out change to check for non-root on permissions 2017-03-16 10:40:35 -05:00
David Hill
442376cb50 backed out version change 2017-03-15 09:27:24 -05:00
David Hill
4dab49a237 update version 2017-03-15 09:25:45 -05:00