1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-21 11:33:43 +03:00
Commit Graph

141 Commits

Author SHA1 Message Date
Patrick LeBlanc
ac9676b612 Merge remote-tracking branch 'upstream/develop' into MCOL-520 2018-10-15 10:15:11 -05:00
David Hill
09c379422d MCOL-1244 - default install to non-distributed 2018-10-11 18:02:04 -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
david hill
101b36acb6 Merge branch 'develop' into MCOL-520 2018-10-08 14:23:48 -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
David Hill
05bcd58e76 MCOL-520 2018-10-01 12:51:38 -05:00
David Hill
4d1729c967 MCOL-520 2018-09-27 08:59:03 -05:00
David Hill
2c38d5ba4f MCOL-520 2018-09-25 15:25:16 -05:00
David Hill
148eb6bf58 MCOL-520 2018-09-24 14:20:17 -05:00
David Hill
681cfd34eb MCOL-520 2018-09-24 11:50:56 -05:00
David Hill
f417d8cfd3 merge 2018-09-19 14:26:21 -05:00
David Hill
45b20b4a9a merge 2018-09-19 14:01:08 -05:00
David Hill
3ac9d93597 MCOL-1523 - addiiotnal fixes 2018-09-15 14:28:46 -05:00
David Hill
f7a2b50b21 MCOL-1699 - fix iss with adddbroot amazon 2018-09-11 15:47:25 -05:00
Andrew Hutchings
03da6df473 Merge branch 'develop-1.1' into 1.1-merge-up-20180817 2018-08-17 16:17:13 +01:00
david hill
1068679fbf Merge pull request #534 from mariadb-corporation/MCOL-1610
MCOL-1610
2018-08-07 08:57:07 -05:00
benthompson15
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
Ben Thompson
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
Andrew Hutchings
443a2867c4 MCOL-1385 Initial 10.3 support 2018-08-02 14:55:01 +01:00
David Hill
926314bf17 MCOL-1523 - enhance to failover module when ddl/dmlproc crashes 2018-07-26 14:30:14 -05:00
Andrew Hutchings
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
Andrew Hutchings
8c90419852 Fix merge and coding style issues 2018-06-22 15:31:31 +01:00
Andrew Hutchings
7ca289ded9 Merge branch 'develop-1.1' into 1.1-merge-up-20180621 2018-06-22 14:51:20 +01:00
david hill
ed8e774dcd MCOL-1370 2018-06-01 16:33:48 -05:00
david hill
fc8754065f Merge branch 'develop' into MCOL-520 2018-05-30 09:28:07 -05:00
Roman Nozdrin
8a3c5e08e2 MCOL-1073 DecomSvr service was removed. 2018-05-13 22:02:08 +03:00
Andrew Hutchings
b58122589b Merge branch 'develop-1.1' into dev-merge-up-20180430 2018-04-30 08:51:58 +01:00
david hill
0ea35564f0 MCOL-520 - remove sudo command 2018-04-12 10:49:09 -05:00
david hill
3c6443053e MCOL-1217 - setup msqyl rep on addmodule 2018-03-15 16:24:26 -05:00
Andrew Hutchings
0d7c0f7ae4 Merge branch 'develop-1.1' into dev-merge-up-20180202 2018-02-02 14:53:36 +00:00
david hill
bd5daf240b MCOL-1137-fixed issue with no slaves 2018-01-24 16:43:23 -06:00
david hill
dfb5aa41c6 MCOL-1137-fixed issue with no slaves 2018-01-24 16:39:24 -06:00
david hill
c56555e9fe MCOL-1137 - fixed master/slave setup after failvover 2018-01-18 17:14:14 -06:00
Roman Nozdrin
bea47cc657 MCOL-939 Moved columnstore version information to columnstoreversion.h for 1.1.X 2017-12-12 22:53:33 +03:00
Andrew Hutchings
932819ba23 Merge branch 'develop-1.1' into merge-up-dev 2017-11-24 11:10:09 +02:00
david hill
a5038cd79b fix added in um module for mysqlrep 2017-11-16 08:48:01 -06:00
david hill
4f63212145 mcol-1009 and mcol-1014 2017-11-06 17:46:07 -06:00
david hill
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
david hill
6277371669 MCOL-938 - fixed server-id setup on combo systems 2017-10-30 13:42:31 -05:00
Andrew Hutchings
a347a8f5aa Merge branch 'develop-1.1' into develop 2017-10-30 10:29:30 +00:00
david hill
af35345273 mcol-938 - fixed pm server ids 2017-10-26 17:38:25 -05:00
Andrew Hutchings
01446d1e22 Reformat all code to coding standard 2017-10-26 17:18:17 +01:00
david hill
8706f0a9ef MCOL-938 2017-10-23 15:04:56 -05:00
david hill
7a0e0f629b MCOL-943 non-root changes 2017-10-18 14:33:34 -05:00
root
fa49afa2a5 MCOL-943 2017-10-18 09:43:41 -05:00
david hill
acb2d5dd35 add volume status log 2017-09-15 12:58:49 -05:00
Ben Thompson
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
Ben Thompson
dbbfb84ea4 removeModule fixes, check for glusterd in postConfigure, fix glusterUnassign failure logging. 2017-09-07 14:59:47 -05:00
david hill
b492371534 MCOL-892 2017-08-30 14:04:29 -05:00
Ben Thompson
c2b8a555fc remove error return that was really a success 2017-08-19 00:53:17 -05:00