1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-28 19:54:55 +03:00
Commit Graph

2546 Commits

Author SHA1 Message Date
David Hill
3ac9d93597 MCOL-1523 - addiiotnal fixes 2018-09-15 14:28:46 -05:00
David Hall
3fac7b1e19 MCOL-521 more multi-param work with constant NULL 2018-09-13 14:12:10 -05:00
benthompson15
8be2e5bb4b Merge pull request #559 from mariadb-corporation/MCOL-1699
MCOL-1699 - fix iss with adddbroot amazon
2018-09-13 11:22:47 -05:00
benthompson15
c8e041009c Merge pull request #558 from mariadb-corporation/MCOL-1523
Mcol 1523
2018-09-13 11:22:21 -05:00
David Hill
8ec02bfce5 MCOL-1423 2018-09-12 14:31:23 -05:00
Andrew Hutchings
ebbeb3076b Merge pull request #560 from drrtuy/MCOL-1717
MCOL-1717 GROUP BY handler now processes only relevant queries.
2018-09-12 20:08:24 +01:00
David Hill
21f108896d MCOL-1523 - fix compile issue 2018-09-12 08:36:13 -05:00
Roman Nozdrin
5821a71072 MCOL-1717 GROUP BY handler now processes only relevant queries. 2018-09-12 14:08:35 +03:00
David Hill
f7a2b50b21 MCOL-1699 - fix iss with adddbroot amazon 2018-09-11 15:47:25 -05:00
David Hall
70cec8f484 MCOL-1698 get DISTINCT working for UDAnF 2018-09-11 12:02:05 -05:00
Andrew Hutchings
441961904f Merge pull request #553 from mariadb-corporation/MCOL-1188-1.1
Mcol 1188 1.1
2018-09-11 14:13:27 +01:00
david hill
43b97e7fa3 Merge branch 'develop-1.1' into MCOL-1523 2018-09-10 14:15:32 -05:00
benthompson15
563ff34ae4 Merge pull request #557 from mariadb-corporation/version1.1.7
bump version
2018-09-10 14:11:33 -05:00
David Hall
1b4063666b Merge branch 'develop' into MCOL-521-b 2018-09-10 13:55:52 -05:00
David Hall
52cbb62317 MCOL-1698 Fix code for DISTINCT in UDAnF 2018-09-10 13:53:56 -05:00
David Hill
c50f5fa05d bump version 2018-09-10 13:03:35 -05:00
David.Hall
a3cc11e003 Merge pull request #554 from mariadb-corporation/MCOL-1694
MCOL-1694 & MCOL-1505 Improved exception handling
2018-09-07 17:01:39 -05:00
Andrew Hutchings
14d3a34c28 MCOL-1694 & MCOL-1505 Improved exception handling
This patch catches exceptions in DDLProc, DMLProc and ExeMgr which could
potentially happen during startup. Logging them instead of silently
ignoring them (or crashing in ExeMgr).
2018-09-07 11:43:54 +01:00
David Hill
8b0507b987 MCOL-1523 2018-09-05 14:53:13 -05:00
David Hill
e5f18964f0 MCOL-1523 2018-09-04 16:41:44 -05:00
Ravi Prakash
5247dfa082 MCOL-1188 assertion 'fColumn.get() && fSub && fFunc' failed,...
Some cleanup for the previous check-in.
2018-09-04 12:20:40 -07:00
Andrew Hutchings
764090ba0c Merge pull request #552 from drrtuy/MCOL-1510_4
MCOL-1510: Add CalpontSelectExecutionPlan::serialize() changes.
2018-09-03 16:20:47 +01:00
Roman Nozdrin
5b682a522e MCOL-1510: Add CalpontSelectExecutionPlan::serialize() changes. 2018-09-03 16:28:36 +03:00
Ravi Prakash
58bc867ca1 MCOL-1188 assertion 'fColumn.get() && fSub && fFunc' failed, ... MySQL server crashed.
The problem was in processing a subquery in the where clause that was categorized as a
CACHE_ITEM in the parse tree. The fix involved how we walk the parse tree in gp_walk().
2018-08-30 20:24:24 -07:00
Andrew Hutchings
73b45ac061 Merge pull request #551 from drrtuy/MCOL-1510_4
Fixes for MCOL-1510, MCOL-1520
2018-08-30 20:34:00 +01:00
Roman Nozdrin
07561c43d7 MCOL-1052 LIMIT processing refactoring in getGroupPlan(). 2018-08-30 17:03:14 +03:00
Roman Nozdrin
62f296b443 MCOL-1510 Make changes to allow aggregations as function arguments when build in release mode. See also MDEV-16842. 2018-08-30 16:59:41 +03:00
Andrew Hutchings
81761840ac Merge pull request #550 from drrtuy/MCOL-1675
MCOL-1675 When insert record calculate HWM using a column with the smallest width instead of the first column in the same way as in MCOL-984.
2018-08-29 12:01:15 +01:00
Roman Nozdrin
4572c25534 MCOL-1675 When insert record calculate HWM using a column with the smallest width instead of the first column in the same way as in MCOL-984. 2018-08-28 11:29:38 +03:00
Roman Nozdrin
b46a98bb60 Merge pull request #549 from mariadb-corporation/MCOL-1669
MCOL-1669 get correct return type when a built-in agg is performed on…
2018-08-24 10:12:48 +03:00
David Hall
91fbfb7d0b MCOL-1669 get correct return type when a built-in agg is performed on a const 2018-08-23 15:14:17 -05:00
David.Hall
23e99db0ea Merge pull request #545 from mariadb-corporation/1.1-merge-up-20180817
Merge develop-1.1 into develop
2018-08-20 14:07:35 -05:00
David.Hall
128b1b7ffa Merge pull request #547 from drrtuy/MCOL-1660
MCOL-1660/1659 Table/column identifiers support spaces in DDL.
2018-08-20 10:05:05 -05:00
David.Hall
a7810f0d3c Merge pull request #544 from mariadb-corporation/MCOL-1647
MCOL-1647 Fix TIME regressions
2018-08-20 09:48:15 -05:00
David.Hall
2de158133c Merge pull request #540 from drrtuy/MCOL-1637
MCOL-1637 Return limit value comparision to fix the regression.
2018-08-20 09:38:52 -05:00
Roman Nozdrin
07bd413053 MCOL-1660/1659 Table/column identifiers support spaces in DDL.
MCOL-1660/1659 Table/column identifiers support spaces in DDL.
2018-08-18 15:29:52 +03:00
Andrew Hutchings
03da6df473 Merge branch 'develop-1.1' into 1.1-merge-up-20180817 2018-08-17 16:17:13 +01:00
Andrew Hutchings
e0a3f4278b Merge pull request #543 from mariadb-corporation/MCOL-1577-1.2
Fix MCOL-1577 ColumnStore to allow CREATE TABLE table_name LIKE Syntax
2018-08-17 08:07:55 +01:00
Andrew Hutchings
fdb4ef7f79 Merge pull request #542 from drrtuy/MCOL-1655
MCOL-1655 removed hardcoded %debug from ddl.y.
2018-08-17 08:02:02 +01:00
Andrew Hutchings
580a3ec123 MCOL-1647 Fix TIME regressions
Fixes the following:

* Read past buffer end in intToDatetime / intToTime
* Allow intToTime to convert datetime
* Allow intToTime to convert shortened time values
* Allow stringToTime to convert datetime and int time values
* Fix saturation / bad values in intToTime and stringToTime
* Fix TIME return in STR_TO_DATE()
* Fix NULL return on type inequality for TIMEDIFF()
* Fix zero day calculation error in ADDTIME()/SUBTIME()
* Fix DATETIME to int calculation error in aggregate bit operations
* Make the new harderning flags optional with -DSECURITY_HARDENED_NEW
2018-08-17 07:55:51 +01:00
Ravi Prakash
e5891e4ddc Fix MCOL-1577 ColumnStore to allow CREATE TABLE table_name LIKE Syntax
The code walks the source table meta-data structure to generate CREATE
table statement which creates the new table.
2018-08-16 17:26:53 -07:00
David Hall
f4af014435 MCOL-521 Put regr functions in their own library 2018-08-16 17:10:52 -05:00
Roman Nozdrin
a98aec07fa MCOL-1655 removed hardcoded %debug from ddl.y. 2018-08-17 01:10:00 +03:00
David Hall
94455246a1 MCOL-521 Move regr functions to their own directrory 2018-08-16 11:56:48 -05:00
David Hall
611cdb204d MCOL-521 Re-do changes for MariaDB 10.3 merge 2018-08-16 11:17:39 -05:00
benthompson15
b5c38888c0 Merge pull request #536 from mariadb-corporation/MCOL-1523-1
MCOL-1523 - fix issue with query failing and enablemodule failing try…
2018-08-16 10:55:17 -05:00
drrtuy
69486310f2 MCOL-1637 Return limit value comparision to fix the regression. 2018-08-16 13:01:04 +03:00
David.Hall
3e6f3568ec Merge pull request #539 from mariadb-corporation/MCOL-1653
MCOL-1653 Fix namespace issue
2018-08-15 11:45:04 -05:00
Andrew Hutchings
88bdfccea8 Merge pull request #538 from mariadb-corporation/MCOL-1635-1.1
Fix MCOL-1635 where an "insert into table select query" crashes the s…
2018-08-15 08:38:15 +01:00
Andrew Hutchings
52082ebfd5 MCOL-1653 Fix namespace issue
Boost is taken out of global namespace to fix a conflict with MariaDB
10.3. This broke to_string in CentOS. Explicit namespace now used.
2018-08-15 08:30:02 +01:00