1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00
Commit Graph

19 Commits

Author SHA1 Message Date
199d89f681 MCOL-4832 Removing needless error output 2021-12-15 10:35:03 +00:00
f4f6cf8b09 MCOL-4773: fix grep for mcsapikey value to allow '=' characters in key (#2069) 2021-08-05 10:31:23 -05:00
12e3368ebf MCOL-4597: logic from postConfigure migrated to post-install to upgrade existing columnstore.cnf 2021-05-26 10:41:39 -05:00
b3c22c8f9a MCOL-3626 Remove mcsmysql alias 2019-12-03 21:21:28 +00:00
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
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
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
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
9bf8df6a6f MCOL-1947 - change module and home alias 2018-11-19 09:07:01 -06:00
e5f18964f0 MCOL-1523 2018-09-04 16:41:44 -05:00
5fe3689551 MCOL-538 - fix spelling issue 2017-06-02 11:01:58 -05:00
4f2e992a25 MCOL-538 - change mcsmysql alias 2017-06-02 09:36:31 -05:00
a66870ef43 MCOL-420 Add cpimport to columnstoreAlias 2016-11-24 19:39:11 +00:00
eff8f39801 MCOL-3 directory name changes 2016-05-31 16:40:30 -05:00
25f823f3cd change 2016-05-16 08:34:52 -05:00
6a9dbf0e58 changes 2016-05-15 13:53:07 -05:00
46b371b8d2 more fixes 2016-05-13 16:35:11 -05:00
0dbd823c00 more changes for names 2016-05-12 14:14:24 -05:00
a02049ba6a name changes 2016-05-11 16:24:17 -05:00