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

2164 Commits

Author SHA1 Message Date
David.Hall
2b944ebe2c Merge branch 'develop-1.1' into MCOL-1160 2018-01-30 15:32:25 -06:00
David.Hall
70993d4401 Merge pull request #388 from mariadb-corporation/MCOL-1176
MCOL-1176 Fix API extent rollover
2018-01-30 13:52:40 -06:00
david hill
da4c10dc0e MCOL-1034 - fixed ddl/dml running double and dbrm read-only during failover 2018-01-30 13:04:04 -06:00
Andrew Hutchings
63f8e1ce71 MCOL-1176 Fix API extent rollover
When the API inserts data into ColumnStore which will roll over into a
new extent that data wasn't being put into the new extent and corruption
occured. This patch now tracks the additional data and inserts it into
the new extent. It also makes sure the LBIDs are stored so that they are
correctly committed.
2018-01-30 11:46:47 +00:00
david hill
9454f6e7f6 MCOL-1034 - incorporated Bens changes into latest branch 2018-01-26 14:54:48 -06:00
benthompson15
1e56c7f41a Merge pull request #385 from mariadb-corporation/MCOL-1137
Mcol 1137
2018-01-24 17:39:32 -06:00
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
Andrew Hutchings
c03c4bcc03 Merge pull request #382 from mariadb-corporation/MCOL-1042
MCOL-1042
2018-01-24 06:13:29 +00:00
Andrew Hutchings
6211372f61 MCOL-1160 Track and flush dictionary blocks
When bulk write API is used dictionary blocks that are written to needs
flushing in PrimProc. This patch tracks the blocks and flushes them.
2018-01-23 21:17:33 +00:00
benthompson15
5aefccf610 Merge pull request #380 from mariadb-corporation/1.1-merge-up-2018-01-23
1.1 merge up 2018 01 23
2018-01-23 11:18:40 -06:00
Ben Thompson
8e0a5e65b6 MCOL-1042: edit list of debian package depends 2018-01-23 10:47:16 -06:00
Andrew Hutchings
0501679949 Merge branch 'develop-1.0' into 1.1-merge-up-2018-01-23 2018-01-23 14:29:06 +00:00
benthompson15
6c930a0307 Merge pull request #374 from mariadb-corporation/MCOL-1060
MCOL-1060 - test tool change #2
2018-01-22 16:26:34 -06:00
benthompson15
63224a0b0b Merge pull request #379 from mariadb-corporation/MCOL-1038
MCOL-1138 - fix issue where no HOT_STANDBY procmgr existed after pm1 …
2018-01-22 16:25:50 -06:00
david hill
1a16847cd5 MCOL-1138 - fix issue where no HOT_STANDBY procmgr existed after pm1 outage 2018-01-22 14:19:12 -06:00
benthompson15
06979c8d1b Merge pull request #378 from mariadb-corporation/RELEASE
update version
columnstore-1.0.13
2018-01-22 14:17:38 -06:00
david hill
def46ca31b update version 2018-01-22 14:13:42 -06:00
Andrew Hutchings
cc2bbe88bc Merge pull request #376 from mariadb-corporation/MCOL-1114
MCOL-1114: Change cmake minimum versions.
2018-01-22 16:39:21 +00:00
benthompson15
c74d5de21d Merge pull request #375 from mariadb-corporation/dev-1.1-build-fix
Fix missing compiler flag from 1.0 -> 1.1 merge
2018-01-22 09:42:34 -06:00
Andrew Hutchings
63adbd0f99 Fix missing compiler flag from 1.0 -> 1.1 merge 2018-01-22 15:15:03 +00:00
Ben Thompson
403e0ef1dc MCOL-1114: Change cmake minimum versions. 2018-01-19 16:02:59 -06:00
david hill
c1035dae73 MCOL-1060 - test tool change #2 2018-01-19 15:21:28 -06:00
Andrew Hutchings
201813d63d Merge pull request #373 from mariadb-corporation/MergeFix
Merge deleted change to include columnstoreversion.h
2018-01-19 19:40:18 +00:00
Ben Thompson
a002d33d5d Merge deleted change to include columnstoreversion.h 2018-01-19 13:38:15 -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
benthompson15
ec02f67097 Merge pull request #372 from mariadb-corporation/MCOL-1137
MCOL-1137 - fixed master/slave setup after failvover
2018-01-19 11:18:23 -06:00
david hill
5e30895b9c MCOL-1137 - fixed procmgr host_standby 2018-01-19 10:56:35 -06:00
Ben Thompson
1e0c56be00 MCOL-1042: add full list of dependencies. 2018-01-19 03:43:00 -06:00
david hill
c56555e9fe MCOL-1137 - fixed master/slave setup after failvover 2018-01-18 17:14:14 -06:00
benthompson15
5d5a93cb5f Merge pull request #370 from mariadb-corporation/davidhilldallas-patch-1
MCOL-1060 - fix spelling/grammer issues
2018-01-18 16:48:49 -06:00
Andrew Hutchings
5d9f9c819b Merge branch 'develop-1.0' into 1.1-merge-up-20180118 2018-01-18 16:28:08 +00:00
Andrew Hutchings
12e4960a04 Merge pull request #367 from mariadb-corporation/MCOL-1165
MCOL-1165 use the threadpool's idle down feature
2018-01-18 16:00:01 +00:00
david hill
8a78fbacd2 MCOL-1060 - fix spelling/grammer issues 2018-01-17 15:41:10 -06:00
benthompson15
04f78bb4e3 Merge pull request #368 from mariadb-corporation/MCOL-1066
MCOL-1066 - changed directory path for non-root install local disk
2018-01-17 11:45:42 -06:00
benthompson15
6d14d60c06 Merge pull request #369 from mariadb-corporation/MCOL-1058
MCOL-1058 - added check for mariadb password and mariadb-libs package
2018-01-17 11:44:46 -06:00
david hill
3ed23512e1 MCOL-1058 - added check for maradin password and mariadb-libs paclage 2018-01-17 11:18:39 -06:00
david hill
7bc2e24769 MCOL-1066 - changed direcory path for non-root install local disk 2018-01-16 14:06:24 -06:00
David Hall
9749d825b5 MCOL-1165 use the threadpool's idle down feature 2018-01-16 13:26:44 -06:00
benthompson15
f0ed1ddf82 Merge pull request #365 from mariadb-corporation/MCOL-1061
Mcol 1061
2018-01-16 12:46:38 -06:00
david hill
a9c8f4821b MCOL-1061 - fixed alais name 2018-01-16 12:41:41 -06:00
benthompson15
468421be66 Merge pull request #359 from mariadb-corporation/MCOL-962
MCOL-962 Add mcsSystemReady(), mcsSystemReadOnly() and mcsWritesSuspe…
2018-01-16 12:32:26 -06:00
David Hall
b3bbd89d00 MCOL-962 Can't comment out import code. Do something else to remove warning. 2018-01-16 12:29:46 -06:00
benthompson15
bb0ae9d98c Merge pull request #363 from mariadb-corporation/MCOL-1135
MCOL-1135 - change rc-local service start command
2018-01-16 12:01:10 -06:00
benthompson15
49096827ad Merge pull request #362 from mariadb-corporation/MCOL-1167
MCOL-1167 - fixed -c option
2018-01-16 11:57:23 -06:00
david hill
ce1f9c2dda MCOL-1135 - change rc-local service start command 2018-01-16 10:33:13 -06:00
david hill
2d0cea5542 MCOL-1167 - fixed -c option 2018-01-16 10:18:29 -06:00
Andrew Hutchings
4f1684c609 Merge pull request #361 from mariadb-corporation/MCOL-1128
Mcol 1128
2018-01-15 09:49:09 +00:00
David Hall
016fb96fea MCOL-1128 remove debug 2018-01-12 16:32:47 -06:00
David Hall
504fcf0778 MCOL-1128 Allow exeMgrThreadPool to use unlimited threads. The number will be limited by the number of sessions allowed in server. 2018-01-12 16:29:01 -06:00