1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-28 19:54:55 +03:00
Commit Graph

2546 Commits

Author SHA1 Message Date
David Hall
0d33efdc5f MCOL-1759 add the functions to install script 2018-10-12 13:00:34 -05:00
Andrew Hutchings
e14e58ab6c Merge pull request #590 from mariadb-corporation/MCOL-1759
MCOL-1759 Add corr(), covar_pop(), covar_samp(), regr_sxx(), regr_sxy…
2018-10-12 17:01:45 +01:00
benthompson15
316a15f1a3 Merge pull request #593 from mariadb-corporation/MCOL-1244
Mcol 1244 - default install to non-distributed
2018-10-11 20:19:48 -05:00
David Hill
09c379422d MCOL-1244 - default install to non-distributed 2018-10-11 18:02:04 -05:00
David Hill
8cb45b5893 MCOL-1244 - default install to distributed 2018-10-11 16:54:48 -05:00
Patrick LeBlanc
f3ce845842 MCOL-520. Fixed several instances where we were using a too-new
contructor to ifstream.
2018-10-10 14:58:50 -05:00
Patrick LeBlanc
6a353b40b5 MCOL-520, missed a line to log an error in the new shm error handling. 2018-10-10 14:58:18 -05:00
Roman Nozdrin
39c283281a Merge pull request #588 from mariadb-corporation/MCOL-266
MCOL-266 Support true/false DDL default values
2018-10-10 20:11:12 +03:00
Gagan Goel
f8a9ce0fb5 MCOL-1786 Handle "true" keyword for numeric data types in cpimport 2018-10-10 01:13:39 -04:00
David Hall
e1d8211f27 MCOL-1759 Add corr(), covar_pop(), covar_samp(), regr_sxx(), regr_sxy(), regr_syy() functions as UDAF 2018-10-09 17:06:01 -05:00
benthompson15
46775f8868 Merge pull request #580 from mariadb-corporation/MCOL-1762
MCOL-1762 Keep Columnstore.xml settings
2018-10-09 12:10:19 -05:00
Andrew Hutchings
19c8a2bd91 MCOL-266 Support true/false DDL default values 2018-10-09 14:15:20 +01:00
Patrick LeBlanc
8a4263f594 Merge branch 'MCOL-520' of github.com:mariadb-corporation/mariadb-columnstore-engine into MCOL-520 2018-10-08 15:33:20 -05:00
Patrick LeBlanc
d9aab31afd MCOL-520. Fixed some stuff our older compilers don't like. 2018-10-08 15:32:10 -05:00
david hill
101b36acb6 Merge branch 'develop' into MCOL-520 2018-10-08 14:23:48 -05:00
David Hill
f48b92e46f MCOL-520 2018-10-08 13:46:49 -05:00
David Hill
c798d464e0 MCOL-520 2018-10-08 13:20:00 -05:00
David.Hall
ca7cb9a7b1 Merge pull request #581 from mariadb-corporation/MCOL-1433b
MCOL-1433 Fix TIME for MAKEDATE/TIMEDIFF
2018-10-08 11:56:26 -05:00
Roman Nozdrin
6ee12248b8 Merge pull request #586 from mariadb-corporation/MCOL-1775
MCOL-1775 Fix addtime/subtime for WHERE
2018-10-08 11:22:42 +03:00
Andrew Hutchings
47fbf62bfe MCOL-1775 Remove warning on unused var 2018-10-08 09:20:46 +01:00
Roman Nozdrin
068b1681f1 Merge pull request #582 from mariadb-corporation/1.1-merge-up-2018-10-05
Merge develop-1.1 into develop
2018-10-08 10:43:33 +03:00
Andrew Hutchings
94d067383f Merge pull request #585 from drrtuy/MCOL-1771
MCOL-1771 Removed extra debug output from sm.cpp in release builds.
2018-10-08 07:56:20 +01:00
Andrew Hutchings
b03e55887a Merge pull request #584 from tntnatbry/MCOL-266
MCOL-266 Add support for BOOLEAN/BOOL data type
2018-10-08 07:50:43 +01:00
Roman Nozdrin
d1f02026c5 Backported the rest of MCOL-1659(spaces in identifiers). 2018-10-07 16:19:50 +03:00
Gagan Goel
38d0740ec1 MCOL-266 Add support for BOOLEAN/BOOL data type 2018-10-07 00:43:34 -04:00
Andrew Hutchings
6a72b28bab MCOL-1775 Fix addtime/subtime for WHERE
MariaDB server renamed addtime/subtime so we need to use the new names
for these functions.
2018-10-06 11:27:51 +01:00
Andrew Hutchings
3fffc75d86 Fix brace merge issue 2018-10-05 21:48:51 +01:00
Patrick LeBlanc
a89013608c Merge branch 'MCOL-520' of github.com:mariadb-corporation/mariadb-columnstore-engine into MCOL-520 2018-10-05 13:43:08 -05:00
Patrick LeBlanc
29046b20da MCOL-520. Added a test for /dev/shm access in post-install. 2018-10-05 13:42:15 -05:00
David Hill
d196b06ae6 MCOL-520 - removed /etc/defaults/columnstore reference 2018-10-05 13:07:24 -05:00
Andrew Hutchings
f1f13a09d1 Merge branch 'develop-1.1' into 1.1-merge-up-2018-10-05 2018-10-05 18:40:07 +01:00
Roman Nozdrin
035c93fe88 MCOL-1771 Removed extra debug output from release builds. 2018-10-05 19:45:17 +03:00
Patrick LeBlanc
f54cc0803a MCOL-520. Made the error msgs users will hit more informative. 2018-10-04 16:17:28 -05:00
Patrick LeBlanc
f97dec3406 Merge branch 'fix-skip-oam-init' into MCOL-520 2018-10-04 15:35:32 -05:00
Patrick LeBlanc
4215a47b5c MCOL-520. More untested changes.
Went down the list in shmkeys.h, added sane error msgs on perms
errors accessing rest of the shmsegs there.
Realized we probably do need 666 to the shmsegs.
Also deleted a little dead code that was copy-pasted everywhere.
2018-10-04 14:25:01 -05:00
Patrick LeBlanc
a35009c8ee MCOL-520. Removed chmod stuff from MST and did a little cleaning. 2018-10-04 11:27:08 -05:00
Patrick LeBlanc
f514ed6775 MCOL-520. Got rid of the chmods on shmsegs & added
better error msgs.  Untested.
2018-10-04 11:13:19 -05:00
Andrew Hutchings
a127f84793 MCOL-1433 Fix TIME for MAKEDATE/TIMEDIFF
Fix saturation behaviour for TIME with MAKEDATE() and TIMEDIFF()
2018-10-04 16:53:14 +01:00
Patrick LeBlanc
1b1026bbe4 MCOL-520. Fixed shm usage in procmon. Untested. 2018-10-04 10:30:30 -05:00
Patrick LeBlanc
bc19fb2f2d MCOL-520. Removed the chmod 666 calls on our shared mem objects. 2018-10-04 08:47:14 -05:00
Andrew Hutchings
1ed5fdfc2b MCOL-1762 Keep Columnstore.xml settings
This patch makes sure the following settings are retained during an
upgrade:

* ThreadPoolSize
* TLSCS
* TLSClientCert
* TLSClientKey
2018-10-04 14:13:34 +01:00
Roman Nozdrin
c0600d0da0 Merge pull request #579 from pleblanc1976/develop
Squash commit of fix-skip-oam-init branch.
2018-10-03 22:58:51 +03:00
David Hill
7aff68969e MCOL-520 - back out nonroot shm changes 2018-10-03 14:09:48 -05:00
Patrick LeBlanc
3d7f4a3170 Squash commit of fix-skip-oam-init branch.
Squashed commit of the following:

commit faaee9141a
Author: Patrick LeBlanc <patrick.leblanc@mariadb.com>
Date:   Wed Oct 3 13:03:02 2018 -0500

    Commented a debugging printout.

commit e47e784c53
Author: Patrick LeBlanc <patrick.leblanc@mariadb.com>
Date:   Wed Oct 3 12:13:23 2018 -0500

    Moved the SKIP_OAM_INIT check for cleanliness, added 'config.h' to
    other places that need it.

commit 6626045535
Author: Patrick LeBlanc <patrick.leblanc@mariadb.com>
Date:   Tue Oct 2 16:33:06 2018 -0500

    WIP.  First cut of excising OAM and root access from the dev process.

    This passes most tests; need to make sure that the tests that fail
    have nothing to do with this change.

    DMLProc is doing something that results in a sudo password prompt.
    Will obliterate that next.
2018-10-03 13:04:54 -05:00
Patrick LeBlanc
faaee9141a Commented a debugging printout. 2018-10-03 13:03:02 -05:00
Patrick LeBlanc
e47e784c53 Moved the SKIP_OAM_INIT check for cleanliness, added 'config.h' to
other places that need it.
2018-10-03 12:23:35 -05:00
Patrick LeBlanc
6626045535 WIP. First cut of excising OAM and root access from the dev process.
This passes most tests; need to make sure that the tests that fail
have nothing to do with this change.

DMLProc is doing something that results in a sudo password prompt.
Will obliterate that next.
2018-10-02 16:33:06 -05:00
Andrew Hutchings
1a7fca7fbc Merge pull request #578 from mariadb-corporation/MCOL-521-b
Mcol 521 b
2018-10-02 20:13:19 +01:00
David Hall
dd99e420e0 MCOL-521 Remove "typename" from certain places as some compiles can't handle it 2018-10-02 11:05:50 -05:00
David Hill
8d3ce9757f MCOL-520 - initial changes for /dev/shm 2018-10-01 14:39:17 -05:00