fbdf1a5308
Merge branch 'develop' into S3-project
2019-08-14 15:37:14 -05:00
9d83b49fca
MCOL-104 First pass of InfiniDB rename in code
2019-08-12 09:41:28 +01:00
366cd406ba
Cleaned up the diff vs S3-project.
2019-06-12 10:00:11 -05:00
d454f84b82
Cleaned up the hacks made so far.
2019-06-10 09:41:03 -05:00
98c9cd7b22
Checkpointing some experimental changes to get storagemanager running.
2019-06-06 08:36:40 -05:00
515b93cc3d
remove faulty test code
2019-04-29 01:28:54 -05:00
4b9d046c6e
Fully resolve potentially ambiguous symbols by removing using namespace statements from headers which have a cascading effect. This causes potential behavior changes when switching to c++11 since symbols can be exported from std and boost while both have been imported into the global namespace.
2019-04-29 01:21:15 -05:00
5d04584704
MCOL-520 - changes for mysql_upgrade requiring password
2018-11-06 15:35:47 -06:00
32d9b20cf3
MCOL-520 - sudo testing amazon
2018-10-30 15:27:39 -05:00
101b36acb6
Merge branch 'develop' into MCOL-520
2018-10-08 14:23:48 -05:00
f48b92e46f
MCOL-520
2018-10-08 13:46:49 -05:00
c798d464e0
MCOL-520
2018-10-08 13:20:00 -05:00
3fffc75d86
Fix brace merge issue
2018-10-05 21:48:51 +01:00
f1f13a09d1
Merge branch 'develop-1.1' into 1.1-merge-up-2018-10-05
2018-10-05 18:40:07 +01:00
f54cc0803a
MCOL-520. Made the error msgs users will hit more informative.
2018-10-04 16:17:28 -05:00
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
1b1026bbe4
MCOL-520. Fixed shm usage in procmon. Untested.
2018-10-04 10:30:30 -05:00
bc19fb2f2d
MCOL-520. Removed the chmod 666 calls on our shared mem objects.
2018-10-04 08:47:14 -05:00
7aff68969e
MCOL-520 - back out nonroot shm changes
2018-10-03 14:09:48 -05:00
8d3ce9757f
MCOL-520 - initial changes for /dev/shm
2018-10-01 14:39: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
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
21f108896d
MCOL-1523 - fix compile issue
2018-09-12 08:36:13 -05:00
f7a2b50b21
MCOL-1699 - fix iss with adddbroot amazon
2018-09-11 15:47:25 -05:00
43b97e7fa3
Merge branch 'develop-1.1' into MCOL-1523
2018-09-10 14:15:32 -05:00
8b0507b987
MCOL-1523
2018-09-05 14:53:13 -05:00
03da6df473
Merge branch 'develop-1.1' into 1.1-merge-up-20180817
2018-08-17 16:17:13 +01:00
e903e47201
MCOL-1523 - fix issue with query failing and enablemodule failing trying to get um1 back.
2018-08-10 18:37:40 -05:00
8a4294978f
MCOL-1605 - changed error to debug, alarms trying to get issued before procmgr is up
2018-08-07 08:54:08 -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
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
05f1752dd0
MCOL-1405 - fix launch of mysql monitor thread on seperate module install
2018-06-05 15:47:38 -05:00
ed8e774dcd
MCOL-1370
2018-06-01 16:33:48 -05:00
a05460fdac
MCOL-520
2018-05-29 16:30:59 -05:00
0ea35564f0
MCOL-520 - remove sudo command
2018-04-12 10:49:09 -05:00
21d8f04a65
Merge branch 'develop-1.1' into 1.1-mergeup-20180224
2018-02-24 11:07:24 -05:00
9cb9934b53
MCOL-1190 - code fix, mysql not being monitored on seperate um/pm systems currectly
2018-02-12 13:51:06 -06:00
b4e64f24f3
MCOL-1185 MCOL-436 -send alarms to procmgr to be processed
2018-02-02 09:04:07 -06:00
0d7c0f7ae4
Merge branch 'develop-1.1' into dev-merge-up-20180202
2018-02-02 14:53:36 +00:00
5d9f9c819b
Merge branch 'develop-1.0' into 1.1-merge-up-20180118
2018-01-18 16:28:08 +00:00
1ffeda44d6
MCOL-962 Add mcsSystemReady(), mcsSystemReadOnly() and mcsWritesSuspended()
2018-01-10 12:17:57 -06:00
44989fbd74
MCOL-1149 - add a main resume flag
2018-01-10 11:41:44 -06:00
01446d1e22
Reformat all code to coding standard
2017-10-26 17:18:17 +01:00