1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-21 13:40:58 +03:00
Commit Graph

174 Commits

Author SHA1 Message Date
Andrew Hutchings
25d22381c6 MCOL-3608 Add module installer file copy
Adds back some stuff that was remove distributed that didn't work
properly for non-distributed. Also use /var/lib/columnstore/local
for module file as OAM intended.
2019-11-14 14:40:28 +00:00
Andrew Hutchings
8ab9ebb0f4 MCOL-3606 Make ColumnStore use generic paths
ColumnStore now uses standard bin/lib paths for pretty much everything.
Data path is now hard-coded to /var/lib/columnstore.

This patch also:

* Removes v1 decompression
* Removes a bunch of unneeded files
* Removes COLUMNSTORE_INSTALL_DIR / $INSTALLDIR
* Makes my.cnf.d work for all platforms (MCOL-3558)
* Changes configcpp to use recursive mutex (fixes possible config write deadlock)
* Fixes MCOL-3599 Fix regr functions, The library was installed in the wrong location
* Fixes a bunch of Ubuntu packaging issues
* Changes the binary names of several of the executables so as not to
clash with potential executables from other packages
2019-11-09 16:53:05 +00:00
Andrew Hutchings
ebb22a96a3 MCOL-3551 Use generic MariaDB Server paths
This branch enforces the use of generic MariaDB server paths for their
binaries and data rather than custom paths.

/usr/local/mariadb/columnstore is now only for columnstore with this
patch.

It should be noted that this removes the auto-mounting of external
MariaDB UM data storage for AWS.

This is also a fix for MCOL-3510 after buildbot changes are made.

Also... MCOL-3552 Use columnstore.cnf to load plugins

The ColumnStore plugins now load using a columnstore.cnf instead of a
SQL sequence to be more in-line with MariaDB's methods.
2019-10-13 09:34:37 +01:00
Andrew Hutchings
8c207bf412 MCOL-3515 Remove distributed install
Non-distributed is now the only install method.
2019-09-24 12:02:10 +01:00
Andrew Hutchings
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
Patrick LeBlanc
fbdf1a5308 Merge branch 'develop' into S3-project 2019-08-14 15:37:14 -05:00
Patrick LeBlanc
a09a9d5d0f Mass substitution 'Corporaton' -> 'Corporation' 2019-08-07 14:43:25 -05:00
Patrick LeBlanc
f6b464f490 A couple more hacks in procmgr. 2019-07-22 16:44:01 -05:00
Patrick LeBlanc
094e5b554a Changed debugging outputs. 2019-07-22 16:25:31 -05:00
Patrick LeBlanc
45d4a7536b Need to make it eat a trailing \n char. 2019-07-22 14:47:04 -05:00
Patrick LeBlanc
1f09c533d5 more debugging printouts 2019-07-22 14:12:41 -05:00
Patrick LeBlanc
ee81f96f4a More debugging printouts. 2019-07-22 13:31:02 -05:00
Patrick LeBlanc
9f93844772 Still debugging brm transfer stuff. Added some debugging printouts. 2019-07-22 10:39:17 -05:00
Patrick LeBlanc
e8dd6443d6 Replaced some of the shell stuff it was doing with IDB FS fcns.
Still debugging...
2019-07-22 09:58:10 -05:00
Patrick LeBlanc
52bd0ee967 Some logging changes for debugging. 2019-07-19 15:52:01 -05:00
Patrick LeBlanc
be214a6fda Fixed a bug re the previous commit. 2019-07-19 14:54:33 -05:00
Patrick LeBlanc
1a7e733016 Hacked IDB-IO ops into the getDBRMData() stuff procmgr does.
Replaced the fstream stuff it did.
2019-07-19 14:33:29 -05:00
Patrick LeBlanc
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
Patrick LeBlanc
7d4f406888 Changed the retry behavior in SocketPool to get load_brm to work
when called by proc???.  Also made proc??? start/stop SM around
save_brm runs.  There seems not to be a saner way to do that atm.

So, on stop/restart/shutdown, it will do
1) stop everything
2) restart SM
3) save_brm
4) stop SM again
2019-07-18 11:14:12 -05:00
Patrick LeBlanc
366cd406ba Cleaned up the diff vs S3-project. 2019-06-12 10:00:11 -05:00
Patrick LeBlanc
d454f84b82 Cleaned up the hacks made so far. 2019-06-10 09:41:03 -05:00
Patrick LeBlanc
15c256b011 Checkpointing some stuff. Doesn't work yet. 2019-06-06 15:47:15 -05:00
Patrick LeBlanc
98c9cd7b22 Checkpointing some experimental changes to get storagemanager running. 2019-06-06 08:36:40 -05:00
Roman Nozdrin
9dc33c4e82 Another try to cope with warnings under gcc 8.2. 2019-04-29 11:05:03 +03:00
Patrick LeBlanc
7ad0aa4420 MCOL-1607. Tentative change to include addModule.
This might or might not let addModule store host names
instead of IP addresses.
2018-11-29 15:20:05 -06:00
Patrick LeBlanc
f9922a37dc MCOL-1558. Changed one other place the _current file is used. 2018-11-26 10:44:11 -06:00
David Hill
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
David Hill
3e17f0ce5b MCOL-520 - add in the mariadb upgrade code 2018-11-02 10:52:11 -05:00
David Hill
daae3af7ae MCOL-520 - fix amazon login issue 2018-11-01 14:36:41 -05:00
David Hill
59b887f921 MCOL-520 - fix amazon login issue 2018-11-01 10:59:03 -05:00
David Hill
1d56ed7a93 MCOL-520 - fix amazon login issue 2018-11-01 10:27:43 -05:00
David Hill
d6d1a11d0b MCOL-520 amazon changes 2018-10-25 16:43:58 -05:00
David Hill
f4aef75028 MCOL-520 amazon changes 2018-10-25 16:28:03 -05:00
David Hill
d08fcfec30 MCOL-520 amazon changes 2018-10-25 15:40:38 -05:00
David Hill
9bce56beb3 MCOL-520 2018-10-23 14:40:17 -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
Andrew Hutchings
f1f13a09d1 Merge branch 'develop-1.1' into 1.1-merge-up-2018-10-05 2018-10-05 18:40:07 +01: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
2f58c7cc8d Merge pull request #574 from mariadb-corporation/develop
Develop
2018-09-19 14:01:38 -05:00
David Hill
3ac9d93597 MCOL-1523 - addiiotnal fixes 2018-09-15 14:28:46 -05:00
David Hill
8ec02bfce5 MCOL-1423 2018-09-12 14:31:23 -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
David Hill
e5f18964f0 MCOL-1523 2018-09-04 16:41:44 -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