1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-20 01:42:27 +03:00
Commit Graph

3637 Commits

Author SHA1 Message Date
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
a8414b9a8f Merge pull request #297 from mariadb-corporation/MCOL-985-1.0
MCOL-985 Add return code test after call to buildReturnedColumn
2017-10-25 14:28:31 +03: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.Hall
22f5c04f85 Merge pull request #300 from mariadb-corporation/MCOL-973-1.0
MCOL-973 remove reference to TEXT in the 1.0 code
2017-10-24 17:39:45 -05:00
David Hall
c132f1b9ed MCOL-973 remove reference to TEXT in the 1.0 code 2017-10-24 17:39:01 -05: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 Hall
16990c8e03 MCOL-985 Add return code test after call to buildReturnedColumn 2017-10-24 13:47:41 -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
2f19dc2875 Merge pull request #290 from mariadb-corporation/MCOL-973-1.0
MCOL-973 Fix DOUBLE typecast crash
2017-10-23 18:32:03 -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.Hall
d4b9bb7eb2 Merge pull request #294 from mariadb-corporation/MCOL-662-1.0
MCOL-662 Fix multiple filters in CrossEngine
2017-10-23 18:18:53 -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
david hill
58a77b708c MCOL-938 2017-10-23 14:50:43 -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
c2e6e52a59 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:29:29 +01: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
539edb51be Merge pull request #292 from mariadb-corporation/mcol-943-1.0
Mcol 943 1.0
2017-10-20 17:00:47 -05:00
david hill
9d0bb3174b mcol-943 2017-10-20 16:40:00 -05:00
david hill
8f5748d50a mcol-943 2017-10-20 16:38:45 -05:00
Andrew Hutchings
3b4da1999d 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:42:40 +03: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
5c34be958b mcol-943 2017-10-19 15:48:39 -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
9f8c57e2de Merge pull request #282 from mariadb-corporation/MCOL-898-1.0
MCOL-898 In func_if, handle isNull better
2017-10-06 19:45:45 +01: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