1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-06-10 17:41:44 +03:00
Commit Graph

107 Commits

Author SHA1 Message Date
9dc33c4e82 Another try to cope with warnings under gcc 8.2. 2019-04-29 11:05:03 +03:00
5559674208 MCOL-1558. Got it working.
Fixed a couple off-by-one type errors constructing the new paths.
2018-11-15 16:50:45 -06:00
69046633d2 MCOL-1558. The load side needs to handle abs paths. 2018-11-15 15:49:12 -06:00
86c64d6dc0 MCOL-1558. This likely covers it. First cut. 2018-11-15 15:33:50 -06:00
deba5d2a10 MCOL-520 - check storage type before unmount 2018-11-07 09:29:55 -06:00
5d04584704 MCOL-520 - changes for mysql_upgrade requiring password 2018-11-06 15:35:47 -06:00
cf6820d342 MCOL-520 - added in mysql_upgrade script and fix issue with shared memory not cleared at shutdown 2018-11-03 17:06:36 -05:00
988c573166 MCOL-520 - add in the mariadb upgrade code 2018-11-02 15:13:58 -05:00
23e5602496 MCOL-520 - add in the mariadb upgrade code 2018-11-02 14:22:44 -05:00
1699f05ce6 MCOL-520 - add in the mariadb upgrade code 2018-11-02 14:22:16 -05:00
3e17f0ce5b MCOL-520 - add in the mariadb upgrade code 2018-11-02 10:52:11 -05:00
efc69d86f4 MCOL-520 - sudo for mount amazon 2018-11-01 09:41:10 -05:00
84c62d4fd1 MCOL-520 - sudo for mount amazon 2018-11-01 08:59:02 -05:00
3e4b869a25 MCOL-520 - sudo testing amazon 2018-10-30 16:25:11 -05:00
32d9b20cf3 MCOL-520 - sudo testing amazon 2018-10-30 15:27:39 -05:00
cc158c9c96 MCOL-520 - amazon added sudo for chmod 2018-10-29 14:19:04 -05:00
ac9676b612 Merge remote-tracking branch 'upstream/develop' into MCOL-520 2018-10-15 10:15:11 -05:00
09c379422d MCOL-1244 - default install to non-distributed 2018-10-11 18:02:04 -05:00
f3ce845842 MCOL-520. Fixed several instances where we were using a too-new
contructor to ifstream.
2018-10-10 14:58:50 -05:00
101b36acb6 Merge branch 'develop' into MCOL-520 2018-10-08 14:23:48 -05:00
f1f13a09d1 Merge branch 'develop-1.1' into 1.1-merge-up-2018-10-05 2018-10-05 18:40:07 +01:00
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