Andrew Hutchings
a347a8f5aa
Merge branch 'develop-1.1' into develop
2017-10-30 10:29:30 +00:00
david hill
2d8439c95b
add alias note on failed scenerio
2017-10-26 14:11:25 -05:00
Andrew Hutchings
01446d1e22
Reformat all code to coding standard
2017-10-26 17:18:17 +01:00
benthompson15
3f7aa93585
Merge branch 'develop-1.1' into DataRedundancy-MCOLs
2017-10-26 09:03:19 -05:00
benthompson15
a1c82cb2b7
Merge pull request #299 from mariadb-corporation/mcol-667
...
Mcol 667
2017-10-25 15:59:42 -05:00
david hill
1360de6b9c
print alias info on failed startups
2017-10-25 13:06:58 -05:00
david hill
ca1f85cd05
fix rc.local amazon issue
2017-10-25 10:16:08 -05:00
david hill
1601d6fd96
mcol-667 changes for non-root
2017-10-24 16:16:50 -05:00
david hill
44736966e1
mcol-667 - change from using bashrc to profile files
2017-10-24 10:11:55 -05:00
david hill
9d0bb3174b
mcol-943
2017-10-20 16:40:00 -05:00
david hill
5c34be958b
mcol-943
2017-10-19 15:48:39 -05:00
david hill
e05683c7ca
mcol-953 - fixed non-root user - use root user
2017-10-18 15:53:40 -05:00
david hill
7a0e0f629b
MCOL-943 non-root changes
2017-10-18 14:33:34 -05:00
root
fa49afa2a5
MCOL-943
2017-10-18 09:43:41 -05:00
Ben Thompson
5e367098a9
MCOL-916: Fix for failovers when dbroots cannot be simply swapped between standby and parent modules. MCOL-913: Prevent distribute config file logging errors. MCOL-915 Improve mcsadmin output for removeModule command when using DataRedundancy. MCOL-928: fix for postConfigure not detecting gluster is installed in Debain9.1.
2017-10-13 17:12:52 -05:00
david hill
92e42e924b
change install scripts on how to handle password/ssh-key
2017-09-14 17:02:25 -05:00
Ben Thompson
36b6609936
did not comment out the sudo command
2017-09-13 17:33:20 -05:00
Ben Thompson
234810905d
Set storage uid gid in nonroot installs
2017-09-13 17:12:36 -05:00
Ben Thompson
7035273ed7
undo sudo for mkdir command
2017-09-13 16:42:56 -05:00
david hill
d5a3cf1cf6
MCOL-837 - commented out check for FilesPerColumnPartition
2017-09-13 10:50:33 -05:00
david hill
217414b333
MCOL-837 - commented out check for FilesPerColumnPartition
2017-09-13 10:50:11 -05:00
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
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
david hill
7ec0a27a12
MCOL-750 - fix install failures - timing issues
2017-08-10 17:00:59 -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
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