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

1162 Commits

Author SHA1 Message Date
root
5c8208c8bc MCOL-2232 fixed dummy allerts on debian of jemalloc not installed 2019-03-13 12:37:43 +02:00
Roman Nozdrin
9ff348b97f MCOL-2233 substring_index() now returns correct value when
index value is negative.
The problem caused by unsigned type used to store negative
index value.
2019-03-13 13:02:17 +03:00
Andrew Hutchings
2509d833fc Merge pull request #712 from mariadb-corporation/MCOL-2182
MCOL-2182 Change in MariaDB 10.3 allows for only 2 parameters to lpad…
2019-03-08 21:38:54 +00:00
David Hall
c3f8148fff MCOL-2182 Change in MariaDB 10.3 allows for only 2 parameters to lpad and rpad 2019-03-08 15:14:42 -06:00
Andrew Hutchings
9e3517dfa6 Merge branch '1.1-merge-up-20190308' into 1.2-merge-up-20190308 2019-03-08 14:16:58 +00:00
Andrew Hutchings
d4418ecf64 Merge branch 'develop-1.0' into 1.1-merge-up-20190308 2019-03-08 10:27:06 +00:00
Andrew Hutchings
fddd108df3 Merge pull request #706 from mariadb-corporation/MCOL-2180
Mcol 2180
2019-03-06 15:05:58 -05:00
David Hall
fd34320256 MCOL-2180 PDF moved up one directory 2019-03-06 12:22:35 -06:00
David Hall
ea911a118f MCOL-2180 Update UDAF docs 2019-03-06 12:19:03 -06:00
David Hall
5dff25e0a0 MCOL-2180 Update UDAF docs 2019-03-06 11:52:01 -06:00
Andrew Hutchings
6ba299cccd Merge branch 'develop-1.2' into MCOL-1822-c 2019-03-06 06:47:46 -05:00
David Hall
3f2c753947 MCOL-1822-c final checkin 2019-03-05 09:33:39 -06:00
David Hall
9e1cec56b1 MCOL-1822 finishing up use long double for SUM/AVG 2019-03-01 17:34:57 -06:00
Roman Nozdrin
947eaaef26 MCOL-901 group_concat() uses only a subset of unique values
b/c an incorrect number of key columns was used whilst
        initializing Eq() struct. The regression caused by
        changes made for MCOL-1829 so I revised the changes
        made. Now LimitedOrderBy::getKeyLength() returns an
        actual key columns count.
2019-03-02 02:01:41 +03:00
David Hall
cf056e42ac Merge branch 'develop-1.2' into MCOL-1822-c 2019-02-27 13:20:45 -06:00
David Hall
c654e8621e MCOL-1822 interim checkin 2019-02-27 13:09:37 -06:00
David Hall
a2aa4b8479 MCOL-1822 Intermediate checkin. DISTINCT not working. 2019-02-25 14:54:46 -06:00
Andrew Hutchings
a955b56f4d Merge branch 'develop-1.2' into develop-merge-up-20190218 2019-02-18 15:55:11 +00:00
zdrav1
d2f86b3f8d MCOL-2151, added jemalloc dependency check in columnstoreClusterTester 2019-02-12 14:09:02 +02:00
Patrick LeBlanc
2a510c3641 Merge branch 'S3-project' of github.com:pleblanc1976/mariadb-columnstore-engine into S3-project 2019-02-11 18:20:45 -06:00
Patrick LeBlanc
a9ce25c4f6 Phase 1 of cleaning up the messaging code. 2019-02-11 18:20:11 -06:00
Ben Thompson
668f83c163 end_to_end_test initial commit. 2019-02-08 15:15:37 -06:00
Patrick LeBlanc
d1297f31a2 Merge branch 'develop-1.2' into S3-project 2019-02-08 14:08:06 -06:00
Patrick LeBlanc
5528aba68a Updated the ref for storage-manager. Test000 passes here. 2019-02-07 10:01:05 -06:00
Patrick LeBlanc
4f26ce089c Made socket pool write the header in one write call. Added some debugging
printouts (commented).
2019-02-07 09:57:36 -06:00
Patrick LeBlanc
92f609f718 Fixed a bug in IDBPolicy that prevented using the system
w/o plugins.

A couple other random things.
2019-02-06 09:49:32 -06:00
Patrick LeBlanc
c9a9bf9823 Update subproject ref. 2019-02-05 14:20:17 -06:00
Patrick LeBlanc
8c1802dccd Update the storage-manager ref. 2019-02-04 10:57:31 -06:00
Patrick LeBlanc
b6d28b9a84 Fixed a bug processing a directory listing. 2019-02-04 10:56:21 -06:00
Patrick LeBlanc
0d86651fae Added a missing file. 2019-02-04 10:44:17 -06:00
Patrick LeBlanc
d97a570b86 Made the cloud IO lib a plugin to the IDB filesystem stuff.
It loads correctly.
2019-02-04 10:41:21 -06:00
Patrick LeBlanc
8ad3188162 Updated the storage-manager ref. Made SMComm send absolute
paths rather than relative ones.
2019-02-01 13:13:30 -06:00
David Hall
c5b9ae11e5 MCOL-1822 add LONG DOUBLE support 2019-01-29 09:55:43 -06:00
Patrick LeBlanc
a9a5c2ebb7 Reordered a couple params. 2019-01-29 09:53:18 -06:00
Roman Nozdrin
6d65b13852 MCOL-901 Significanlty reduced memory consumption for group_concat().
RowGroup default constructor allocates memory too generously.

    Removed commented code from groupconcat.cpp.
2019-01-29 16:02:37 +03:00
Patrick LeBlanc
918e10a9ff Modified the sequence some params were serialized to allow
fewer network/socket reads.
2019-01-28 17:27:06 -06:00
Patrick LeBlanc
4583b2e8dc Added SMDataFile methods to the list tested. 2019-01-24 17:34:20 -06:00
Patrick LeBlanc
a2c789d52a Added remaining methods in SMFileSystem to the test. 2019-01-24 17:05:09 -06:00
Patrick LeBlanc
acb464618c Wrote a component test, which has a stand-in server thread
in place of an actual StorageManager.  The server thread
returns the same error over and over again.

Used that test to debug some basic comm stuff & find
errors in error handling.
2019-01-24 16:52:26 -06:00
Patrick LeBlanc
f063f78242 Fixed some linker errors, integrated the cloudio factory
into idbfactory.
2019-01-23 14:12:57 -06:00
Patrick LeBlanc
099c724ced Update storage-manager ref. 2019-01-23 13:05:07 -06:00
Patrick LeBlanc
51bb9f3050 Added licensing preamble. Got it to build. 2019-01-23 13:02:53 -06:00
Roman Nozdrin
ee2cb7b0de Merge pull request #652 from mariadb-corporation/MCOL-1983
MCOL-1983 Have regr_intercept, regr_slope and regr_r2 return NULL for…
2019-01-23 20:37:50 +03:00
Patrick LeBlanc
88273bfc14 Finished the first cut. I assume it doesn't build yet. 2019-01-22 16:12:49 -06:00
Patrick LeBlanc
3d58581945 Update storage-manager ref. 2019-01-22 16:04:32 -06:00
Patrick LeBlanc
2e5d6db0c7 Forgot another small thing. I'm a dummy. 2019-01-22 10:17:18 -06:00
Patrick LeBlanc
259060fb29 Forgot something in the bytestreampool code. 2019-01-22 10:11:50 -06:00
Patrick LeBlanc
d92be01ee2 Added a ByteStreamPool class for cases where we'd otherwise
have to do something complicated, or constantly create and dispose
of ByteStreams.
2019-01-22 10:09:08 -06:00
Andrew Hutchings
95c4f17b0a Merge branch 'develop-1.1' into 1.2-merge-up-20190122 2019-01-22 08:26:26 +00:00
Patrick LeBlanc
d84dcb9ccc Checkpointing, not ready to build yet. 2019-01-21 16:41:04 -06:00