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

3637 Commits

Author SHA1 Message Date
Roman Nozdrin
d22183e195 MCOL-1101 Move client UDFs into a separate file.
Remove rmParms from ha_calpont_impl.cpp
2019-02-13 22:09:55 +03:00
Roman Nozdrin
ca0240037a FE connection info structure migration.
Replaced INFINIDB_VTABLE.cal_conn_info with a plugin thread variable.
	Fixed query_string memory deallocation crash at plugin_thdvar_cleanup.
2019-02-13 22:09:55 +03:00
Roman Nozdrin
971055a473 MCOL-1101. PoC for INFINIDB_VTABLE and thd variables migration to plugin sys variables. 2019-02-13 22:09:55 +03:00
Patrick LeBlanc
17aba1a272 Made it ignore sigpipe. 2019-02-12 13:35:59 -06: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
Patrick LeBlanc
b78cac755b Phase 1 of trying to clean up some messaging code. 2019-02-11 18:08:18 -06:00
Patrick LeBlanc
d792f78c25 Added stuff to sessionmanager to prevent the main thread from
blocking waiting for data on a socket.
2019-02-11 10:36:52 -06:00
Patrick LeBlanc
50b854fc56 Fixed a ridiculous mem leak, holy moly. 2019-02-08 16:06:45 -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
664708a351 Merge pull request #687 from mariadb-corporation/MCOL-2149
MCOL-2149 Fix cpimport decimal saturation
columnstore-1.0.16
2019-02-08 12:08:29 -06:00
Andrew Hutchings
f805478eb9 MCOL-2149 Fix cpimport decimal saturation
If we saturate int64_t during string -> decimal conversion then end
processing there instead of continuing. This preserves a good saturation
value.
2019-02-08 17:55:50 +00:00
Patrick LeBlanc
5528aba68a Updated the ref for storage-manager. Test000 passes here. 2019-02-07 10:01:05 -06:00
Patrick LeBlanc
5e1d67f51f Fixed a couple things, most importantly, added a mutex
to the ctrl msgs; they were writing to the ctrl channel at the same time.
2019-02-07 09:59:38 -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
Andrew Hutchings
fe453e23fa Merge branch 'develop-1.0' into develop-1.1-merge-up-20190207 2019-02-07 14:55:26 +00:00
Patrick LeBlanc
b7f068b4b6 Made open() create all subdirs. 2019-02-06 12:51:34 -06:00
Patrick LeBlanc
578b680db4 A couple possible fixes for SessionManager
Made stat not print errors to stdout.
2019-02-06 09:50:20 -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
Andrew Hutchings
c5a3902bb2 Merge pull request #685 from mariadb-corporation/MCOL-2136
Mcol 2136
2019-02-06 09:02:45 +00:00
Ben Thompson
52a741e6ef MCOL-2136: Force use of jemalloc for build and install. 2019-02-05 17:18:02 -06:00
Patrick LeBlanc
491ecc8269 fixed some trace output in writetask. 2019-02-05 15:51:39 -06:00
Patrick LeBlanc
326a4e412c Added tracing output 2019-02-05 15:44:00 -06:00
Patrick LeBlanc
c9a9bf9823 Update subproject ref. 2019-02-05 14:20:17 -06:00
Patrick LeBlanc
9563e2f989 Readded EOF handling in readtask. 2019-02-05 13:59:35 -06:00
Ben Thompson
b81455744d Revert "Kill Jemalloc"
This reverts commit e03f7dc885.
2019-02-05 13:43:21 -06:00
Patrick LeBlanc
ca1f08e4aa Fixed a mem alloc bug in readtask 2019-02-05 12:56:42 -06:00
Patrick LeBlanc
22f16dc681 A couple more fixes to the read loop in sessionmanager 2019-02-05 11:59:19 -06:00
Patrick LeBlanc
27c60421fc Got load_brm to work, or at least, not crash. 2019-02-05 11:42:12 -06:00
benthompson15
1c23dc9965 Merge pull request #680 from mariadb-corporation/MCOL-2001
MCOL-2001 Make the parameters for redistribute case insensitive
2019-02-05 00:27:16 -08:00
Patrick LeBlanc
fcea38b48c Fixed the msg length in listdirectory again. 2019-02-04 17:36:50 -06:00
Patrick LeBlanc
7e86993d58 Fixed a typo/bug in the listdirectory response length. 2019-02-04 17:26:24 -06:00
Patrick LeBlanc
8ef4e09aa4 Changed ownership of the socket. 2019-02-04 14:44:35 -06:00
Ben Thompson
4769e896f8 Fixes for SessionManager and integrate with CRP 2019-02-04 13:12:39 -06:00
Andrew Hutchings
46cc344108 Merge pull request #683 from drrtuy/MCOL-901
MCOL-901 Significanlty reduced memory consumption for group_concat().
2019-02-04 18:44:49 +00:00
Andrew Hutchings
a0c392eae5 Merge pull request #682 from mariadb-corporation/MCOL-2050
MCOL-2050 ORDER BY with OFFSET in subquery now produces correct result.
2019-02-04 18:38:07 +00:00
David Hall
bf4a215cc8 MCOL-2001 make redistribute parameters case insensitive. 2019-02-04 12:32:04 -06:00
Patrick LeBlanc
8c1802dccd Update the storage-manager ref. 2019-02-04 10:57:31 -06:00
Patrick LeBlanc
48eed464ae Fixed error handling processing a directory listing. 2019-02-04 10:56:55 -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
Patrick LeBlanc
4f47ee1f96 Implemented the SM-side copy op & a couple minor changes. 2019-02-01 13:05:29 -06:00
David Thompson
51009bfb3d Merge pull request #684 from mariadb-corporation/MCOL-2129
MCOL-2129 - added a new postConfigure flag -xr to reverse dns lookup …
2019-02-01 08:05:54 -08:00
Patrick LeBlanc
ce8398876a Made IOCoordinator a singleton vs a global. 2019-02-01 09:48:25 -06:00
Patrick LeBlanc
07cc7f9d0e Made the list-dir test clean up after itself. 2019-02-01 08:43:07 -06:00
sneJ-
dd05b3af13 MCOL-2129 - added a new postConfigure flag -xr to reverse dns lookup given hostnames and use that value instead of the original hostname value 2019-02-01 15:00:26 +01:00