1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-26 05:02:32 +03:00
Commit Graph

74 Commits

Author SHA1 Message Date
David Hill
5d04584704 MCOL-520 - changes for mysql_upgrade requiring password 2018-11-06 15:35:47 -06:00
David Hill
32d9b20cf3 MCOL-520 - sudo testing amazon 2018-10-30 15:27:39 -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
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
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
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
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
david hill
a05460fdac MCOL-520 2018-05-29 16:30:59 -05:00
david hill
0ea35564f0 MCOL-520 - remove sudo command 2018-04-12 10:49:09 -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
Andrew Hutchings
5d9f9c819b Merge branch 'develop-1.0' into 1.1-merge-up-20180118 2018-01-18 16:28:08 +00:00
David Hall
1ffeda44d6 MCOL-962 Add mcsSystemReady(), mcsSystemReadOnly() and mcsWritesSuspended() 2018-01-10 12:17:57 -06:00
david hill
44989fbd74 MCOL-1149 - add a main resume flag 2018-01-10 11:41:44 -06:00
Andrew Hutchings
01446d1e22 Reformat all code to coding standard 2017-10-26 17:18:17 +01:00
david hill
5c34be958b mcol-943 2017-10-19 15:48:39 -05:00
david hill
d4f49a5014 mcol-943 - fixed a read error log 2017-10-18 16:54:03 -05:00
root
fa49afa2a5 MCOL-943 2017-10-18 09:43:41 -05:00
david hill
f6f15028a8 fixed amazon install issues 2017-09-12 14:31:29 -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
70b61444e2 change GlusterConfig to DataRedundancyConfig in configuration file 2017-08-11 01:05:50 -05:00
david hill
d9a1e1204d MCOL-770 - changes for amazon install 2017-06-28 16:03:34 -05:00