1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-18 13:54:11 +03:00
Commit Graph

3637 Commits

Author SHA1 Message Date
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
benthompson15
bd6220ccd1 Merge pull request #548 from mariadb-corporation/version
bump version to 1.0.16
2018-08-20 12:17:48 -05:00
david hill
36a2a7e277 bump version to 1.0.16 2018-08-20 10:50:42 -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
Andrew Hutchings
74001543b7 Merge pull request #541 from mariadb-corporation/VERSION
update version to 1.0.15
columnstore-1.0.15
2018-08-16 16:11:24 +01:00
Andrew Hutchings
9cb8395770 Update README
Fix server version
2018-08-16 15:58:01 +01:00
Andrew Hutchings
bccd2acd40 Update README.md
Fix server version
2018-08-16 15:57:42 +01:00
David Hill
6664dc832c update version to 1.0.15 2018-08-16 08:27:47 -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
Ravi Prakash
5df447b6ec Fix MCOL-1635 where an "insert into table select query" crashes the server. This happens
for a MEDIUMBLOB column type.
2018-08-14 11:59:09 -07:00
David.Hall
934667f02b Merge pull request #533 from mariadb-corporation/MCOL-1385
MCOL-1385 MariaDB 10.3 support
2018-08-14 10:36:32 -05:00
David Hill
e903e47201 MCOL-1523 - fix issue with query failing and enablemodule failing trying to get um1 back. 2018-08-10 18:37:40 -05:00
David Hill
b5a39ea789 MCOL-1523 - fix issue with query failing and enablemodule failing trying to get um1 back. 2018-08-10 16:15:58 -05:00
David Hill
5927b1cf81 MCOL-1523 - fix issue with query failing and enablemodule failing trying to get um1 back. 2018-08-10 16:01:12 -05:00
benthompson15
150171b714 Merge pull request #535 from mariadb-corporation/MCOL-1605
MCOL-1605 - changed error to debug, alarms trying to get issued befor…
2018-08-09 17:49:01 -05:00
david hill
1068679fbf Merge pull request #534 from mariadb-corporation/MCOL-1610
MCOL-1610
2018-08-07 08:57:07 -05:00
David Hill
8a4294978f MCOL-1605 - changed error to debug, alarms trying to get issued before procmgr is up 2018-08-07 08:54:08 -05:00
benthompson15
ee40c3ac05 Merge pull request #523 from mariadb-corporation/MCOL-1579
MCOL-1579 Remove chmod of /dev/shm
2018-08-06 13:02:08 -05:00
benthompson15
0df1b92226 Merge pull request #525 from mariadb-corporation/MCOL-1472
MCOL-1472 Add switch to handle nested case
2018-08-06 12:33:47 -05:00
Ben Thompson
515cc31d4f MCOL-1610: modify so if moving a dbroot fails with gluster it is reassigned to original owner. Add logging around failure for mounting gluster volumes. 2018-08-06 10:10:52 -05:00
benthompson15
d1969e4f6e Merge pull request #532 from mariadb-corporation/MCOL-1498
Mcol 1498 - add password prompt for non-dstribution install
2018-08-03 10:10:20 -05:00
benthompson15
c342042711 Merge pull request #531 from mariadb-corporation/MCOL-1591
MCOL-1591 - add umask test to tester
2018-08-03 10:09:53 -05:00
benthompson15
06c4bd97a9 Merge pull request #530 from mariadb-corporation/MCOL-1145-1
MCOL-1145/1146 - fix nonroot install lib issue
2018-08-03 10:09:38 -05:00
benthompson15
7c4f0ada0f Merge pull request #529 from mariadb-corporation/MCOL-1523
Mcol 1523 - um failover when ddl/dml process fail to start
2018-08-03 10:09:22 -05:00