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

301 Commits

Author SHA1 Message Date
Roman Nozdrin
51129d6eae Merge pull request #882 from mariadb-corporation/revert-MCOL-2102
Revert "MCOL-2102 Set CrossEngineSupport Port number when setting MyS…
2019-10-07 15:01:26 +03:00
Jose Rojas
159317d2e3 MCOL-3534 Remove -n and -d from postConfigure msgs 2019-10-03 19:20:50 +00:00
Andrew Hutchings
c3dc25a4ad Revert "MCOL-2102 Set CrossEngineSupport Port number when setting MySQLPort via postConfigure -port"
This reverts commit 755efb3dfb.
2019-10-02 09:47:00 +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
Andrew Hutchings
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
Patrick LeBlanc
040f349798 Got rid of the option to use HDFS storage in postconfig.
The code to do whatever OAM/postconfig does with HDFS is still there,
I just removed the ability to select it in postConfig.
2019-08-29 12:14:38 -05:00
Patrick LeBlanc
fbdf1a5308 Merge branch 'develop' into S3-project 2019-08-14 15:37:14 -05:00
Patrick LeBlanc
295c638c18 Merge branch 'develop' into S3-project 2019-08-05 16:34:45 -05:00
Andrew Hutchings
811909aa72 Merge branch 'develop-1.2' into develop-merge-up-20190729 2019-07-29 12:19:26 +01:00
jmrojas2332
755efb3dfb MCOL-2102 Set CrossEngineSupport Port number when setting MySQLPort via postConfigure -port 2019-06-24 13:21:55 -05:00
Patrick LeBlanc
366cd406ba Cleaned up the diff vs S3-project. 2019-06-12 10:00:11 -05:00
Patrick LeBlanc
4ae09352d2 Got postConfigure to set up storagemanager correctly and disabled
the disk-check stuff for SM clusters.
2019-06-12 09:37:45 -05:00
Patrick LeBlanc
6193d2cda2 Made mcsadmin and postConfigure print a warning if SKIP_OAM_INIT is set. 2019-06-10 08:10:10 -05:00
Andrew Hutchings
ee6575b013 Merge branch 'develop-1.1' into develop-1.2-merge-up-20190514 2019-05-14 14:26:41 +01:00
Andrew Hutchings
020b211bb7 Merge branch 'develop-1.2' into develop-merge-up-20190514 2019-05-14 13:58:33 +01:00
Roman Nozdrin
9dc33c4e82 Another try to cope with warnings under gcc 8.2. 2019-04-29 11:05:03 +03: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
数组越界
4e72b1f2d9 fix typo in postConfigure 2019-04-16 09:31:49 +08:00
Patrick LeBlanc
7dfcc3c69c MCOL-1607. Let postconfigure store hostnames in the configuration.
Made postconfig resolve hostname -> IP for its 'am I PM1' check.

Made the text of one of the prompts more consistent.

Made one of the paths it goes down to get ip addresses do
hostname -> IP.  Unrelated to ticket, just something Daniel noticed.
2019-02-14 10:01:27 -06:00
sneJ-
dd05b3af13 MCOL-2129 - added a new postConfigure flag -xr to reverse dns lookup given hostnames and use that value instead of the original hostname value 2019-02-01 15:00:26 +01:00
sneJ-
573a740e8a MCOL-2068 typo 2019-01-16 21:08:12 +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
sneJ-
fdc9f55840 MCOL-2068 - next try 2019-01-16 16:15:32 +01:00
sneJ-
0689ec1b5b MCOL-2068 maybe the pointer helps 2019-01-16 15:43:57 +01:00
sneJ-
d04ebca2c4 MCOL-2068 - changed .back() into .rbegin() to be compileable in non C++11 environments 2019-01-16 15:06:08 +01:00
sneJ-
e60ac30017 MCOL-2068 - introduced basic parameter checks 2019-01-16 14:00:09 +01:00
sneJ-
d844382a09 MCOL-2068 - first try to add memory mgmt parameter to postConfigure - untested 2019-01-15 20:11:26 +01:00
Patrick LeBlanc
d75659aa90 Some changes to postConfigure to get hostname put in IPAddr field. 2018-11-20 15:53:52 -06:00
Patrick LeBlanc
cadfb0be92 Very speculative change to postConfigure. 99% sure it won't work. 2018-11-20 14:44:30 -06:00
Patrick LeBlanc
0f764ed741 MCOL-1607. WIP. Added the new option, no other change yet. 2018-11-20 10:49:05 -06:00
David Hill
3727203b8f MCOL-520 - remove sudo for checking gluster log 2018-11-07 10:13:00 -06:00
David Hill
142f04aeeb MCOL-520 - change to only do sudo change to rc.local for non-root amazon 2018-11-07 09:01:22 -06:00
David Hill
5dd8bbd634 MCOL-520 - moved mysql_upgrade to post-mysql-install 2018-11-06 12:10:51 -06:00
David Hill
cf181bb39a MCOL-520 - fix non-root cluster test issues 2018-11-03 17:38:17 -05: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
6c3b6cd470 MCOL-520 - fix um device name 2018-10-30 16:49:42 -05:00
David Hill
3e4b869a25 MCOL-520 - sudo testing amazon 2018-10-30 16:25:11 -05:00
David Hill
9a169e2395 MCOL-520 - chown sudo amazon 2018-10-30 10:25:34 -05:00
David Hill
a9920193f8 MCOL-520 - chown sudo amazon 2018-10-30 10:10:00 -05:00
David Hill
d13e63ecaa MCOL-520 - chown sudo amazon 2018-10-30 09:18:39 -05:00
David Hill
d4005120a6 MCOL-520 - chown sudo amazon 2018-10-30 08:55:42 -05:00
David Hill
a82b431ae6 MCOL-520 - amazon changes 2018-10-26 14:42:44 -05:00
David Hill
e6855c3221 MCOL-520 amazon changes 2018-10-26 09:10:45 -05:00
David Hill
d08fcfec30 MCOL-520 amazon changes 2018-10-25 15:40:38 -05:00
David Hill
3693e72977 MCOL-520 amazon changes 2018-10-25 14:30:03 -05:00
David Hill
2e2ef03602 MCOL-520 gluster changes 2018-10-24 14:17:16 -05:00