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

211 Commits

Author SHA1 Message Date
David Hill
3e4b869a25 MCOL-520 - sudo testing amazon 2018-10-30 16:25:11 -05:00
David Hill
32d9b20cf3 MCOL-520 - sudo testing amazon 2018-10-30 15:27:39 -05:00
David Hill
cc158c9c96 MCOL-520 - amazon added sudo for chmod 2018-10-29 14:19:04 -05:00
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
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
Andrew Hutchings
3fffc75d86 Fix brace merge issue 2018-10-05 21:48:51 +01: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
Patrick LeBlanc
f54cc0803a MCOL-520. Made the error msgs users will hit more informative. 2018-10-04 16:17:28 -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
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
David Hill
7aff68969e MCOL-520 - back out nonroot shm changes 2018-10-03 14:09:48 -05:00
David Hill
8d3ce9757f MCOL-520 - initial changes for /dev/shm 2018-10-01 14:39:17 -05: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
3ac9d93597 MCOL-1523 - addiiotnal fixes 2018-09-15 14:28:46 -05:00
benthompson15
8be2e5bb4b Merge pull request #559 from mariadb-corporation/MCOL-1699
MCOL-1699 - fix iss with adddbroot amazon
2018-09-13 11:22:47 -05:00
David Hill
21f108896d MCOL-1523 - fix compile issue 2018-09-12 08:36:13 -05:00
David Hill
f7a2b50b21 MCOL-1699 - fix iss with adddbroot amazon 2018-09-11 15:47:25 -05:00
david hill
43b97e7fa3 Merge branch 'develop-1.1' into MCOL-1523 2018-09-10 14:15:32 -05:00
David Hill
8b0507b987 MCOL-1523 2018-09-05 14:53:13 -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
e903e47201 MCOL-1523 - fix issue with query failing and enablemodule failing trying to get um1 back. 2018-08-10 18:37:40 -05:00
benthompson15
150171b714 Merge pull request #535 from mariadb-corporation/MCOL-1605
MCOL-1605 - changed error to debug, alarms trying to get issued befor…
2018-08-09 17:49:01 -05:00
david hill
1068679fbf Merge pull request #534 from mariadb-corporation/MCOL-1610
MCOL-1610
2018-08-07 08:57:07 -05:00
David Hill
8a4294978f MCOL-1605 - changed error to debug, alarms trying to get issued before procmgr is up 2018-08-07 08:54:08 -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
05f1752dd0 MCOL-1405 - fix launch of mysql monitor thread on seperate module install 2018-06-05 15:47:38 -05:00
david hill
ed8e774dcd MCOL-1370 2018-06-01 16:33:48 -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
3c6443053e MCOL-1217 - setup msqyl rep on addmodule 2018-03-15 16:24:26 -05:00
Andrew Hutchings
21d8f04a65 Merge branch 'develop-1.1' into 1.1-mergeup-20180224 2018-02-24 11:07:24 -05:00
david hill
9cb9934b53 MCOL-1190 - code fix, mysql not being monitored on seperate um/pm systems currectly 2018-02-12 13:51:06 -06:00
david hill
b4e64f24f3 MCOL-1185 MCOL-436 -send alarms to procmgr to be processed 2018-02-02 09:04:07 -06:00
Andrew Hutchings
0d7c0f7ae4 Merge branch 'develop-1.1' into dev-merge-up-20180202 2018-02-02 14:53:36 +00:00