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

65 Commits

Author SHA1 Message Date
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
Andrew Hutchings
0a7d813815 Revert "Merge pull request #126 from jbfavre/make_packages_management_optional"
This reverts commit 39870446c5, reversing
changes made to 788ffd3149.
2017-02-23 16:59:17 +00:00
Jean Baptiste Favre
b2db4ac7dc Add managePackages as parameter for user_installer.sh calls 2017-02-18 21:18:57 +01:00
Jean Baptiste Favre
4756059525 Fix calls to expect script to add manageProcess at the right place 2017-02-18 21:16:42 +01:00
Jean Baptiste Favre
617bb618cc Add managePackages as parameter for user_installer.sh calls 2017-02-18 21:16:42 +01:00
David Hill
7ade71eb0c MCOL-476 2016-12-20 15:47:27 -06:00
David Hill
0f9ca9b804 MCOL-398, fix comment caught in review 2016-12-06 20:09:11 +00:00
David Hill
43da90ae79 change TotalUmMemory setting to a percentage 2016-12-06 15:41:44 +00:00
David Hill
ac70d274ce fix compile issue 2016-12-04 19:03:52 +00:00
david hill
ef3fe34af1 MCOL-398 2016-12-03 02:16:04 +00:00
david hill
5aced3442f mcol-398 2016-11-11 14:09:00 -06:00