1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00
Commit Graph

172 Commits

Author SHA1 Message Date
f1f13a09d1 Merge branch 'develop-1.1' into 1.1-merge-up-2018-10-05 2018-10-05 18:40:07 +01:00
f97dec3406 Merge branch 'fix-skip-oam-init' into MCOL-520 2018-10-04 15:35:32 -05:00
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
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
681cfd34eb MCOL-520 2018-09-24 11:50:56 -05:00
2f58c7cc8d Merge pull request #574 from mariadb-corporation/develop
Develop
2018-09-19 14:01:38 -05:00
f7a2b50b21 MCOL-1699 - fix iss with adddbroot amazon 2018-09-11 15:47:25 -05:00
03da6df473 Merge branch 'develop-1.1' into 1.1-merge-up-20180817 2018-08-17 16:17:13 +01:00
515cc31d4f MCOL-1610: modify so if moving a dbroot fails with gluster it is reassigned to original owner. Add logging around failure for mounting gluster volumes. 2018-08-06 10:10:52 -05:00
8c90419852 Fix merge and coding style issues 2018-06-22 15:31:31 +01:00
7ca289ded9 Merge branch 'develop-1.1' into 1.1-merge-up-20180621 2018-06-22 14:51:20 +01:00
ed8e774dcd MCOL-1370 2018-06-01 16:33:48 -05:00
b2314f152d MCOL-1370 2018-05-30 16:16:42 -05:00
4fe399e5c0 MCOL-1370 - auto-failure, dont switch ebs when detahc fails 2018-05-30 15:46:58 -05:00
e70c947977 change to use local lock file directory for nonroot 2018-05-24 10:33:46 -05:00
faef2f820a change lock directory 2018-05-23 10:16:58 -05:00
0ea35564f0 MCOL-520 - remove sudo command 2018-04-12 10:49:09 -05:00
280dcb44bf Merge branch 'develop-1.1' into dev-merge-up-20180409 2018-04-09 19:15:18 +01:00
38684501c9 MCOL-1222 - changed the delay from 10 to 3 seconds 2018-03-22 13:46:40 -05:00
5b69477343 MCOL-1222 - improved the waitforsystemactive function 2018-03-15 09:41:44 -05:00
0d7c0f7ae4 Merge branch 'develop-1.1' into dev-merge-up-20180202 2018-02-02 14:53:36 +00:00
631ba8ff64 MCOL-497 Use CrossEngineSettings section of the XML config for cross-engine connections' TLS settings. 2018-01-06 16:48:27 +03:00
39a2253ee1 Merge pull request #346 from drrtuy/MCOL-939
MCOL-939 Moved columnstore version information to columnstoreversion.h for 1.1.X
2017-12-19 13:21:19 -06:00
fbd081dbf1 MCOL-497 securing mysql connection with TLS in crossengine and querystats code. 2017-12-19 08:21:55 +03:00
bea47cc657 MCOL-939 Moved columnstore version information to columnstoreversion.h for 1.1.X 2017-12-12 22:53:33 +03:00
ae9de1e426 Fix mergeup errors 2017-11-30 15:15:01 +00:00
37f673d121 Merge branch 'develop-1.0' into 1.0-merge-up 2017-11-30 15:09:11 +00:00
932819ba23 Merge branch 'develop-1.1' into merge-up-dev 2017-11-24 11:10:09 +02:00
f1dd92a13d MCOL-989: Fix command string missing space and error messages to not reference postConfigure since this can happen under addmodule mcsadmin command. 2017-11-08 15:27:54 -06:00
f9bdec3225 MCOL-943 - change to use defauly mysql password logic, reading from the .my.cnf file. changesfrom defaults-file to defulats-extra-file 2017-11-02 16:32:38 -05:00
01446d1e22 Reformat all code to coding standard 2017-10-26 17:18:17 +01:00
3f7aa93585 Merge branch 'develop-1.1' into DataRedundancy-MCOLs 2017-10-26 09:03:19 -05:00
5c34be958b mcol-943 2017-10-19 15:48:39 -05:00
c2eab3b506 mcol-943 2017-10-19 11:34:55 -05:00
e05683c7ca mcol-953 - fixed non-root user - use root user 2017-10-18 15:53:40 -05:00
fa49afa2a5 MCOL-943 2017-10-18 09:43:41 -05:00
5e367098a9 MCOL-916: Fix for failovers when dbroots cannot be simply swapped between standby and parent modules. MCOL-913: Prevent distribute config file logging errors. MCOL-915 Improve mcsadmin output for removeModule command when using DataRedundancy. MCOL-928: fix for postConfigure not detecting gluster is installed in Debain9.1. 2017-10-13 17:12:52 -05:00
234810905d Set storage uid gid in nonroot installs 2017-09-13 17:12:36 -05:00
b492371534 MCOL-892 2017-08-30 14:04:29 -05:00
7e15f1c296 MCOL-892 - changed from using the flock command 2017-08-28 13:40:19 -05:00
103640dd8a Fixes for prompt text and add/remove module logic 2017-08-19 00:54:23 -05:00
a78db0f021 Merge pull request #237 from mariadb-corporation/MCOL-519-Fixes
Mcol 519 fixes
2017-08-11 09:33:21 -05:00
70b61444e2 change GlusterConfig to DataRedundancyConfig in configuration file 2017-08-11 01:05:50 -05:00
6ed975d818 MCOL-850 - merged from develop-1.0 2017-08-09 15:59:43 -05:00
90a04235eb handle glusterAssign/glusterUnassign in cases where device is already mounted or not mounted yet 2017-08-03 11:01:47 -05:00
73d1dcde4a MCOL-850 2017-08-03 09:46:36 -05:00
3825ea9681 tweaked to correct a failing attach at startup 2017-07-25 15:25:05 -05:00
7ec2a244ef Add data redundancy feature. 2017-07-20 10:01:39 -05:00
712c2ed90f MCOL-770 - more amazon related changes 2017-06-29 14:41:17 -05:00
743fec5c5e MCOL-770 2017-06-21 16:21:59 -05:00