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

6623 Commits

Author SHA1 Message Date
benthompson15
7fbe1b5c2b Merge pull request #19 from mariadb-corporation/MCOL-308
MCOL-308 Make RPMs require OS net-snmp
2016-09-26 10:20:14 -05:00
Andrew Ernst
5529896800 Fixes what is likely a misspelling on the mcsadmin> prompt
Instead of mscadmin> this changes the prompt to mcsadmin>
2016-09-23 18:59:16 -05:00
Andrew Hutchings
20e9ec1248 Merge pull request #17 from ernstae/master
Fixes what is likely a misspelling on the mcsadmin> prompt
2016-09-23 18:56:14 -05:00
Andrew Hutchings
047a38879b MCOL-308 Make RPMs require OS net-snmp 2016-09-23 18:46:00 -05:00
Andrew Hutchings
650dba47fc Fix build issues
Fix jemalloc issues and a namespace issue
2016-09-23 17:28:41 -05:00
Andrew Ernst
e6dba743b0 Fixes what is likely a misspelling on the mcsadmin> prompt
Instead of mscadmin> this changes the prompt to mcsadmin>
2016-09-23 09:13:10 -07:00
Andrew Hutchings
9915ed31f9 MCOL-294 Use OS jemalloc
Use the OS jemalloc if found, standard malloc if not
2016-09-23 11:11:00 -05:00
benthompson15
399d680375 Merge pull request #16 from LinuxJedi/MCOL-97
MCOL-97
2016-09-23 09:33:14 -05:00
Andrew Hutchings
e6925c8cf7 Merge pull request #13 from mariadb-corporation/MCOL-290
Mcol 290
2016-09-23 09:24:13 -05:00
David Hall
f20345f798 MCOL-290 - Fix spurious typo 2016-09-23 09:18:28 -05:00
Andrew Hutchings
a34937fadb Fix install issue 2016-09-22 19:43:34 -05:00
Andrew Hutchings
bf399da39c Fix net-snmp install 2016-09-22 19:27:12 -05:00
Andrew Hutchings
3d91ac193c Merge branch 'develop' of git://github.com/mariadb-corporation/mariadb-columnstore-engine into MCOL-97 2016-09-22 18:50:59 -05:00
Andrew Hutchings
3de43bcdd5 Merge pull request #14 from mariadb-corporation/cmakeFixes
MCOL-160 MCOL-262 CMake Build Fixes for out-of-tree builds and engin…
2016-09-22 18:25:09 -05:00
Ben Thompson
94cc3c1f5b Add udf_mysql and udfsdk to RPM 2016-09-22 11:49:22 -04:00
David Hall
afab801b5f MCOL-299 Change the getStrVal() for float and double to match the results of the mariadb display string for same. 2016-09-22 09:34:13 -05:00
David Hall
e48ef0063a MCOL-290 Use the proper enum to check for state 2016-09-22 09:31:12 -05:00
David Hall
76b4f3dd95 MCOL-176 Stop the arethmetic underflow 2016-09-22 09:30:20 -05:00
benthompson15
d50eb94eb3 Merge pull request #12 from LinuxJedi/MCOL-303
MCOL-303
2016-09-22 09:22:10 -05:00
Ben Thompson
7d3cd26af9 MCOL-160 MCOL-262 CMake Build Fixes for out-of-tree builds and engine RPMS 2016-09-22 10:14:18 -04:00
David Hill
1cb95cee72 bump release 2016-09-20 22:34:12 +00:00
David Hill
f81d271b0f merge develop branch 2016-09-20 22:33:07 +00:00
Andrew Hutchings
d6366d9ee5 Make the CMAKE_BUILD_TYPE work with user setting 2016-09-20 16:13:29 -05:00
Andrew Hutchings
b2f380a4f3 MCOL-303 fix performance issue
Between 1.0.1 and 1.0.2 there were chnages to the build system which
allow for different build options with CMake. Unfortunately the default
was not set correctly so the default build was not optimised.

This change allows for the default build to be optimised again.
2016-09-20 15:36:22 -05:00
Andrew Hutchings
7bf6e55a58 Jemalloc missing from .spec file columnstore-1.0.3 2016-09-19 10:11:47 -05:00
Andrew Hutchings
3c336ff7a4 Merge pull request #11 from LinuxJedi/datefix2
Fix casting issue for date truncation
2016-09-15 19:50:03 +01:00
Andrew Hutchings
1fdb5f567b Fix casting issue for date truncation
Boost::any is used for the value so it needs to be casted to a type
2016-09-15 19:48:15 +01:00
dhall-InfiniDB
81ea155b06 Merge pull request #10 from LinuxJedi/date_fix
MCOL-298 Fix saturated date/datetime handling
2016-09-14 17:14:48 -05:00
David Hall
d1603696eb MCOl-297 CHARACTER_LENGTH(datetime) returns wrong length 2016-09-14 17:10:57 -05:00
David Hall
3ef45a2c6d MCOL-290 Decomsrv showing as initialize 2016-09-14 17:10:57 -05:00
David Hall
1e277575f9 Remove extraneous debug log lines 2016-09-14 17:10:57 -05:00
Andrew Hutchings
d551b7d6e0 MCOL-298 Fix saturated date/datetime handling
Saturated DML updates would be set to NULL as were saturated cpimport
values. This sets them to the zero date/datetime value.
2016-09-14 19:58:11 +01:00
Andrew Hutchings
966573f02f Merge pull request #9 from LinuxJedi/MCOL-294-phase1
Add the jemalloc install to CMake
2016-09-14 08:39:34 +01:00
Andrew Hutchings
80c60d956e Add the jemalloc install to CMake
This puts the library in the right place, post-install creates the
symlink and the scripts run the LD_PRELOAD with it.
2016-09-14 08:36:55 +01:00
Andrew Hutchings
ef405480ab Remove boost_idb
It is completely unused
2016-09-13 17:57:49 +01:00
Andrew Hutchings
b954001fba Remove net-snmp and use the OS version
Also remove a few old binaries from build/
2016-09-13 17:42:57 +01:00
dhall-InfiniDB
820ad233cb Merge pull request #8 from LinuxJedi/MCOL-173
MCOL-173 Fix null handling for bulk inserts
2016-09-09 10:48:05 -05:00
Andrew Hutchings
b5d4e02b21 MCOL-173 Fix null handling for bulk inserts
When infinidb_use_import_for_batchinsert is enabled the NULL handling
for the batch insert was incorrect. This is due to an off-by-one on the
NULL bitmap. This also affects INSERT...SELECT.
2016-09-09 16:09:47 +01:00
dhall-InfiniDB
44ab6b5223 Merge pull request #7 from LinuxJedi/MCOL-240
MCOL-240 Fix NULL handling on empty Having clause
2016-09-08 15:20:06 -05:00
Andrew Hutchings
6c7a34c5fb MCOL-240 Fix NULL handling on empty Having clause
During subquery processing it is possible to have an empty Having
clause. When this happens various tree elements are deleted but the
pointers to those tree elements are not set to NULL. So later on in
processing ExeMgr can crash.
2016-09-08 19:45:40 +01:00
David Hall
8364c9da52 MCOL-281 LDI using cpimport pads char column values with spaces
Use new logic to find actual data length
2016-09-07 12:13:22 -05:00
David Hall
33a6102116 Remove SKIP_AUTOI. Not used 2016-09-06 15:42:48 -05:00
David Hall
23cf2e3edc Remove #define SKIP_AUTOI. This is no longer used 2016-09-06 12:04:28 -05:00
dhall-InfiniDB
ecb41be0a8 Merge pull request #6 from LinuxJedi/MCOL-283
MCOL-283 Fix mysql_calc_week
2016-09-06 10:34:26 -05:00
Andrew Hutchings
21a081678d MCOL-283 Fix mysql_calc_week
The value of a NULL pointer could potentionally be accessed
2016-09-05 21:49:38 +01:00
David Hall
7e0723a8bc MCOL-259 replace system call to columnstore status with a function call to alleviate a race condition. Also added exception logging in a few places that will be helpful. 2016-09-02 09:30:53 -05:00
dhall-InfiniDB
75ecb950f9 Merge pull request #2 from LinuxJedi/MCOL-264
Fix DDL parser for spaces in table options
2016-09-02 09:15:11 -05:00
dhall-InfiniDB
1a7883f98b Merge pull request #4 from LinuxJedi/MCOL-274
Make date handling more in-line with MySQL
2016-09-02 09:15:00 -05:00
dhall-InfiniDB
7e8262e0d2 Merge pull request #5 from LinuxJedi/MCOL-171
Add support for zero date separate to NULL
2016-09-02 09:14:48 -05:00
David Hall
07dc8960b4 MCOL-261. After DBRMControllerNode restart, add code to ensure DDLProc is running and that the SystemQueryReady flag is set. 2016-09-01 13:01:33 -05:00