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

3637 Commits

Author SHA1 Message Date
David Hall
fd34320256 MCOL-2180 PDF moved up one directory 2019-03-06 12:22:35 -06:00
David Hall
ea911a118f MCOL-2180 Update UDAF docs 2019-03-06 12:19:03 -06:00
David Hall
5dff25e0a0 MCOL-2180 Update UDAF docs 2019-03-06 11:52:01 -06:00
Andrew Hutchings
39ca2bf705 Merge pull request #689 from zdrav1/dev_1_0_upp
MCOL-2151, added jemalloc dependency check in columnstoreClusterTester
2019-03-06 06:50:56 -05:00
Andrew Hutchings
b19d2bb7f0 Merge pull request #704 from mariadb-corporation/MCOL-1822-c
Mcol 1822 c
2019-03-06 06:48:00 -05:00
Andrew Hutchings
6ba299cccd Merge branch 'develop-1.2' into MCOL-1822-c 2019-03-06 06:47:46 -05:00
Andrew Hutchings
fa7b423306 Merge pull request #701 from pleblanc1976/mcol-1607-3
Tentative fix for the getsystemnetworkconfig cmd re mcol-1607.
2019-03-06 06:24:41 -05:00
Andrew Hutchings
e5758b794b Merge pull request #700 from mariadb-corporation/MCOL-901_2
MCOL-901 group_concat() uses only a subset of unique values
2019-03-06 06:21:42 -05:00
Andrew Hutchings
7d24f031c7 Merge pull request #699 from mariadb-corporation/MCOL-2165
MCOL-2165 This disables correlated subqueries processing in group_by_handler handing the query back to the server.
2019-03-06 06:19:33 -05:00
Roman Nozdrin
79aca9a285 MCOL-2160 MCOL-1883 RENAME now supports both '/' symbols in table names and
doesn't crash on multi-RENAME statements when non-alphanumeric
    chars are presented in table names.

    Replaced INFINIDB_DEBUG with MCS_DEBUG in ha_calpont_ddl.cpp

    Removed unused debug outputs.
2019-03-06 12:55:53 +03:00
David Hall
38d077d72f MCOL-1822 Change scanFlags back to bool (had changed to int for debugging) 2019-03-05 10:00:15 -06:00
David Hall
0ea4ccfe06 MCOL-1822 colWidth should be sizeof(long double), not hardcoded 16 2019-03-05 09:49:11 -06:00
David Hall
b7606139d7 MCOL-1822 Typo repair. Should be long double, not double 2019-03-05 09:45:34 -06:00
David Hall
3f2c753947 MCOL-1822-c final checkin 2019-03-05 09:33:39 -06:00
Ben Thompson
1aaaa1ce47 Forgot to reset SM_TRACE default 2019-03-04 12:05:48 -06:00
Ben Thompson
b3f8a5ed47 add SMLogging. 2019-03-04 11:41:25 -06:00
Patrick LeBlanc
c716b2afbf Tentative fix for the getsystemnetworkconfig cmd re mcol-1607. 2019-03-04 10:35:59 -06:00
David Hall
9e1cec56b1 MCOL-1822 finishing up use long double for SUM/AVG 2019-03-01 17:34:57 -06:00
Roman Nozdrin
947eaaef26 MCOL-901 group_concat() uses only a subset of unique values
b/c an incorrect number of key columns was used whilst
        initializing Eq() struct. The regression caused by
        changes made for MCOL-1829 so I revised the changes
        made. Now LimitedOrderBy::getKeyLength() returns an
        actual key columns count.
2019-03-02 02:01:41 +03:00
David Hall
cf056e42ac Merge branch 'develop-1.2' into MCOL-1822-c 2019-02-27 13:20:45 -06:00
David Hall
c654e8621e MCOL-1822 interim checkin 2019-02-27 13:09:37 -06:00
David Hall
8298ced9e1 MCOL-1822 Fix for DISTINCT 2019-02-25 16:07:59 -06:00
David Hall
a2aa4b8479 MCOL-1822 Intermediate checkin. DISTINCT not working. 2019-02-25 14:54:46 -06:00
Roman Nozdrin
eef813982c MCOL-2165 This disables correlated subqueries processing in group_by_nahdler
handing the query back to the server.
2019-02-22 19:04:45 +03:00
Patrick LeBlanc
2619aa8983 Added to the unit test
Effectively this is just a test of Config, to make sure it's
doing envvar substitutions & number suffix expansions right.
2019-02-21 16:27:22 -06:00
Patrick LeBlanc
402a49c27a Added 'k, m, g' suffix processing to Config class
Started writing the Cache class.  Mostly stubs right now.
2019-02-21 16:19:29 -06:00
Patrick LeBlanc
449702895b Added LocalStorage to the CloudStorage factory method. 2019-02-21 14:47:32 -06:00
Patrick LeBlanc
7088da9a54 Added the local storage stand-in for cloud ops.
Modded Config to allow using envvars.

Added a copyobject op to the cloudstorage base class.
2019-02-21 14:36:30 -06:00
Patrick LeBlanc
07cf1c08fa Added the beginning of a config file. 2019-02-20 08:35:54 -06:00
Andrew Hutchings
baf07211f9 Merge pull request #698 from drrtuy/MCOL-1101
MCOL-1101 Replace system variables with plugin variables where possible.
2019-02-19 10:48:56 +00:00
Roman Nozdrin
83f0e19894 Merge pull request #697 from mariadb-corporation/develop-merge-up-20190218
Merge develop-1.2 into develop
2019-02-18 19:05:15 +03:00
Andrew Hutchings
a95e7bf162 Fix VERSION file 2019-02-18 16:01:32 +00:00
Andrew Hutchings
a955b56f4d Merge branch 'develop-1.2' into develop-merge-up-20190218 2019-02-18 15:55:11 +00:00
Roman Nozdrin
06696f596a MCOL-1101 Add plugin variables to replace the legacy system vars.
Legacy system vars with names infinidb_* was preserved for
    backward compatibility and they will be used if
    columnstore_use_legacy_vars variable is set.

    Remove unused structure and plugin variable.
2019-02-18 16:13:50 +03:00
Patrick LeBlanc
3175573ade Added a basic config file, config class, and some stubs
for object storage functionality.
2019-02-15 15:02:14 -06:00
Patrick LeBlanc
b636340b43 Figured out how to make options to build the s3 lib stick.
No extra options are needed on the cmake cmdline now.

To build, however, specify 'make StorageManager' to avoid building
the entire AWS SDK.  We only need a small portion of that.
2019-02-15 10:35:46 -06:00
Patrick LeBlanc
795e6ed42b Added the aws s3 dependency. We want static linkage; currently
need to specify '-DBUILD_SHARED_LIBS=OFF' on the cmake cmdline.
Looking for a way to configure that automatically in our CMakeLists.txt
file.
2019-02-14 17:54:54 -06:00
Patrick LeBlanc
6b209fa551 Adding the aws sdk as a submodule. TBD whether this is the best
way to handle this dependency.
2019-02-14 16:22:30 -06:00
benthompson15
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
Andrew Hutchings
0e05e91eb6 Merge pull request #695 from pleblanc1976/mcol-1607-2
MCOL-1607.  Let postconfigure store hostnames in the configuration.
2019-02-14 17:21:48 +00:00
Ben Thompson
77c0d5e0b6 messed up file permission somehow. 2019-02-14 10:51:52 -06:00
Ben Thompson
83a6e77278 Logging to syslog instead of cout/printf 2019-02-14 10:50:22 -06: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
Andrew Hutchings
d4a5c2823b Merge branch 'develop-1.1' into develop-1.2-merge-up-20190214 2019-02-14 15:55:15 +00:00
benthompson15
827d6b5f2b Merge pull request #693 from mariadb-corporation/develop-1.1-merge-up-20190214
Merge develop-1.0 into develop-1.1
columnstore-1.1.7
2019-02-14 09:46:02 -06:00
Andrew Hutchings
159df155a7 Merge branch 'develop-1.0' into develop-1.1-merge-up-20190214 2019-02-14 14:15:07 +00:00
benthompson15
738e778719 Merge pull request #686 from mariadb-corporation/develop-1.1-merge-up-20190207
Merge develop-1.0 into develop-1.1
2019-02-13 17:00:18 -06:00
benthompson15
4e04d5e16b Merge pull request #692 from mariadb-corporation/bump-1.0.17
Bump version to 1.0.17
2019-02-13 16:37:09 -06:00
Andrew Hutchings
6205193845 Disable jemalloc on SLES 2019-02-13 21:50:44 +00:00
Andrew Hutchings
9c71f3d480 Bump version to 1.0.17 2019-02-13 21:23:08 +00:00