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

5453 Commits

Author SHA1 Message Date
Roman Nozdrin
5fd0873215 Merge pull request #901 from tntnatbry/remove-ha-calpont-plugin
Replace ha_calpont with ha_mcs in the source code and filenames in the plugin code.
2019-10-12 23:03:05 +03:00
Patrick LeBlanc
87204cfc4d If a dev build (SKIP_OAM_INIT), made postConfigure exit before trying
to start the system, because that won't work.
2019-10-11 15:43:21 -05:00
Gagan Goel
c8df46ed26 Replace ha_calpont with ha_mcs in the source code and filenames in the plugin code. 2019-10-11 17:33:43 +00:00
Roman Nozdrin
6b650e859d Merge pull request #902 from tntnatbry/save-restore-group-list-funcs
Create separate functions for saving and restoring group by list columns.
2019-10-11 20:21:04 +03:00
David Hall
c7d594304b MCOL-3503 Use long double arithmetic for tie breaking to avoid integer truncation 2019-10-11 12:05:13 -05:00
Gagan Goel
4c8471a786 Create separate functions for saving and restoring group by list columns. 2019-10-11 14:28:01 +00:00
Roman Nozdrin
5a4c406216 Merge pull request #898 from tntnatbry/add-status-vars
Add status variables to show ColumnStore version and commit hash.
2019-10-10 12:12:09 +03:00
benthompson15
2b28875698 MCOL-3357: Only call the configListners if the file was updated by reload. 2019-10-09 12:44:25 -05:00
Gagan Goel
594ee22999 Add status variables to show ColumnStore version and commit hash. 2019-10-09 10:43:35 -04:00
David Hall
2ce34855f8 Merge branch 'develop' into MCOL-3536 2019-10-09 09:05:27 -05:00
David Hall
8f1cc7ad65 MCOL-3536 Use already existing Row:getStringPointer() 2019-10-09 09:04:10 -05:00
Roman Nozdrin
6ea7bd7c97 Merge pull request #897 from tntnatbry/fix-negative-time-orderby
Handle comparison of two negative TIME values properly in the ORDER BY clause.
2019-10-09 10:36:10 +03:00
benthompson15
c97e58c9b5 MCOL-3357: reorder this since maxThreads is set by configListener now. 2019-10-08 14:32:52 -05:00
benthompson15
753a77b38c MCOL-3557: add config change listeners. 2019-10-08 13:44:35 -05:00
David Hall
78c96fc65b MCOL-3536 Add collation stuff to IDBSortSpec 2019-10-08 12:01:15 -05:00
David Hall
3cbcd73ed4 Merge branch 'develop' into MCOL-3536 2019-10-08 12:00:20 -05:00
Gagan Goel
6207d6137d Handle comparison of two negative TIME values properly in the ORDER BY clause. 2019-10-08 10:23:56 -04:00
Andrew Hutchings
1af0248ae5 Merge pull request #896 from mariadb-corporation/updateGitIgnore
update .gitignore to reflect generated scripts
2019-10-08 08:08:41 +01:00
Gagan Goel
ccb36e9794 Merge pull request #890 from drrtuy/separate_pushdown
MCOL-2178 Separate ha_mcs_pushdown.cpp compilation.
2019-10-07 18:50:01 -04:00
benthompson15
49d63de8f3 update .gitignore to reflect generated scripts 2019-10-07 16:32:43 -05:00
Andrew Hutchings
93d8880182 Merge pull request #895 from dhall-MariaDB/MCOL-3503
MCOL-3503 return type for moda should 4 (DECIMAL_RESULT)
2019-10-07 21:38:32 +01:00
David Hall
07aaef7933 MCOL-3503 return type for moda should 4 (DECIMAL_RESULT) 2019-10-07 15:00:03 -05:00
Patrick LeBlanc
3b867e1b1a Merge pull request #892 from mariadb-corporation/MCOL-3541
MCOL-3541: add modtime to smls outputs
2019-10-07 14:12:54 -05:00
Patrick LeBlanc
f613f1efaa Merge pull request #893 from mariadb-corporation/MCOL-3547
MCOL-3547: cleanup compile warnings from storagemanager.
2019-10-07 14:11:03 -05:00
benthompson15
1539bfec8d MCOL-3541: increase buffer for formatted time string. 2019-10-07 13:46:45 -05:00
Andrew Hutchings
deac0471bb Merge pull request #887 from mariadb-corporation/MCOL-3498
MCOL-3498: only update bashrc if DataFileEnvFile is set.
2019-10-07 19:27:16 +01:00
benthompson15
4a1ce93605 MCOL-3547: cleanup compile warnings from storagemanager. 2019-10-07 13:04:58 -05:00
benthompson15
9225ad9b51 MCOL-3541: add modtime to smls outputs 2019-10-07 10:28:08 -05:00
benthompson15
9cdebfc015 Merge pull request #889 from LinuxJedi/1.4.1-bump
Bump version
2019-10-07 10:05:21 -05:00
David Hall
b747e9ab92 MCOL-3536 use Locale for compare of strings in ORDER BY 2019-10-07 09:21:09 -05:00
David.Hall
fe5d815a45 Merge pull request #891 from LinuxJedi/fix-ubuntu18
Fix abs() usage for Ubuntu 18.04
2019-10-07 08:34:59 -05:00
Roman Nozdrin
51129d6eae Merge pull request #882 from mariadb-corporation/revert-MCOL-2102
Revert "MCOL-2102 Set CrossEngineSupport Port number when setting MyS…
2019-10-07 15:01:26 +03:00
Andrew Hutchings
986e5412e0 Fix abs() usage for Ubuntu 18.04
abs(unsigned long long) is not a thing so Ubuntu 18.04 compiling fails.
Using std::fabs() instead which handles this better (casts as double).
2019-10-07 09:26:18 +01:00
Roman Nozdrin
12cb5201ac MCOL-2178 Separate ha_mcs_pushdown.cpp compilation.
Set a proper type for string literals on ConstantColumn ctor
to fix the regression produced by MCOL-174.

Removed OPTIMIZER_SWITCH_EXISTS_TO_IN b/c MDB produces
unsupported optimization with it and CS couldn't create
ExistsFilter.
2019-10-07 03:12:37 -05:00
Andrew Hutchings
4aacbc5b6b Merge pull request #888 from tntnatbry/fix-time-orderby-signedint
Use signed integer comparison for TIME data type in the ORDER BY clause.
2019-10-07 08:25:43 +01:00
Andrew Hutchings
a2abe72a89 Merge pull request #879 from dhall-MariaDB/MCOL-3503
MCOL-3503 add MODA aggregate function
2019-10-07 08:04:10 +01:00
Roman Nozdrin
00539eda34 Merge pull request #885 from tntnatbry/fix-windowfunc-orderby
Allow a window function in the ORDER BY clause.
2019-10-07 09:53:06 +03:00
Andrew Hutchings
53819584c3 Merge pull request #883 from jmrojas2332/MCOL-3537
MCOL-3537 Reworded Post Installation Instruction in post-install script
2019-10-07 07:51:00 +01:00
Andrew Hutchings
f5413d613b Merge pull request #884 from jmrojas2332/MCOL-3534
MCOL-3534 Remove -n and -d from postConfigure msgs
2019-10-07 07:49:42 +01:00
Andrew Hutchings
238ae87c4e Bump version 2019-10-07 07:26:52 +01:00
Roman Nozdrin
d68b152e50 Merge pull request #880 from tntnatbry/fix-update-decimal-constant
Set constant value of type DECIMAL_RESULT/REAL_RESULT in an update statement.
2019-10-07 09:25:16 +03:00
Roman Nozdrin
3b6efb8f56 Merge pull request #886 from tntnatbry/disable-select-into
Disable SH for a SELECT INTO query that uses interceptor classes.
columnstore-1.4.0
2019-10-07 09:23:34 +03:00
Gagan Goel
c3a5b57d85 Use signed integer comparison for TIME data type in the ORDER BY clause. 2019-10-04 17:46:58 -04:00
Gagan Goel
a9eec783e6 Disable SH for a SELECT INTO query that uses interceptor classes. 2019-10-04 10:27:19 -04:00
Gagan Goel
5d585837d8 Allow a window function in the ORDER BY clause. 2019-10-03 16:12:06 -04:00
Jose Rojas
159317d2e3 MCOL-3534 Remove -n and -d from postConfigure msgs 2019-10-03 19:20:50 +00:00
benthompson15
4fc711da06 MCOL-3498: when datafileplugin is set only update bashrc if DataFileEnvFile is set. 2019-10-03 14:04:43 -05:00
Jose Rojas
9b99660f84 MCOL-3537 Reworded Post Installation Instruction in post-install script 2019-10-03 17:58:49 +00:00
Andrew Hutchings
c3dc25a4ad Revert "MCOL-2102 Set CrossEngineSupport Port number when setting MySQLPort via postConfigure -port"
This reverts commit 755efb3dfb.
2019-10-02 09:47:00 +01:00
David Hall
baf31b64fc MCOL-3505 Add moda to build and mysql.func 2019-09-30 14:16:08 -05:00