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

657 Commits

Author SHA1 Message Date
david hill
f6f15028a8 fixed amazon install issues 2017-09-12 14:31:29 -05:00
david hill
e4aa86e528 fixed module _installer code issue 2017-09-12 09:08:55 -05:00
david hill
5df01f749b fixed amazon install issues 2017-09-11 17:36:55 -05:00
david hill
53a604ce6d added sudo to runuser non-root startup 2017-09-11 13:17:55 -05:00
Ben Thompson
dbbfb84ea4 removeModule fixes, check for glusterd in postConfigure, fix glusterUnassign failure logging. 2017-09-07 14:59:47 -05:00
David Hill
9827bd8040 MCOL-892: backed out changes for this fix, leave the flock for logs 2017-08-29 16:12:45 -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 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
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
Ben Thompson
103640dd8a Fixes for prompt text and add/remove module logic 2017-08-19 00:54:23 -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
Ben Thompson
992c90eb21 Fix storage prompts in postConfigure 2017-08-11 15:18:27 -05:00
david hill
596ae61bdc fix EEpackage being incorrect on binayr install issue 2017-08-11 14:43:11 -05:00
david hill
a78db0f021 Merge pull request #237 from mariadb-corporation/MCOL-519-Fixes
Mcol 519 fixes
2017-08-11 09:33:21 -05:00
Ben Thompson
ace37e882f Fixes for user inputs and brick setup 2017-08-11 01:45:44 -05:00
Ben Thompson
3504b8df61 Remove storage type output for data redundancy configuration in mcsadmin 2017-08-11 01:16:31 -05:00
Ben Thompson
70b61444e2 change GlusterConfig to DataRedundancyConfig in configuration file 2017-08-11 01:05:50 -05:00
david hill
7ec0a27a12 MCOL-750 - fix install failures - timing issues 2017-08-10 17:00:59 -05:00
David Hill
76fb89c13f Merge branch 'develop' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into develop 2017-08-09 16:01:38 -05:00
David Hill
42867bc8ad MCOL-850 - merged from develop-1.0 2017-08-09 16:01:20 -05:00
david hill
6ed975d818 MCOL-850 - merged from develop-1.0 2017-08-09 15:59:43 -05:00
Andrew Hutchings
3330495a2e MCOL-777 Cleanup source
Clean out autotools and some other things from the source tree.
2017-08-07 15:59:56 +01:00
david hill
194993328e MCOL-850 2017-08-07 08:59:49 -05:00
david hill
06e174723a Merge pull request #209 from mariadb-corporation/MCOL-519
MCOL-519
2017-08-04 16:12:37 -05:00
david hill
73d1dcde4a MCOL-850 2017-08-03 09:46:36 -05:00
David Hill
fd018011a7 MCOL-715 - merged fix from 1.0.10 2017-07-27 10:53:55 -05:00
David Hill
67e8cb5bfc MCOL-815 - MERGED CODE FROM 1.0.10 2017-07-27 10:40:58 -05:00
Ben Thompson
338b037c95 Missed some prompts that refer to glusterfs 2017-07-25 16:41:23 -05:00
Ben Thompson
47259e6edb Remove GlusterFS from user prompts 2017-07-25 16:37:58 -05:00
david hill
93794c9c3f MCOL-814 - more changes for failover query handling 2017-07-24 10:09:04 -05:00
david hill
1b43cc8d4e MCOL-814 - amazon chnages for failover and query testing 2017-07-20 17:27:23 -05:00
Ben Thompson
7ec2a244ef Add data redundancy feature. 2017-07-20 10:01:39 -05:00
david hill
3501c1a17a MCOL-811 - removed the preuninstall and added check for binary on the post-install 2017-07-12 09:52:28 -05:00
david hill
d490803784 MCOL-811 - change to only call syslogSetup once and have it only restart the service once 2017-07-11 13:54:57 -05:00
david hill
47fb014be3 MCOL-626 2017-07-06 03:26:45 -05:00
david hill
e3ba11cdbf MCOL-626 2017-07-06 03:25:24 -05:00
david hill
94ca63fe11 MCOL-715 - fixed um storage type setup 2017-07-05 06:48:39 -05:00
david hill
3bb347679a MCOL-715 - fixed um storage type setup 2017-07-05 06:44:20 -05:00
david hill
9f475233a4 MCOL-770 2017-06-28 16:11:24 -05:00
david hill
d9a1e1204d MCOL-770 - changes for amazon install 2017-06-28 16:03:34 -05:00
david hill
679ca67e4c MCOL-770 - changes for amazon 2017-06-27 09:49:42 -05:00
david hill
f709a00b81 MCOL-770 - change the distubute install 2017-06-22 14:37:28 -05:00
david hill
9729e88c81 MCOL-770 - remove password need in addmodule 2017-06-22 10:32:33 -05:00
david hill
743fec5c5e MCOL-770 2017-06-21 16:21:59 -05:00
david hill
0599b7c3e9 mcol770 2017-06-19 15:32:48 -05:00
david hill
57c2b16c16 MCOL-702 / MCOL-368 - changed from builder to whoami 2017-06-09 09:28:02 -05:00
david hill
3e1bdfb1e9 MCOL-628 fix non-root disk, hardcoded path issue 2017-06-07 15:09:09 -05:00