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

1124 Commits

Author SHA1 Message Date
David Hall
853dc2a2c1 MCOL-2091 Don't use in-line initializers, a C++x11 feature. 2019-04-15 12:49:43 -05:00
David Hall
f1b908abeb MCOL-2091 Special UDAF reset code for multi-distinct queries 2019-04-11 15:44:46 -05:00
Patrick LeBlanc
dfc29fa833 Eventually found the problem with rename(). Was calling
::unlink() instead of our unlink/remove.
2019-04-10 15:01:29 -05:00
Patrick LeBlanc
6e6cfdb59b The BRM structs aren't using IDBDataFile consistently.
Testing whether forcing them to use IDBDataFiles breaks anything.
2019-04-09 15:07:00 -05:00
Patrick LeBlanc
2b9e7facd2 Merge remote-tracking branch 'upstream/develop' into S3-project 2019-04-09 10:28:31 -05:00
Patrick LeBlanc
e060cce496 Updated ref for storage-manager. 2019-04-09 10:27:32 -05:00
David Hall
5f76cee5f4 MCOL-2267 allow for long double in row::equals() 2019-04-02 11:36:56 -06:00
Andrew Hutchings
064d2ee9e4 Merge branch 'develop-1.2' into develop-merge-up-20190328 2019-03-28 15:09:21 +00:00
Patrick LeBlanc
8090d6dd9c Merge pull request #718 from drrtuy/MCOL-2244
*Merge after 1.2.3 release* MCOL-2244 Columnstore execution threads now have names
2019-03-15 08:50:05 -05:00
Roman Nozdrin
a0b3424603 MCOL-2244 Columnstore execution threads now have names describe
the threads operation. This should simplify CPU bottlenecks troubleshooting.
2019-03-15 14:34:01 +03:00
Andrew Hutchings
384b448f89 Merge pull request #713 from mariadb-corporation/MCOL-2233
MCOL-2233 substring_index() now returns correct value when index value is negative.
2019-03-14 01:09:57 +00:00
root
00c0f22758 MCOL-2232 fixed dummy allerts on debian of jemalloc not installed 2019-03-13 13:10:23 +02:00
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