Jose
9e9f04eb79
Some minor cleanup in response to PR comment
2020-05-15 19:27:25 +00:00
Jose
ea39ac7f43
MCOL-3915. Cleanup postConfigure. PostConfigure and Installer no longer editing config file
2020-05-12 13:35:25 +00:00
Jose
c60ec09fea
MCOL-3915 Columnstore-post-install/postConfigure processed and columnstore started during installation
2020-05-12 13:33:37 +00:00
Andrew Hutchings
ea3ced83af
Merge pull request #1011 from pleblanc1976/minor-fixes
...
Minor fixes
2020-02-28 13:55:05 -05:00
Andrew Hutchings
5ff131e726
Merge pull request #1004 from pleblanc1976/runtime-disable-oam
...
Runtime disable oam
2020-02-28 13:54:39 -05:00
Andrew Hutchings
a8cd34f86d
Add support for building from server
2019-12-03 21:21:28 +00:00
Andrew Hutchings
b3c22c8f9a
MCOL-3626 Remove mcsmysql alias
2019-12-03 21:21:28 +00:00
Andrew Hutchings
494ef36bca
MCOL-3613 Fix params in columnstore_installer
...
Typo in arg count meant that -numBlocksPct and -totalUmMemory were not
processed correctly. Fixed the arg handling.
2019-11-14 15:02:56 +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
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
a09a9d5d0f
Mass substitution 'Corporaton' -> 'Corporation'
2019-08-07 14:43:25 -05:00
jmrojas2332
4e6e0ccc5f
Fix console output "System Catalog Successfull installed"
2019-06-23 15:06:22 -05:00
David Mott
515b93cc3d
remove faulty test code
2019-04-29 01:28:54 -05:00
David Mott
4b9d046c6e
Fully resolve potentially ambiguous symbols by removing using namespace statements from headers which have a cascading effect. This causes potential behavior changes when switching to c++11 since symbols can be exported from std and boost while both have been imported into the global namespace.
2019-04-29 01:21:15 -05:00
sneJ-
17a446c37c
MCOL-2068 - string comparison fixed
2019-01-17 12:23:59 +01:00
sneJ-
2c5b65294c
MCOL-2068 typo fixed
2019-01-16 20:45:14 +01:00
sneJ-
83f493eef3
MCOL-2068 - added the memory command line parameters to the installer as well to support single type installations
2019-01-16 20:14:56 +01:00
David Hill
5dd8bbd634
MCOL-520 - moved mysql_upgrade to post-mysql-install
2018-11-06 12:10:51 -06:00
David Hill
8d2b28cc51
MCOL-520 - add mysql upgrade to single server install
2018-11-06 08:50:47 -06:00
David Hill
8754476272
MCOL-520
2018-09-25 13:46:11 -05:00
David Hill
9cfe199154
MCOL-520
2018-09-25 13:35:06 -05:00
David Hill
1f58669460
MCOL-520
2018-09-20 14:45:18 -05:00
David Hill
bf13a50800
MCOL-520 - remove sudo work and cleanup
2018-09-20 09:37:07 -05:00
david hill
2f58c7cc8d
Merge pull request #574 from mariadb-corporation/develop
...
Develop
2018-09-19 14:01:38 -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
d86fabff65
MCOL-1145/1146 - fix nonroot install lib issue
2018-08-01 10:17:13 -05:00
David Hill
476a5e551f
remove rc.local chmod to 666
2018-06-26 19:11:57 -05:00
david hill
a05460fdac
MCOL-520
2018-05-29 16:30:59 -05:00
david hill
0ea35564f0
MCOL-520 - remove sudo command
2018-04-12 10:49:09 -05:00
Andrew Hutchings
0d7c0f7ae4
Merge branch 'develop-1.1' into dev-merge-up-20180202
2018-02-02 14:53:36 +00:00
benthompson15
f0ed1ddf82
Merge pull request #365 from mariadb-corporation/MCOL-1061
...
Mcol 1061
2018-01-16 12:46:38 -06:00
david hill
a9c8f4821b
MCOL-1061 - fixed alais name
2018-01-16 12:41:41 -06:00
David Hall
1ffeda44d6
MCOL-962 Add mcsSystemReady(), mcsSystemReadOnly() and mcsWritesSuspended()
2018-01-10 12:17:57 -06:00
Andrew Hutchings
932819ba23
Merge branch 'develop-1.1' into merge-up-dev
2017-11-24 11:10:09 +02:00
david hill
b63d9fcce1
MCOL-1024
2017-11-10 13:41:50 -06:00
david hill
22d3016e52
fix issue with amazon install problems, rc.local not setup and addmodule failing due to login issues
2017-11-10 10:44:43 -06:00
david hill
646f330bf7
another for for rc.local
2017-10-31 13:41:48 -05:00
david hill
aca653782a
change to handle both etc/rc.local and etc/rc.d/rc.local
2017-10-31 11:48:48 -05:00
Andrew Hutchings
a347a8f5aa
Merge branch 'develop-1.1' into develop
2017-10-30 10:29:30 +00:00
david hill
2d8439c95b
add alias note on failed scenerio
2017-10-26 14:11:25 -05:00
Andrew Hutchings
01446d1e22
Reformat all code to coding standard
2017-10-26 17:18:17 +01:00
benthompson15
a1c82cb2b7
Merge pull request #299 from mariadb-corporation/mcol-667
...
Mcol 667
2017-10-25 15:59:42 -05:00
david hill
1360de6b9c
print alias info on failed startups
2017-10-25 13:06:58 -05:00
david hill
1601d6fd96
mcol-667 changes for non-root
2017-10-24 16:16:50 -05:00
david hill
44736966e1
mcol-667 - change from using bashrc to profile files
2017-10-24 10:11:55 -05:00
david hill
7ec0a27a12
MCOL-750 - fix install failures - timing issues
2017-08-10 17:00:59 -05:00
david hill
d9a1e1204d
MCOL-770 - changes for amazon install
2017-06-28 16:03:34 -05:00
David Hill
f606de8837
backed out more from Jean Baptiste Favre
2017-02-28 16:24:34 -06:00
David Hill
ce04753d9a
MCOL-509 - Added exit 1 on startup failure, needed for buildbot
2017-02-24 09:08:10 -06:00