1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-05 15:41:14 +03:00
Commit Graph

136 Commits

Author SHA1 Message Date
05bcd58e76 MCOL-520 2018-10-01 12:51:38 -05:00
4d1729c967 MCOL-520 2018-09-27 08:59:03 -05:00
2c38d5ba4f MCOL-520 2018-09-25 15:25:16 -05:00
148eb6bf58 MCOL-520 2018-09-24 14:20:17 -05:00
681cfd34eb MCOL-520 2018-09-24 11:50:56 -05:00
f417d8cfd3 merge 2018-09-19 14:26:21 -05:00
45b20b4a9a merge 2018-09-19 14:01:08 -05:00
3ac9d93597 MCOL-1523 - addiiotnal fixes 2018-09-15 14:28:46 -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
1068679fbf Merge pull request #534 from mariadb-corporation/MCOL-1610
MCOL-1610
2018-08-07 08:57:07 -05:00
ee40c3ac05 Merge pull request #523 from mariadb-corporation/MCOL-1579
MCOL-1579 Remove chmod of /dev/shm
2018-08-06 13:02:08 -05: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
443a2867c4 MCOL-1385 Initial 10.3 support 2018-08-02 14:55:01 +01:00
926314bf17 MCOL-1523 - enhance to failover module when ddl/dmlproc crashes 2018-07-26 14:30:14 -05:00
979d00a679 MCOL-1579 Remove chmod of /dev/shm
We appear to chmod /dev/shm as a workaround to a CentOS 7 bug that was
fixed last year which accidentally set it to 755. If a user has /dev/shm
locked down we should get them to fix it rather than modifying it
ourselves.

The code before this fixed changed a root install to 755 for /dev/shm
which instantly broke anything using mmap() with MAP_SHARED as an
unprivileged user.
2018-07-23 10:40:18 +01: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
fc8754065f Merge branch 'develop' into MCOL-520 2018-05-30 09:28:07 -05:00
8a3c5e08e2 MCOL-1073 DecomSvr service was removed. 2018-05-13 22:02:08 +03:00
b58122589b Merge branch 'develop-1.1' into dev-merge-up-20180430 2018-04-30 08:51:58 +01:00
0ea35564f0 MCOL-520 - remove sudo command 2018-04-12 10:49:09 -05:00
3c6443053e MCOL-1217 - setup msqyl rep on addmodule 2018-03-15 16:24:26 -05:00
0d7c0f7ae4 Merge branch 'develop-1.1' into dev-merge-up-20180202 2018-02-02 14:53:36 +00:00
bd5daf240b MCOL-1137-fixed issue with no slaves 2018-01-24 16:43:23 -06:00
dfb5aa41c6 MCOL-1137-fixed issue with no slaves 2018-01-24 16:39:24 -06:00
c56555e9fe MCOL-1137 - fixed master/slave setup after failvover 2018-01-18 17:14:14 -06:00
bea47cc657 MCOL-939 Moved columnstore version information to columnstoreversion.h for 1.1.X 2017-12-12 22:53:33 +03:00
932819ba23 Merge branch 'develop-1.1' into merge-up-dev 2017-11-24 11:10:09 +02:00
a5038cd79b fix added in um module for mysqlrep 2017-11-16 08:48:01 -06:00
4f63212145 mcol-1009 and mcol-1014 2017-11-06 17:46:07 -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
6277371669 MCOL-938 - fixed server-id setup on combo systems 2017-10-30 13:42:31 -05:00
a347a8f5aa Merge branch 'develop-1.1' into develop 2017-10-30 10:29:30 +00:00
af35345273 mcol-938 - fixed pm server ids 2017-10-26 17:38:25 -05:00
01446d1e22 Reformat all code to coding standard 2017-10-26 17:18:17 +01:00
8706f0a9ef MCOL-938 2017-10-23 15:04:56 -05:00
7a0e0f629b MCOL-943 non-root changes 2017-10-18 14:33:34 -05:00
fa49afa2a5 MCOL-943 2017-10-18 09:43:41 -05:00
acb2d5dd35 add volume status log 2017-09-15 12:58:49 -05:00
e75afd3b8f Fix non-root gluster commands and undo change in processmonitor that was not meant to be checked in. 2017-09-11 17:08:12 -05:00
dbbfb84ea4 removeModule fixes, check for glusterd in postConfigure, fix glusterUnassign failure logging. 2017-09-07 14:59:47 -05:00
b492371534 MCOL-892 2017-08-30 14:04:29 -05:00
c2b8a555fc remove error return that was really a success 2017-08-19 00:53:17 -05:00
70b61444e2 change GlusterConfig to DataRedundancyConfig in configuration file 2017-08-11 01:05:50 -05:00
06e174723a Merge pull request #209 from mariadb-corporation/MCOL-519
MCOL-519
2017-08-04 16:12:37 -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
f17c2e1820 MCOL-787 - merged code from 1.0.10 2017-07-27 10:26:43 -05:00
26ac4aa31c mcol-833 - merge code from 1.0 for missing file fix 2017-07-26 15:03:52 -05:00