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

3637 Commits

Author SHA1 Message Date
David Hall
d30bf8dba1 MCOL-890 add logic to perform dictionary lookup for GROUP_CONCAT in the presence of COUNT(<same col>) 2017-08-29 14:01:18 -05:00
david hill
7e15f1c296 MCOL-892 - changed from using the flock command 2017-08-28 13:40:19 -05:00
david hill
6f66b0e0eb fix build issue, version variable is missing 2017-08-25 13:15:03 -05:00
David Hall
a623a2889b MCOL-890 add logic to perform dictionary lookup for GROUP_CONCAT in the presence of COUNT(<same col>) 2017-08-25 10:54:50 -05:00
david hill
80aff1477a MCOL-837 - removed change for partiion number 2017-08-23 13:57:13 -05:00
david hill
ce6317995c MCOL-837 - removed change for partiion number 2017-08-23 13:56:46 -05:00
david hill
37d1a16837 MCOL-765 - fix debian 9 nonroot issue with rc.local 2017-08-22 16:59:18 -05:00
david hill
92881b91bc MCOL-765 - fix debian 9 nonroot issue with rc.local 2017-08-22 16:59:00 -05:00
david hill
7aa4c98c89 change to look for packages versus gz file 2017-08-22 13:08:13 -05:00
david hill
3ba6c5e804 change to look for packages versus gz file 2017-08-22 13:07:45 -05:00
david hill
e21fc3df87 Merge pull request #244 from mariadb-corporation/MCOL-519-Fix
MCOL-519 Fixes
2017-08-21 16:48:37 -05:00
Ben Thompson
103640dd8a Fixes for prompt text and add/remove module logic 2017-08-19 00:54:23 -05:00
Ben Thompson
c2b8a555fc remove error return that was really a success 2017-08-19 00:53:17 -05:00
david hill
81c5183603 merge 1.0.11 to master 2017-08-18 20:34:15 -05:00
david hill
42d97be88e Update README.md
release update
columnstore-1.0.11
2017-08-18 14:08:08 -05:00
david hill
f1fbd42c57 Update README
release update
2017-08-18 14:07:29 -05:00
David.Hall
9bf7e0da69 Merge pull request #243 from mariadb-corporation/MCOL-879
MCOL-879 Fix QueryStats linking issues
2017-08-18 08:26:53 -05:00
Andrew Hutchings
401e257df3 MCOL-879 Fix QueryStats linking issues
With 1.1 we have removed libdrizzle and used MariaDB's client library
instead for both CrossEngine and QueryStats. Unfortunately MariaDB 10.2
has two client libraries which have different structs with the same
name. When QueryStats was running inside the ColumnStore plugin this
symbol conflict was causing a crash.

The server's built-in client API has several different and several
missing functions so some additions to sm.cpp were made to fill the
gaps.

This patch does the following:

* Make sure that libmariadb is only linked to executables, not the
ColumnStore Plugin (to avoid symbol conflicts). Note that all
executables that link to CrossEngine and/or QueryStats need to link to
libmariadb to avoid missing symbol issues.
* Use the server's built-in client API for QueryStats when run in the
plugin
* Replace missing server built-in client API calls in sm.cpp (this is
for QueryStats and CrossEngine to keep the dynamic linker happy)
* Fixes issue where using 'localhost' as the MariaDB Server hostname
would fail in QueryStats.
2017-08-18 10:16:52 +01:00
david hill
46f4b0cc84 Added a recursive to chown 2017-08-17 20:58:14 -05:00
david hill
602b7be509 Added a recursive to chown 2017-08-17 19:24:24 -05:00
david hill
3b627d43c2 Added a recursive to chown 2017-08-17 19:23:08 -05:00
david hill
0e142298e1 Added a recursive to chown 2017-08-17 18:15:12 -05:00
david hill
52b682c046 Added a recursive to chown 2017-08-17 18:14:46 -05:00
david hill
6cd2955c83 removed file not found error on module_installer 2017-08-17 16:50:39 -05:00
david hill
8fc3c5867d Merge branch 'develop' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into develop 2017-08-17 15:49:11 -05:00
david hill
362688f23c increase wait for initial login and tar command 2017-08-17 15:49:00 -05:00
david hill
eb7d229144 1.0.11 install stabilize fix 2017-08-17 15:44:56 -05:00
david hill
953e748790 1.0.11 install stabilize fix 2017-08-17 14:47:26 -05:00
David Hill
d9233bde49 moved CONFIGURE option to bottom of list 2017-08-15 20:41:26 +00:00
David Thompson
2ba53f0bef Merge pull request #242 from mariadb-corporation/MCOL-400
MCOL-400 remove the delayed keyword
2017-08-15 12:51:17 -07:00
david hill
4fe3678043 Merge branch 'develop' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into develop 2017-08-15 14:13:56 -05:00
david hill
7e67ceeba9 add libioa1 to debian 9 packages 2017-08-15 14:13:48 -05:00
david hill
03c66e983f add libioa1 to debian 9 packages 2017-08-15 14:13:26 -05:00
David Hall
9a20709031 MCOL-400 remove the delayed keyword 2017-08-15 14:09:15 -05:00
David Hall
83c850266b MCOL-400 remove the delayed keyword 2017-08-15 14:06:04 -05:00
david hill
c147cc67e5 MCOL-860 - remove comment to delete files from /tmp in post-install 2017-08-15 13:30:59 -05:00
david hill
1cae6db09d MCOL-860 - remove comment to delete files from /tmp in post-install 2017-08-15 13:29:50 -05:00
David.Hall
caf12cfe27 Merge pull request #241 from mariadb-corporation/MCOL-874
MCOL-874 StringStore Mk.3
2017-08-14 16:56:40 -05:00
david hill
7be37a5a64 MCOL-792 debian 9 support 2017-08-14 16:09:39 -05:00
david hill
ddc0a17924 MCOL-792 debian 9 support 2017-08-14 15:53:09 -05:00
Andrew Hutchings
3f040173d2 MCOL-874 StringStore Mk.3
StringStore as a vector of std::string had a performance regressions and
a rare crash.

This new version of StringStore restores the original StringStore with
the 64KB limitation and adds another vector to store strings that won't
fit into the small string storage.
2017-08-14 21:47:04 +01:00
david hill
ce8f8420b0 Update README.md
changed version
2017-08-14 13:44:23 -05:00
david hill
c2ed1fb336 Update README
change version
2017-08-14 13:43:48 -05:00
david hill
553c3d5f27 change default sendmsg to procmon status to API_FAILURE to prevent a run away loop that crashes procmon 2017-08-13 13:42:10 -05:00
david hill
f06d2e2231 fixed issue with startsystem aftre addmodule, procmon was crashing 2017-08-12 12:22:18 -05:00
david hill
d54a3f4aff Merge branch 'develop' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into develop 2017-08-11 15:19:59 -05:00
david hill
328baa46d9 non-root install rc.local fix 2017-08-11 15:19:51 -05:00
Ben Thompson
992c90eb21 Fix storage prompts in postConfigure 2017-08-11 15:18:27 -05:00
david hill
38f15a6cd8 Merge branch 'develop' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into develop 2017-08-11 14:43:20 -05:00
david hill
596ae61bdc fix EEpackage being incorrect on binayr install issue 2017-08-11 14:43:11 -05:00