1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-20 01:42:27 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
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
David Hill
9be7210568 MCOL-520 remove debug bash -x 2018-11-07 20:33:12 -06:00
David Hill
9dedc8cc3e add bash -x to debug buildbot 2018-11-07 14:01:29 -06:00
david hill
f03466e169 add code to return 1 when postConfigure returns 1 2017-05-09 13:59:36 -05:00
David Hill
748809bc76 MCOL-509 - add in additioanl paramaters to make it work on ubuntu/debian 2017-02-23 15:58:27 -06:00
David Hill
7e8c97f65d MCOL-509 - add columnstore startup script, used in buildbot 2017-02-14 15:21:31 -06:00