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

927 Commits

Author SHA1 Message Date
David Hall
5f828fbc36 MCOL-480 remove the annoying warning log message. This code path is normal and shouldn't log anyything. 2017-03-14 14:29:11 -05:00
david hill
3b3b92c3d5 removed sudo from sysylogSetup to fix issue with rsyslog.ver being root user 2017-03-14 14:11:02 -05:00
david hill
eaa1374ea2 remove checkSystemRunning - system reported down log 2017-03-14 13:57:48 -05:00
david hill
c34f9d8005 change for nonroot log to be 777, problem with alarm locking file 2017-03-14 10:41:32 -05:00
david hill
7d8dd96de2 backed out previous change of permissions 2017-03-14 10:39:03 -05:00
david hill
9d82a3e0a3 MCOL-617 - change permissions on alarm files, issue on non-root install with lock errors 2017-03-14 09:18:02 -05:00
david hill
e527d7963a remove the checkSystemRunning - system reported down msg 2017-03-14 09:11:40 -05:00
david hill
2d8797f2bd change snmpmanager to alarmmanager 2017-03-14 09:07:23 -05:00
david hill
52e499dde4 MCOL-617 2017-03-13 17:00:11 -05:00
david hill
f0ded2ea25 MCOL-617 2017-03-13 16:59:35 -05:00
david hill
253cb5b015 MCOL-617 - fix binary package type 2017-03-13 10:47:33 -05:00
david hill
3735c728dd MCOL-617 - removed the mysqlrep call on removeModule 2017-03-10 16:10:48 -06:00
david hill
4d70828232 change for ubuntu deb package install for addmodule 2017-03-10 14:40:18 -06:00
david hill
2b974063cc MCOL-617 - removed a sleep and change lower timeouts 2017-03-10 14:39:25 -06:00
David Hill
dcbcdcf6ba MCOL-617, change how the debian packages is installed remotely 2017-03-09 16:51:52 -06:00
benthompson15
25a232e43e Merge pull request #135 from mariadb-corporation/MCOL-613
MCOL-613 - add check for pm1 upgrade
2017-03-09 15:07:30 -06:00
David Hill
3e3b776fe6 MCOL-613 - change to check for multiple ip address matches 2017-03-09 15:03:02 -06:00
David Hill
24d42b72bf add missing fi 2017-03-08 17:02:32 -06:00
David Hill
f5274d1f9c fix compile bug 2017-03-08 15:03:13 -06:00
Andrew Hutchings
a7da7044c7 Merge pull request #136 from mariadb-corporation/MCOL-607
MCOL-604 and MCOL-607 - change the chmod from 777 to 755
2017-03-08 20:40:17 +00:00
David Hill
98d7434d97 MCOL-604 and MCOL-607, undone some previous changes per review 2017-03-08 14:25:48 -06:00
David Hill
620cdc4264 MCOL-604 and MCOL-607, undone some precious changes per review 2017-03-08 13:16:55 -06:00
David Hill
5cbc67c9c6 MCOL-604 and MCOL-607, undone some precious changes per review 2017-03-08 11:42:15 -06:00
David Hill
37c0df2505 MCOL-604 and MCOL-607 - change the chmod from 777 to 755 2017-03-08 10:57:29 -06:00
David Hill
689022bb22 MCOL-613 - add check for pm1 upgrade 2017-03-08 10:23:44 -06:00
David Hill
cf98559f98 update version 2017-03-08 09:56:43 -06:00
dhall-InfiniDB
c5099ab512 Merge pull request #134 from mariadb-corporation/MCOL-611
MCOL-611 backport of MCOL-353 Fix lag at end of cpimport
2017-03-07 16:04:15 -06:00
dhall-InfiniDB
c12b587d0d Merge pull request #133 from mariadb-corporation/MCOL-605-1.0
MCOL-605 limit connections for I_S table
2017-03-07 16:01:20 -06:00
dhall-InfiniDB
3f3020a0e0 Merge pull request #132 from mariadb-corporation/MCOL-533-1.0
Mcol 533 1.0
2017-03-07 15:58:27 -06:00
Andrew Hutchings
82c383ac20 MCOL-353 Fix lag at end of cpimport
The end of a cpimport adds a delay which is 1 second multiplied by the
number of PMs. This in-turn is multipled up with the number of
connections/threads causing a long delay when you have several PMs.

The delay is not required as we already have a 20ms delay and we will
re-enter the recv() if there is no data and we are still connected.
2017-03-07 21:29:39 +00:00
Andrew Hutchings
b55c526a5d MCOL-605 limit connections for I_S table
I_S.COLUMNSTORE_FILES now caches a connection per dbroot instead of
using a connection per file.
2017-03-07 21:16:41 +00:00
Andrew Hutchings
052f8d0249 MCOL-533 fix units for table_usage
The fix for MCOL-533 accidentally removed units processing
2017-03-07 21:10:47 +00:00
Andrew Hutchings
e9c5d86c15 MCOL-533 Add lock to table_usage
Calling from multiple connections simultaneously is bad. This adds a
lock preventing that.
2017-03-07 21:10:00 +00:00
Andrew Hutchings
9985bb0647 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-03-07 21:09:29 +00:00
david hill
c725ead5d4 ubuntu 14 fix 2017-03-07 12:32:09 -06:00
David Hill
a3517e5965 fix issue with ubuntu 14 non-root install 2017-03-07 10:00:24 -06:00
David Hill
b4061cd4cc MCOL-552 2017-02-28 10:46:13 -06:00
David Hill
6e732f82e1 bump version 2017-02-27 10:20:35 -06:00
David Hill
03aa2f3a7f MCOL-105 - change suse boost-devel package check 2017-02-09 15:24:14 -06:00
david
37bcf90336 MCOL-105 - add suse boost-devel package check 2017-02-09 15:29:07 +00:00
David Hill
df084281b8 MCOL-527 - change to run mysql scripts when um disk is mounted columnstore-1.0.7 2017-01-21 15:51:25 -06:00
david hill
a6193ec7cd MCOL-527 - add code for non-root 2017-01-20 23:15:00 -06:00
benthompson15
52c9fcd5b5 Merge pull request #112 from mariadb-corporation/MCOL-527
MCOL-527 - change UM device name from sdf to xvdf
2017-01-20 20:05:29 -06:00
benthompson15
dfc14e43c5 Merge pull request #111 from mariadb-corporation/MCOL-528
MCOL-528 - removed schema sync prompt and default to on when local qu…
2017-01-20 20:01:08 -06:00
david hill
e84573af8c MCOL-527 - change UM device name from sdf to xvdf 2017-01-20 19:57:22 -06:00
david hill
a75c597d3b MCOL-528 - removed schema sync prompt and default to on when local query is selected 2017-01-20 19:49:26 -06:00
davidwbt
44d42f93b5 Merge pull request #110 from mariadb-corporation/MCOL-455
MCOL-455 - add start remove to help
2017-01-20 17:33:20 -08:00
David Hill
588dc7a122 MCOL-455 - add start remove to help 2017-01-20 19:25:48 -06:00
David Hill
75b4d06481 MCOL-455 - add start remove to help 2017-01-20 19:16:54 -06:00
Andrew Hutchings
9556d19843 Merge pull request #105 from mariadb-corporation/MCOL-455
MCOL-455: fix crash caused by rewind of unopened redistribute plan fi…
2017-01-20 10:39:04 -06:00