2fff4cf065
Merge pull request #872 from mariadb-corporation/kill-distributed
...
MCOL-3515 Remove distributed install
2019-09-25 12:07:44 -05:00
4e92e75274
Fix merge conflict issue
2019-09-24 15:20:27 +01:00
70b3aa3159
Merge branch 'develop-1.2' into develop-merge-up-20190924-2
2019-09-24 14:17:57 +01:00
8c207bf412
MCOL-3515 Remove distributed install
...
Non-distributed is now the only install method.
2019-09-24 12:02:10 +01:00
97bda78c3b
Move config files
...
This patch:
* Moves config files from /usr/local/mariadb/columnstore/etc to
ENGINE_SYSCONFDIR/columnstore (ENGINE_SYSCONFDIR is /etc by default)
* Sets a define called MCSSYSCONFDIR whic contains the
ENGINE_SYSCONFDIR compile time setting
* Modifies scripts and code to use the new paths
* Removes a whole bunch of files we don't use
2019-09-09 14:13:56 +01:00
74d68b4db3
Fix my.cnf clash
...
This patch:
* Moves ColumnStore my.cnf to /etc/my.cnf.d/columnstore.cnf
* Removes unneeded entries from columnstore.cnf
* Removes some things that used my.cnf and are now dead
* Also removes utils/scenarios
* Modifies things that use extra defaults file to use the standard one
* Makes sure that C++11 standard is used for older CMake versions
With this patch we no longer need to set -DINSTALL_SYSCONF2DIR and
-DINSTALL_SYSCONFDIR when building MariaDB server.
2019-09-04 18:51:02 +01:00
26a0768b88
Include the right header file...
2019-08-16 13:19:13 -05:00
5f497a0517
Create dir to download BRM data to.
2019-08-16 13:11:37 -05:00
7f4d060dc3
Removed some storage-manager specific stuff from a cherry-picked
...
commit.
2019-08-16 11:54:29 -05:00
ac4902c22f
Tentative fix for procmon d/ling DBRM files into data1. That screws things
...
up on shared filesystems, and storagemanager, which has sort-of a shared
filesystem view.
2019-08-16 11:41:53 -05:00
fbdf1a5308
Merge branch 'develop' into S3-project
2019-08-14 15:37:14 -05:00
b1bc995420
Merge branch 'develop' into remove-infinidb
2019-08-13 12:32:01 +03:00
9d83b49fca
MCOL-104 First pass of InfiniDB rename in code
2019-08-12 09:41:28 +01:00
a09a9d5d0f
Mass substitution 'Corporaton' -> 'Corporation'
2019-08-07 14:43:25 -05:00
fa1ad8faca
Made procmon touch the journal file using idb file ops. Not sure
...
why this is necessary for load_brm to work.
2019-07-22 17:04:41 -05:00
094e5b554a
Changed debugging outputs.
2019-07-22 16:25:31 -05:00
d0a576483e
Tentative fix for procmon d/ling DBRM files into data1. That screws things
...
up on shared filesystems, and storagemanager, which has sort-of a shared
filesystem view.
2019-07-19 09:54:54 -05:00
43f7a71bad
Disable force-killing of StorageManager. Data corruption is possible
...
ATM.
2019-07-17 13:07:08 -05:00
4ec3cdc8b9
Fixed a bug where procmon would have a PID of 0 for StorageManager,
...
and would end up sending SIGTERM to everything.
2019-07-15 15:15:38 -05:00
3f532eb059
Possible fix for OAM madness when SM is killed externally.
2019-07-15 09:48:25 -05:00
eead61f238
Fixed the broken build, flipped the switch to put BRM files in SM.
2019-06-13 09:26:10 -05:00
a79b3131b5
A little modding to get oam to play nice with storagemanager wrt
...
BRM files.
2019-06-13 08:18:21 -05:00
42b6776598
Changed how procmon kills StorageManager to allow it to shutdown
...
gracefully.
2019-06-12 13:32:24 -05:00
753139a933
Checked for references to DBRootStorageType, made a couple changes
...
I suspect are necessary to make failover work.
2019-06-12 13:07:22 -05:00
366cd406ba
Cleaned up the diff vs S3-project.
2019-06-12 10:00:11 -05:00
4ae09352d2
Got postConfigure to set up storagemanager correctly and disabled
...
the disk-check stuff for SM clusters.
2019-06-12 09:37:45 -05:00
d454f84b82
Cleaned up the hacks made so far.
2019-06-10 09:41:03 -05:00
15c256b011
Checkpointing some stuff. Doesn't work yet.
2019-06-06 15:47:15 -05:00
98c9cd7b22
Checkpointing some experimental changes to get storagemanager running.
2019-06-06 08:36:40 -05:00
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