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

1522 Commits

Author SHA1 Message Date
david hill
0139ae1745 Merge pull request #307 from mariadb-corporation/MCOL-991-1.1
MCOL-991 Qualify all uses of tuple<> with boost::
2017-10-27 16:34:57 -05:00
David Hall
37aee9ddd1 MCOL-991 Qualify all uses of tuple<> with boost:: 2017-10-27 16:21:06 -05:00
david hill
8a1d1f7aa8 add DistributedInstall to singlserver xml file, fix comment in procmgr 2017-10-27 13:41:22 -05:00
david hill
af35345273 mcol-938 - fixed pm server ids 2017-10-26 17:38:25 -05:00
david hill
97e8346935 Merge pull request #306 from mariadb-corporation/MCOL-988
MCOL-988: Add DataRedundancyConfig for DBRootPM assignments to upgrades.
2017-10-26 16:50:40 -05:00
Ben Thompson
931298b0a6 MCOL-988: Add DataRedundancyNetworkType to upgrade config files 2017-10-26 16:45:04 -05:00
Ben Thompson
7eb93fe064 MCOL-988: Add DataRedundancyConfig for DBRootPM assignments to upgrades. 2017-10-26 16:11:11 -05:00
david hill
2c358a99ca Merge branch 'develop-1.1' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into develop-1.1 2017-10-26 14:11:36 -05:00
david hill
2d8439c95b add alias note on failed scenerio 2017-10-26 14:11:25 -05:00
Andrew Hutchings
31456c0519 Merge pull request #305 from mariadb-corporation/MCOL-979-1.1
MCOL-979 getNullValueByType() should return string for all char types
2017-10-26 20:21:58 +03:00
David Hall
4870e5abdc MCOL-979 getNullValueByType() should return string for all char types 2017-10-26 10:56:41 -05:00
David.Hall
4985f3456e Merge pull request #302 from mariadb-corporation/MCOL-984
MCOL-984 Fix API bulk insert rowID/HWM calulation
2017-10-26 09:15:42 -05:00
david hill
723620d928 Merge pull request #301 from mariadb-corporation/DataRedundancy-MCOLs
Data redundancy mcols
2017-10-26 09:03:54 -05:00
benthompson15
3f7aa93585 Merge branch 'develop-1.1' into DataRedundancy-MCOLs 2017-10-26 09:03:19 -05:00
Andrew Hutchings
7aa588f523 MCOL-984 Fix API bulk insert rowID/HWM calulation
The rowID and therefore HWM for an insert was being calculated based on
the first column. If there are smaller columns in the table these will
insert in the middle of blocks instead of creating new blocks. This means
that we would no longer be crash safe and PrimProc gets very confused until
a cache flush.

We now use the smallest column to calculate the rowID and HWM increment
(as cpimport does).
2017-10-26 11:19:41 +01:00
benthompson15
a1c82cb2b7 Merge pull request #299 from mariadb-corporation/mcol-667
Mcol 667
2017-10-25 15:59:42 -05:00
david hill
1360de6b9c print alias info on failed startups 2017-10-25 13:06:58 -05:00
david hill
ca1f85cd05 fix rc.local amazon issue 2017-10-25 10:16:08 -05:00
Andrew Hutchings
a6178b6adf Merge pull request #298 from mariadb-corporation/MCOL-985-1.1
MCOL-985 Add return code test after call to buildReturnedColumn
2017-10-25 14:28:20 +03:00
david hill
1601d6fd96 mcol-667 changes for non-root 2017-10-24 16:16:50 -05:00
david hill
751f9fbd2f removed duplicaue entries 2017-10-24 14:05:48 -05:00
David Hall
b70e9b5f67 MCOL-985 Add return code test after call to buildReturnedColumn 2017-10-24 13:49:46 -05:00
david hill
d2074cf355 removed duplicate entries 2017-10-24 10:49:14 -05:00
david hill
44736966e1 mcol-667 - change from using bashrc to profile files 2017-10-24 10:11:55 -05:00
David.Hall
a116455715 Merge pull request #289 from mariadb-corporation/MCOL-973
MCOL-973 Fix DOUBLE typecast crash
2017-10-23 18:32:36 -05:00
David.Hall
f41723bccf Merge pull request #293 from mariadb-corporation/MCOL-662
MCOL-662 Fix multiple filters in CrossEngine
2017-10-23 18:19:05 -05:00
david hill
8a9508af94 q!
:q!
Merge branch 'develop-1.1' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into develop-1.1
2017-10-23 15:38:07 -05:00
david hill
6d7fd19838 MCOL-972 - added tuning parameters to upgrade process 2017-10-23 15:36:46 -05:00
david hill
8706f0a9ef MCOL-938 2017-10-23 15:04:56 -05:00
Ben Thompson
b32dc959cf MCOL-913: Change distribute config file logging to warning on failed attempt. 2017-10-23 10:55:11 -05:00
Andrew Hutchings
ee74e7cc62 MCOL-662 Fix multiple filters in CrossEngine
If a CrossEngine step has multiple filters the filters were overwriting
each other. This fix stores the filters as a vector and processes them
in a loop.
2017-10-23 16:26:08 +01:00
root
4aa7eb1830 change to 1.1.1 2017-10-23 09:56:07 -05:00
david hill
8f5748d50a mcol-943 2017-10-20 16:38:45 -05:00
Andrew Hutchings
5911e677fa MCOL-973 Fix DOUBLE typecast crash
DOUBLE typecast was not supported and the failure detection caused a
crash.

This patch adds support for DOUBLE typecast and fixes the crash caused
when a non-supported function is detected as part of an arithmatic.
2017-10-20 12:38:11 +03:00
david hill
b5331c0a41 disable replication for ss 2017-10-19 16:26:07 -05:00
david hill
c0423be1f4 Merge pull request #288 from mariadb-corporation/mcol-943-1.1
Mcol 943 1.1
2017-10-19 11:42:03 -05:00
david hill
c2eab3b506 mcol-943 2017-10-19 11:34:55 -05:00
david hill
d4f49a5014 mcol-943 - fixed a read error log 2017-10-18 16:54:03 -05:00
david hill
e05683c7ca mcol-953 - fixed non-root user - use root user 2017-10-18 15:53:40 -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
Ben Thompson
5e367098a9 MCOL-916: Fix for failovers when dbroots cannot be simply swapped between standby and parent modules. MCOL-913: Prevent distribute config file logging errors. MCOL-915 Improve mcsadmin output for removeModule command when using DataRedundancy. MCOL-928: fix for postConfigure not detecting gluster is installed in Debain9.1. 2017-10-13 17:12:52 -05:00
Ben Thompson
cad14d2111 MCOL-914: Change warning text 2017-10-13 12:53:36 -05:00
David Thompson
cb9714bd90 Merge pull request #285 from mariadb-corporation/MCOL-783-1.1
Mcol 783 1.1
2017-10-09 13:47:50 -07:00
David Hall
cc9edcb54f MCOL-783 Check for recursive cte against all tables in the query. 2017-10-09 15:38:00 -05:00
David Hall
ff76412f68 MCOL-783 Check for recursive only cte. Check all cte in list. 2017-10-09 15:37:41 -05:00
Andrew Hutchings
d3a12bf1d9 Merge pull request #283 from mariadb-corporation/MCOL-898-1.1
MCOL-898 In func_if, handle isNull better
2017-10-06 19:45:36 +01:00
David Hall
c10130d1b8 MCOL-898 In func_if, handle isNull better 2017-10-06 13:37:57 -05:00
David Hall
1dc0ea5fb4 MCOL-786 Redistribute: Round robin target dbroots 2017-10-05 15:05:44 -05:00
Andrew Hutchings
482487853d Merge pull request #280 from mariadb-corporation/MCOL-783-1.1
MCOL-783 Error not supported for recursive CTE
2017-10-05 20:35:06 +01:00