1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-07 09:01:10 +03:00
Commit Graph

588 Commits

Author SHA1 Message Date
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
159317d2e3 MCOL-3534 Remove -n and -d from postConfigure msgs 2019-10-03 19:20:50 +00:00
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
8c207bf412 MCOL-3515 Remove distributed install
Non-distributed is now the only install method.
2019-09-24 12:02:10 +01:00
24e1c3ff2d Merge pull request #855 from mariadb-corporation/move-etc
Move config files
2019-09-09 15:54:30 -05:00
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
b658080f06 Merge pull request #854 from mariadb-corporation/remove-vpj
Remove vpj files
2019-09-06 10:01:52 -05:00
3fef0f21d3 Remove vpj files
They shouldn't be here
2019-09-05 17:38:03 +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
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
fbdf1a5308 Merge branch 'develop' into S3-project 2019-08-14 15:37:14 -05:00
6cdca1330b Merge pull request #808 from mariadb-corporation/develop-merge-up-20190729
Merge develop-1.2 into develop
2019-08-13 11:55:22 +03:00
a09a9d5d0f Mass substitution 'Corporaton' -> 'Corporation' 2019-08-07 14:43:25 -05:00
295c638c18 Merge branch 'develop' into S3-project 2019-08-05 16:34:45 -05:00
811909aa72 Merge branch 'develop-1.2' into develop-merge-up-20190729 2019-07-29 12:19:26 +01:00
7aa0643428 MCOL-2224 Trivial Fix. Change help message 2019-06-27 10:43:48 -05:00
bda9a5aa50 Merge pull request #791 from jmrojas2332/MCOL-1598
MCOL-1598 Fix console output "System Catalog Successfull installed"
2019-06-25 14:30:34 +01:00
755efb3dfb MCOL-2102 Set CrossEngineSupport Port number when setting MySQLPort via postConfigure -port 2019-06-24 13:21:55 -05:00
4e6e0ccc5f Fix console output "System Catalog Successfull installed" 2019-06-23 15:06:22 -05:00
366cd406ba Cleaned up the diff vs S3-project. 2019-06-12 10:00:11 -05:00
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
6193d2cda2 Made mcsadmin and postConfigure print a warning if SKIP_OAM_INIT is set. 2019-06-10 08:10:10 -05:00
ee6575b013 Merge branch 'develop-1.1' into develop-1.2-merge-up-20190514 2019-05-14 14:26:41 +01:00
020b211bb7 Merge branch 'develop-1.2' into develop-merge-up-20190514 2019-05-14 13:58:33 +01:00
3c89a4bba4 MCOL-537 Preprocessor if blocks with pragmas now have else branch.
DMLProc exits on setupCwd failure.
2019-05-09 20:25:21 +03:00
b2436502cb MCOL-537 Enabled -Wno-unused-result for OAM code.
Fixed pragmas that disables compilation checks.

    DDLProc now returns an error if it couldn't cwd.

    Use either auto_ptr or unique_ptr depending on GCC version.
2019-05-08 19:44:01 +03:00
be83194c31 MCOL-2273 Improve disk usage reporting
Use the amount of available space rather than the amount of free space.
The two numbers are usually different because the free blocks may be
unusable at the time.
2019-05-02 10:32:49 +01:00
9dc33c4e82 Another try to cope with warnings under gcc 8.2. 2019-04-29 11:05:03 +03:00
cbbf267e88 MCOL-537, cleanup compiler warnings. Checkpointing a bunch of fixes.
Work in progress...
2019-04-29 10:56:48 +03:00
515b93cc3d remove faulty test code 2019-04-29 01:28:54 -05:00
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
e078d701f3 Merge pull request #733 from kabike/develop-1.1-fix-typo
Fix typo in postConfigure's storage configuration section.
2019-04-16 14:44:51 +03:00
4e72b1f2d9 fix typo in postConfigure 2019-04-16 09:31:49 +08:00
973edf5a87 MCOL-2100 Don't print the line "redistributeData must have one of START, STOP or STATUS" if it has one. 2019-03-06 13:29:50 -06:00
c716b2afbf Tentative fix for the getsystemnetworkconfig cmd re mcol-1607. 2019-03-04 10:35:59 -06:00
e849af0ce6 Merge pull request #694 from mariadb-corporation/develop-1.2-merge-up-20190214
Merge develop-1.1 into develop-1.2
2019-02-14 15:25:09 -06:00
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
d4a5c2823b Merge branch 'develop-1.1' into develop-1.2-merge-up-20190214 2019-02-14 15:55:15 +00:00
bf4a215cc8 MCOL-2001 make redistribute parameters case insensitive. 2019-02-04 12:32:04 -06:00
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
098e49bd01 MCOL-2001 Make the parameters for redistribute case insensitive 2019-01-23 10:29:12 -06:00
17a446c37c MCOL-2068 - string comparison fixed 2019-01-17 12:23:59 +01:00
573a740e8a MCOL-2068 typo 2019-01-16 21:08:12 +01:00
2c5b65294c MCOL-2068 typo fixed 2019-01-16 20:45:14 +01:00
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
fdc9f55840 MCOL-2068 - next try 2019-01-16 16:15:32 +01:00
0689ec1b5b MCOL-2068 maybe the pointer helps 2019-01-16 15:43:57 +01:00
d04ebca2c4 MCOL-2068 - changed .back() into .rbegin() to be compileable in non C++11 environments 2019-01-16 15:06:08 +01:00
e60ac30017 MCOL-2068 - introduced basic parameter checks 2019-01-16 14:00:09 +01:00
d844382a09 MCOL-2068 - first try to add memory mgmt parameter to postConfigure - untested 2019-01-15 20:11:26 +01:00