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

2546 Commits

Author SHA1 Message Date
David Hill
ba897f0e34 MCOL-105 - change suse boost-devel package check, add back in 1.1 changes 2017-02-17 09:46:42 -06:00
David Hill
2525e8e855 MCOL-105 - change suse boost-devel package check, add back in 1.1 changes 2017-02-17 09:46:42 -06:00
David Hill
1072d0abf8 MCOL-105 - change suse boost-devel package check 2017-02-17 09:46:42 -06:00
david
aa9a158ed5 MCOL-105 - add suse boost-devel package check 2017-02-17 09:46:42 -06:00
Ben Thompson
4f8e3b0f6e MCOL-468: remove slave-skip-errors=all from default settings 2017-02-17 09:46:42 -06:00
David Hill
3ee6888506 MCOL-509 - changed to check user to determine non-root 2017-02-15 10:05:27 -06:00
david hill
cf7c18944f Merge pull request #123 from jbfavre/make_packages_management_optional
Make packages management optional
2017-02-14 16:22:38 -06:00
David Hill
7e8c97f65d MCOL-509 - add columnstore startup script, used in buildbot 2017-02-14 15:21:31 -06:00
David Hill
875718866e MCOL-509 - added back the end of command check with additional option 2017-02-14 13:56:45 -06:00
David Hill
ee2c5bbe9a MCOL-509 - fix issue in post-install when run as sudo user 2017-02-13 15:18:49 -06:00
David Hill
f6ff598905 MCOL-567 - added sudo to systemctl calls 2017-02-13 14:18:41 -06:00
David Hill
e35be80f8c MCOL-566 - remove expect wait for command line prompt- removed 3 more 2017-02-13 14:01:31 -06:00
David Hall
e09b7e10c5 MCOL-513 Threadpool to unlimited threads when queuesize = 0. Idle down after 10 minutes 2017-02-13 11:56:28 -06:00
David Hill
da880f5d97 MCOL-566 - remove expect wait for command line prompt 2017-02-13 10:49:09 -06:00
Jean Baptiste Favre
6abd4a50a5 Update except scripts to respect new '-m' option from postConfigure 2017-02-13 15:43:01 +01:00
Jean Baptiste Favre
429c46d3da Add new command line option '-m' to postConfigure. Makes packages management by postConfigure optional 2017-02-13 15:42:22 +01:00
David Hall
c2344accc9 MCOL-513 clean up and test thread pool for ExeMgr 2017-02-09 18:00:00 -06:00
David Hall
29785cf202 MCOL-480 remove the annoying warning log message. This code path is normal and shouldn't log anyything. 2017-02-09 18:00:00 -06:00
David Hill
5413ea56af buildbot kickoff test 2017-02-09 18:00:00 -06:00
david hill
1305264777 buildbot check test 2017-02-09 18:00:00 -06:00
Andrew Hutchings
5cd07838f0 MCOL-317 fix RPM building
Removed lib needs to be removed from RPM file list too
2017-02-09 18:00:00 -06:00
Andrew Hutchings
00adccdcaa MCOL-317 Fix out of tree builds
Make linking with libmysqlclient work with out of tree builds
2017-02-09 18:00:00 -06:00
Andrew Hutchings
106a62222c MCOL-533 Add lock to table_usage
Calling from multiple connections simultaneously is bad. This adds a
lock preventing that.
2017-02-09 18:00:00 -06:00
david hill
4b2b83acd9 no change, buildbot test check-in 2017-02-09 18:00:00 -06:00
Andrew Hutchings
854a07f7b2 MCOL-533 fix the table_usage() procedure
The old procedure could be wildly incorrect when there were multiple
extents for a dictionary column.

The new one uses tables so that columnstore_files doesn't get
hammered too hard. They can't be temporary tables due to the reuse
restriction on temporary tables.
2017-02-09 18:00:00 -06:00
david hill
95e76a8e26 commit from develop, MCOL-455, MCOL-527, AND MCOL-528 2017-02-09 18:00:00 -06:00
Andrew Hutchings
babaac8172 MCOL-317 Remove libdrizzle
This switches to MariaDB's client library instead of libdrizzle for
Cross Engine and query stats.

It also switches to unbuffered result sets.
2017-02-09 17:58:54 -06:00
david hill
371afbcf4b Merge pull request #108 from mariadb-corporation/MCOL-468
MCOL-468: remove slave-skip-errors=all from default settings
2017-02-09 16:53:45 -06:00
David Hill
91003a92b2 MCOL-105 - change suse boost-devel package check, add back in 1.1 changes 2017-02-09 16:18:12 -06:00
David Hill
efdf6e65b9 MCOL-105 - change suse boost-devel package check, add back in 1.1 changes 2017-02-09 16:05:56 -06:00
David Hill
dd3c760f5c MCOL-105 - change suse boost-devel package check 2017-02-09 15:44:31 -06:00
David Hill
03aa2f3a7f MCOL-105 - change suse boost-devel package check 2017-02-09 15:24:14 -06:00
david
dc67f19bf0 MCOL-105 - add suse boost-devel package check 2017-02-09 15:29:44 +00:00
david
37bcf90336 MCOL-105 - add suse boost-devel package check 2017-02-09 15:29:07 +00:00
Andrew Hutchings
739f61a1ef MCOL-553 Error if we can't set file limits
Especially for non-root installs. Otherwise we could be in for some pain
later...
2017-02-08 17:13:30 +00:00
David Hall
23c653d6c4 MCOL-480 remove the annoying warning log message. This code path is normal and shouldn't log anyything. 2017-02-06 12:05:49 -06:00
David Hill
4967c5a6d8 buildbot kickoff test 2017-02-06 08:32:33 -06:00
David Hall
55d006de1a MCOL-513 use thread pool for jobsteps 2017-02-03 15:25:21 -06:00
david hill
d50c7c7cab commit from develop, MCOL-455, MCOL-527, AND MCOL-528 2017-02-03 15:25:21 -06:00
David Hall
8cf3a00465 MCOL-1 whitespace fix 2017-02-03 15:22:59 -06:00
David Hall
61648c50ea MCOL-1 use getSystemSuspended() rather than is ReadWrite() to determine if system writes are suspended.
Add REMOVE documentation to help file.
2017-02-03 15:22:59 -06:00
Andrew Hutchings
12af41ebe5 Fix RPM/DEB dependencies 2017-02-03 15:22:59 -06:00
Andrew Hutchings
186ce365eb MCOL-318 Use OS version of Snappy
This patch strips out our old version of Snappy and uses the OS version
instead. All our supported OSes have the latest version of Snappy in
their base repositories.
2017-02-03 15:22:59 -06:00
David Hall
94b9d8aed2 MCOL-513 Optimize by replacing make_pair with a struct 2017-02-02 11:45:04 -06:00
David Hall
b6321935fb MCOL-513 fix a couple bugs in threadpool join() Add a test program 2017-02-02 11:32:56 -06:00
David Hall
c4742b8363 MCOL-513 Modify ThreadPool to have a join() method 2017-02-02 11:32:40 -06:00
david hill
70e5597feb buildbot check test 2017-02-01 16:49:45 -06:00
benthompson15
3cfa6c6baf Merge pull request #116 from mariadb-corporation/MCOL-317-package
MCOL-317 fix RPM building
2017-01-26 11:20:11 -06:00
Andrew Hutchings
3e7ef49ea8 MCOL-317 fix RPM building
Removed lib needs to be removed from RPM file list too
2017-01-26 16:20:45 +00:00
benthompson15
31ffbe58ba Merge pull request #115 from mariadb-corporation/MCOL-317-oot
MCOL-317 Fix out of tree builds
2017-01-25 15:34:43 -06:00