Patrick LeBlanc
ac9676b612
Merge remote-tracking branch 'upstream/develop' into MCOL-520
2018-10-15 10:15:11 -05:00
Andrew Hutchings
788139f3ad
Merge pull request #594 from mariadb-corporation/MCOL-1759
...
MCOL-1759 add the functions to install script
2018-10-12 20:03:34 +01:00
David Hall
0d33efdc5f
MCOL-1759 add the functions to install script
2018-10-12 13:00:34 -05:00
Patrick LeBlanc
f3ce845842
MCOL-520. Fixed several instances where we were using a too-new
...
contructor to ifstream.
2018-10-10 14:58:50 -05:00
david hill
101b36acb6
Merge branch 'develop' into MCOL-520
2018-10-08 14:23:48 -05:00
Roman Nozdrin
6ee12248b8
Merge pull request #586 from mariadb-corporation/MCOL-1775
...
MCOL-1775 Fix addtime/subtime for WHERE
2018-10-08 11:22:42 +03:00
Andrew Hutchings
47fbf62bfe
MCOL-1775 Remove warning on unused var
2018-10-08 09:20:46 +01:00
Roman Nozdrin
068b1681f1
Merge pull request #582 from mariadb-corporation/1.1-merge-up-2018-10-05
...
Merge develop-1.1 into develop
2018-10-08 10:43:33 +03:00
Andrew Hutchings
94d067383f
Merge pull request #585 from drrtuy/MCOL-1771
...
MCOL-1771 Removed extra debug output from sm.cpp in release builds.
2018-10-08 07:56:20 +01:00
Roman Nozdrin
d1f02026c5
Backported the rest of MCOL-1659(spaces in identifiers).
2018-10-07 16:19:50 +03:00
Gagan Goel
38d0740ec1
MCOL-266 Add support for BOOLEAN/BOOL data type
2018-10-07 00:43:34 -04:00
Andrew Hutchings
6a72b28bab
MCOL-1775 Fix addtime/subtime for WHERE
...
MariaDB server renamed addtime/subtime so we need to use the new names
for these functions.
2018-10-06 11:27:51 +01:00
Andrew Hutchings
f1f13a09d1
Merge branch 'develop-1.1' into 1.1-merge-up-2018-10-05
2018-10-05 18:40:07 +01:00
Roman Nozdrin
035c93fe88
MCOL-1771 Removed extra debug output from release builds.
2018-10-05 19:45:17 +03:00
Patrick LeBlanc
4215a47b5c
MCOL-520. More untested changes.
...
Went down the list in shmkeys.h, added sane error msgs on perms
errors accessing rest of the shmsegs there.
Realized we probably do need 666 to the shmsegs.
Also deleted a little dead code that was copy-pasted everywhere.
2018-10-04 14:25:01 -05:00
David Hall
dc9ba90f96
MCOL-521 add regr_intecept and regr_r2
2018-09-28 13:51:43 -05:00
David Hill
c86b569c97
MCOL-520
2018-09-27 15:59:57 -05:00
David Hall
b8bf311c51
Merge branch 'develop' into MCOL-521-b
2018-09-25 16:33:46 -05:00
David Hall
d930a1e322
MCOL-521 Some more fixes for multi-parm aggregates. Add regr slope
2018-09-25 16:31:10 -05:00
David Hill
2c38d5ba4f
MCOL-520
2018-09-25 15:25:16 -05:00
David Hill
9cfe199154
MCOL-520
2018-09-25 13:35:06 -05:00
David Hill
b7b98a3e1a
MCOL-520
2018-09-25 11:32:56 -05:00
David Hill
72f514ca54
MCOL-520
2018-09-21 14:44:12 -05:00
David Hill
81e35e35eb
MCOL-520
2018-09-21 11:23:43 -05:00
David Hill
4e6e5647ef
MCOL-520
2018-09-21 10:40:05 -05:00
David Hill
bf13a50800
MCOL-520 - remove sudo work and cleanup
2018-09-20 09:37:07 -05:00
david hill
2f58c7cc8d
Merge pull request #574 from mariadb-corporation/develop
...
Develop
2018-09-19 14:01:38 -05:00
Andrew Hutchings
3326be00de
Merge pull request #565 from drrtuy/MCOL-1601
...
MCOL-1601 GROUP BY now supports subqueries in HAVING.
2018-09-18 13:57:17 +01:00
Roman Nozdrin
5cab6c4c70
MCOL-1601 Removed unused symbols.
2018-09-18 11:23:38 +03:00
Roman Nozdrin
18143ecaee
MCOL-1052 Remove unused symbols.
2018-09-17 16:18:54 +03:00
Roman Nozdrin
aa11707585
MCOL-1052 ExeMgr now logs original queries processed by GROUP BY handler.
2018-09-17 16:17:11 +03:00
Roman Nozdrin
1d0488df33
MCOL-1601 GROUP BY supports subqueries in HAVING(derived tables processed by the server.)
2018-09-17 16:15:10 +03:00
Roman Nozdrin
5821a71072
MCOL-1717 GROUP BY handler now processes only relevant queries.
2018-09-12 14:08:35 +03: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
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
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
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
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
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
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
611cdb204d
MCOL-521 Re-do changes for MariaDB 10.3 merge
2018-08-16 11:17:39 -05:00
drrtuy
69486310f2
MCOL-1637 Return limit value comparision to fix the regression.
2018-08-16 13:01:04 +03:00