1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-05 04:50:35 +03:00
Commit Graph

1222 Commits

Author SHA1 Message Date
david hill
cf1cc5b42f Merge branch 'develop' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into develop 2017-06-02 11:02:09 -05:00
david hill
5fe3689551 MCOL-538 - fix spelling issue 2017-06-02 11:01:58 -05:00
David.Hall
be59506bbf Merge pull request #189 from mariadb-corporation/MCOL-730
MCOL-730 Fix decimals in cross engine join
2017-06-02 09:40:39 -05:00
david hill
4f2e992a25 MCOL-538 - change mcsmysql alias 2017-06-02 09:36:31 -05:00
david hill
7af1faecaa MCOL-734 - correct command name 2017-06-02 09:28:05 -05:00
Andrew Hutchings
5d405588fc MCOL-730 Fix decimals in cross engine join
We would get strange values for scale/precision in the results column of
a cross engine join causing bad results. This patch uses the values from
the MariaDB client connector instead.
2017-06-02 14:09:30 +01:00
David Hill
7a3f75ab6a MCOL-729 - add check for mariadb-libs and removed perl-DBD-MySQL 2017-06-01 09:34:15 -05:00
david hill
2cc5fc7195 MCOL-379 - changed to make the check for mem available for dynamic 2017-05-30 15:12:50 -05:00
David Hill
9c7434ba52 MCOL-379 - fix false critical mem alarm 2017-05-26 16:28:34 -05:00
david hill
c92b1d6471 MCOL-304 - improved non-distribute comments 2017-05-25 10:54:20 -05:00
david hill
16f22c2c70 MCOL-522 - add installedd version verify 2017-05-24 14:25:53 -05:00
David Hill
02f9aa1260 MCOL-723 2017-05-24 13:26:14 -05:00
David Hill
232e819fa7 MCOL-723 2017-05-24 13:23:41 -05:00
benthompson15
ac382a5560 Merge pull request #188 from mariadb-corporation/MCOL-522-1
Mcol 522 1
2017-05-23 12:32:04 -05:00
david hill
f4e676c848 mcol-522 2017-05-21 14:17:43 -05:00
david hill
59316e3dda MCOL-522 changes 2017-05-21 13:47:50 -05:00
david hill
236f879edd MCOL-522 changes 2017-05-21 12:41:57 -05:00
david hill
3521b47f81 MCOL-522 changes 2017-05-21 12:40:14 -05:00
david hill
b355129d6a MCOL-522 changes 2017-05-21 12:36:49 -05:00
david hill
6066de35a4 mCOL-522 changes 2017-05-21 11:51:58 -05:00
David Hill
461bcfcd4f change to fix non-root install 2017-05-18 09:30:59 -05:00
David Hill
42ec73fa8c Merge branch 'develop' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into develop 2017-05-18 09:28:20 -05:00
David Hill
d3d2caaa7f fix non-root install issues after the latest merge 2017-05-18 09:28:03 -05:00
dhall-InfiniDB
cfb3a10c40 Merge pull request #186 from mariadb-corporation/MCOL-719
MCOL-719 Add date/datetime to func_least/greatest
2017-05-17 10:23:19 -05:00
Andrew Hutchings
21fe9e8faf MCOL-719 Add date/datetime to func_least/greatest
Support was missing and int casting caused unexpected results
2017-05-17 10:35:50 +01:00
david hill
76d07d84f3 Merge pull request #184 from chriscalender/MCOL-699
MCOL-699
2017-05-15 09:28:05 -05:00
Chris Calender
fa1b2a3872 MCOL-699 2017-05-14 23:16:01 -04:00
Andrew Hutchings
b3c6229915 Merge pull request #167 from mariadb-corporation/fix-snappy-cpack
Fix snappy package name for SUSE
2017-05-11 20:19:40 +01:00
dhall-InfiniDB
b4883e6abd Merge pull request #182 from mariadb-corporation/MCOL-712
MCOL-712 Support TEXT for GROUP BY
2017-05-11 09:43:28 -05:00
Andrew Hutchings
83331f4fa7 MCOL-712 Support TEXT for GROUP BY
Add missing support
2017-05-11 10:32:29 +01:00
dhall-InfiniDB
85a5eaac31 Merge pull request #181 from mariadb-corporation/MCOL-707
MCOL-707 Fix memory accounting for ORDER BY
2017-05-10 17:05:03 -05:00
Andrew Hutchings
f369ee6212 MCOL-707 Fix memory accounting for ORDER BY
Missed off window function order by memory accounting in my first commit
for MCOL-707. Fixed in the same way
2017-05-10 22:59:52 +01:00
david hill
03c62656b3 update post-install
removed test lines of echo adn early exit
2017-05-10 10:35:56 -05:00
dhall-InfiniDB
6400d5c6fb Merge pull request #179 from mariadb-corporation/MCOL-707
MCOL-707 Fix ExeMgr's memory accounting
2017-05-10 10:05:24 -05:00
dhall-InfiniDB
355386be19 Merge pull request #180 from mariadb-corporation/MCOL-710
MCOL-710 Fix ALTER TABLE ADD COLUMN for TEXT/BLOB
2017-05-10 09:39:17 -05:00
Andrew Hutchings
cced9222e1 MCOL-710 Fix ALTER TABLE ADD COLUMN for TEXT/BLOB
The column fill didn't detect that this was a TEXT/BLOB column.
2017-05-10 12:03:21 +01:00
Andrew Hutchings
4adb50f171 MCOL-707 Fix ExeMgr's memory accounting
ExeMgr uses ResourceManager to count memory usage. If a usage exceeded
error occurs the counting wasn't reset and subsequent usage attempts in
the same ExeMgr thread would error.

This patch moves the in-class accounting for GroupConcat and others so
that it happens before the error is detected. The memory usage counter
is then decremented correctly on the class destructor.
2017-05-10 11:45:31 +01:00
david hill
f7e93798c6 Merge pull request #178 from mariadb-corporation/MCOL-709
Mcol 709
2017-05-09 15:24:24 -05:00
david hill
f03466e169 add code to return 1 when postConfigure returns 1 2017-05-09 13:59:36 -05:00
david hill
b676242331 change some exit 0 to exit 1 2017-05-09 13:56:43 -05:00
david hill
7f8c54bab4 change prefix assignment and sed prefix change 2017-05-09 13:50:18 -05:00
david hill
8e258fccf3 redirect stdout to null on ldconfig commands 2017-05-09 13:33:29 -05:00
dhall-InfiniDB
491799041e Merge pull request #174 from mariadb-corporation/MCOL-657
MCOL-657 Support the <=> operator
2017-05-09 09:49:39 -05:00
dhall-InfiniDB
518d35047e Merge pull request #172 from mariadb-corporation/MCOL-656
MCOL-656 Fix LIKE on non-dict CHAR/VARCHAR
2017-05-09 09:48:27 -05:00
Andrew Hutchings
e58333d4f2 MCOL-657 Support the <=> operator
This converts <=> into "a = b OR (a IS NULL AND b IS NULL)"
2017-05-09 11:57:28 +01:00
Andrew Hutchings
a6a02642ca 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:23:20 +01:00
dhall-InfiniDB
9ef603c14a Merge pull request #169 from mariadb-corporation/MCOL-701
MCOL-701 stop join on BLOB columns
2017-05-05 13:09:34 -05:00
dhall-InfiniDB
19342efe57 Merge pull request #170 from mariadb-corporation/MCOL-698
MCOL-698 Stop joins bigger than 64KB
2017-05-05 09:42:07 -05:00
Andrew Hutchings
33ed6698b1 MCOL-698 Stop joins bigger than 64KB
Joins bigger than 64KB don't work and they would consume a lot of RAM if
they did, so error out if they are attempted.
2017-05-05 14:53:49 +01:00
Andrew Hutchings
82c983ec62 MCOL-701 stop join on BLOB columns
Joins on BLOB columns aren't yet possible due to string pointers used.
This gives a meaningful error for it.
2017-05-05 12:40:24 +01:00