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
Andrew Hutchings
67121aab81
MCOL-317 Fix out of tree builds
...
Make linking with libmysqlclient work with out of tree builds
2017-01-25 21:32:11 +00:00
dhall-InfiniDB
d50007b61d
Merge pull request #114 from mariadb-corporation/MCOL-533-locks
...
MCOL-533 Add lock to table_usage
2017-01-25 14:25:22 -06:00
Andrew Hutchings
38bf720db4
MCOL-533 Add lock to table_usage
...
Calling from multiple connections simultaneously is bad. This adds a
lock preventing that.
2017-01-25 19:34:46 +00:00
benthompson15
b9458183eb
Merge pull request #95 from mariadb-corporation/MCOL-317
...
MCOL-317 Remove libdrizzle
2017-01-25 13:18:08 -06:00
david hill
43c2c233fe
no change, buildbot test check-in
2017-01-25 12:28:20 -06:00
David Hall
e2d66222cd
MCOL-513 Use threadpool for FEMsgHandler
2017-01-25 10:39:03 -06:00
dhall-InfiniDB
54a701814d
Merge pull request #113 from mariadb-corporation/MCOL-533
...
MCOL-533 fix the table_usage() procedure
2017-01-25 09:26:55 -06:00
Andrew Hutchings
b37d0f43f5
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-01-25 11:03:03 +00:00
David Hall
892906d40b
MCOL-513 Use threadpool for session threads
2017-01-24 16:27:11 -06:00