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

437 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
benthompson15
24e1c3ff2d Merge pull request #855 from mariadb-corporation/move-etc
Move config files
2019-09-09 15:54:30 -05: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
benthompson15
b658080f06 Merge pull request #854 from mariadb-corporation/remove-vpj
Remove vpj files
2019-09-06 10:01:52 -05:00
Andrew Hutchings
3fef0f21d3 Remove vpj files
They shouldn't be here
2019-09-05 17:38:03 +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
Roman Nozdrin
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
Patrick LeBlanc
a09a9d5d0f Mass substitution 'Corporaton' -> 'Corporation' 2019-08-07 14:43:25 -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
7aa0643428 MCOL-2224 Trivial Fix. Change help message 2019-06-27 10:43:48 -05:00
Andrew Hutchings
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
jmrojas2332
755efb3dfb MCOL-2102 Set CrossEngineSupport Port number when setting MySQLPort via postConfigure -port 2019-06-24 13:21:55 -05:00
jmrojas2332
4e6e0ccc5f Fix console output "System Catalog Successfull installed" 2019-06-23 15:06:22 -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
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
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-
17a446c37c MCOL-2068 - string comparison fixed 2019-01-17 12:23:59 +01:00
sneJ-
573a740e8a MCOL-2068 typo 2019-01-16 21:08:12 +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
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
43e6cd65b0 Merge branch 'develop' into mcol-1607 2018-11-27 09:12:18 -06:00
David Hall
c3477fe243 Merge branch 'develop' into MCOL-1793 2018-11-23 12:43:17 -06:00
David Hall
176ef2f2c1 MCOL-1793 Add udafContext to the copy constructor of WindowFunctionColumn. 2018-11-23 12:42:29 -06:00
Andrew Hutchings
1834b64de8 Merge branch 'develop-1.1' into 1.1-merge-up-2018-11-23 2018-11-23 11:45:17 +00: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
Patrick LeBlanc
65779c7d83 MCOL-1844. Preserve user-added args in 'myCnf-include-args.text' across upgrades.
Conflicts:
	oamapps/postConfigure/mycnfUpgrade.cpp
2018-11-14 17:31:51 -06:00
Patrick LeBlanc
5fd94e1438 MCOL-1844. Preserve user-added args in 'myCnf-include-args.text' across upgrades. 2018-11-14 17:15:14 -06:00
David Hill
3727203b8f MCOL-520 - remove sudo for checking gluster log 2018-11-07 10:13:00 -06:00