1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-21 11:33:43 +03:00
Commit Graph

211 Commits

Author SHA1 Message Date
david hill
bd5daf240b MCOL-1137-fixed issue with no slaves 2018-01-24 16:43:23 -06:00
david hill
dfb5aa41c6 MCOL-1137-fixed issue with no slaves 2018-01-24 16:39:24 -06:00
benthompson15
3748036772 Merge pull request #371 from mariadb-corporation/1.1-merge-up-20180118
1.1 merge up 20180118
2018-01-19 12:19:42 -06:00
david hill
c56555e9fe MCOL-1137 - fixed master/slave setup after failvover 2018-01-18 17:14:14 -06:00
Andrew Hutchings
5d9f9c819b Merge branch 'develop-1.0' into 1.1-merge-up-20180118 2018-01-18 16:28:08 +00:00
benthompson15
9b35056c96 Merge pull request #358 from mariadb-corporation/MCOL-1149
MCOL-1149 - add a main resume flag
2018-01-10 12:51:12 -06:00
David Hall
1ffeda44d6 MCOL-962 Add mcsSystemReady(), mcsSystemReadOnly() and mcsWritesSuspended() 2018-01-10 12:17:57 -06:00
david hill
44989fbd74 MCOL-1149 - add a main resume flag 2018-01-10 11:41:44 -06:00
Andrew Hutchings
c31c836352 MCOL-1085 Add crash dump to daemons
This patch adds an automated crash dump which logs in
/var/log/mariadb/columnstore/trace/ when one of the ColumnStore daemons
crashes.
2018-01-03 09:20:09 +00:00
Roman Nozdrin
bea47cc657 MCOL-939 Moved columnstore version information to columnstoreversion.h for 1.1.X 2017-12-12 22:53:33 +03:00
david hill
eff7d499ec MCOL-942 - backported mysql rep fixes from 1.1 2017-11-28 13:19:28 -06:00
Andrew Hutchings
932819ba23 Merge branch 'develop-1.1' into merge-up-dev 2017-11-24 11:10:09 +02:00
david hill
a5038cd79b fix added in um module for mysqlrep 2017-11-16 08:48:01 -06:00
david hill
4f63212145 mcol-1009 and mcol-1014 2017-11-06 17:46:07 -06:00
david hill
f9bdec3225 MCOL-943 - change to use defauly mysql password logic, reading from the .my.cnf file. changesfrom defaults-file to defulats-extra-file 2017-11-02 16:32:38 -05:00
david hill
6277371669 MCOL-938 - fixed server-id setup on combo systems 2017-10-30 13:42:31 -05:00
Andrew Hutchings
a347a8f5aa Merge branch 'develop-1.1' into develop 2017-10-30 10:29:30 +00:00
david hill
af35345273 mcol-938 - fixed pm server ids 2017-10-26 17:38:25 -05:00
Andrew Hutchings
01446d1e22 Reformat all code to coding standard 2017-10-26 17:18:17 +01:00
david hill
8706f0a9ef MCOL-938 2017-10-23 15:04:56 -05:00
david hill
58a77b708c MCOL-938 2017-10-23 14:50:43 -05:00
david hill
5c34be958b mcol-943 2017-10-19 15:48:39 -05:00
david hill
d4f49a5014 mcol-943 - fixed a read error log 2017-10-18 16:54:03 -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
david hill
acb2d5dd35 add volume status log 2017-09-15 12:58:49 -05:00
david hill
f6f15028a8 fixed amazon install issues 2017-09-12 14:31:29 -05:00
Ben Thompson
e75afd3b8f Fix non-root gluster commands and undo change in processmonitor that was not meant to be checked in. 2017-09-11 17:08:12 -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
b492371534 MCOL-892 2017-08-30 14:04:29 -05:00
david hill
7e15f1c296 MCOL-892 - changed from using the flock command 2017-08-28 13:40:19 -05:00
Ben Thompson
c2b8a555fc remove error return that was really a success 2017-08-19 00:53:17 -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
70b61444e2 change GlusterConfig to DataRedundancyConfig in configuration file 2017-08-11 01:05:50 -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
06e174723a Merge pull request #209 from mariadb-corporation/MCOL-519
MCOL-519
2017-08-04 16:12:37 -05:00
Ben Thompson
90a04235eb handle glusterAssign/glusterUnassign in cases where device is already mounted or not mounted yet 2017-08-03 11:01:47 -05:00
David Hill
f17c2e1820 MCOL-787 - merged code from 1.0.10 2017-07-27 10:26:43 -05:00
david hill
26ac4aa31c mcol-833 - merge code from 1.0 for missing file fix 2017-07-26 15:03:52 -05:00
david hill
655660c6af add log to output status 2017-07-25 11:57:16 -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
6a0bceaa9b MCOL-787 - add checks before dbbuilder 7 2017-07-19 09:49:31 -05:00
david hill
712c2ed90f MCOL-770 - more amazon related changes 2017-06-29 14:41:17 -05:00
david hill
d9a1e1204d MCOL-770 - changes for amazon install 2017-06-28 16:03:34 -05:00
david hill
a984bb8793 MCOL-770 - rc.local update 2017-06-23 15:36:59 -05:00
david hill
1a387ce5e6 MCOL-770 2017-06-22 17:14:40 -05:00
david hill
f709a00b81 MCOL-770 - change the distubute install 2017-06-22 14:37:28 -05:00
david hill
743fec5c5e MCOL-770 2017-06-21 16:21:59 -05:00
david hill
98a9a09f67 mcol-770 2017-06-20 11:22:40 -05:00