Roman Nozdrin
617ff85b94
MCOL-1052 WIP Working with HAVING over agg functions problem.
2018-04-05 17:20:26 +03:00
Roman Nozdrin
78aeedb162
MCOL-1052 WIP Process UNION subqueries separetely.
2018-04-02 15:03:59 +03:00
Roman Nozdrin
d562caecba
MCOL-1052 Generate and send CSEP to and receive set data from ExeMgr.
2018-03-31 22:38:18 +03:00
Roman Nozdrin
a47f16054d
MCOL-1052 Use existed getSelectPlan as a basis for group_by_handler plan generation.
2018-03-30 19:07:33 +03:00
Roman Nozdrin
fa4067b6f0
MCOL-1052 Generate execution plan for a aggregated function query call.
2018-03-27 18:37:00 +03:00
Roman Nozdrin
cff504c8bf
MCOL-1052. init_scan() initial implementation.
2018-03-22 17:12:56 +03:00
Roman Nozdrin
a03ecb7a8e
MCOL-1052. The handler returns fixed value.
2018-03-19 20:45:21 +03:00
Roman Nozdrin
e14b327a57
MCOL-1052: Skeleton for group_by_handler for CS.
2018-03-17 14:06:23 +03:00
benthompson15
7075b9571d
Merge pull request #415 from mariadb-corporation/1.1-mergeup-20180224
...
Merge develop-1.1 into develop
2018-03-09 11:15:23 -06:00
Andrew Hutchings
7df1884dad
Merge pull request #418 from drrtuy/MCOL-1219
...
MCOL-1219: Object and column identifiers can start with a digit now.
2018-03-09 13:33:35 +00:00
Roman Nozdrin
cfe288fd6b
MCOL-1219: Object and column identifiers can start with a digit now.
2018-02-28 10:31:42 +03:00
Andrew Hutchings
27d69c348b
Merge pull request #417 from drrtuy/MCOL-1002
...
MCOL-1002. Replace InfiniDB with Columnstore in the returned message.
2018-02-27 13:55:18 +00:00
Roman Nozdrin
393f7d7bb9
MCOL-1002. Replace InfiniDB with Columnstore in the returned message.
2018-02-27 07:52:47 +03:00
Andrew Hutchings
21d8f04a65
Merge branch 'develop-1.1' into 1.1-mergeup-20180224
2018-02-24 11:07:24 -05:00
benthompson15
ae4bb95753
Merge pull request #409 from mariadb-corporation/davidhilldallas-patch-1
...
bump to 1.1.4
2018-02-22 10:52:22 -06:00
benthompson15
1d1a52e5fb
Merge pull request #412 from mariadb-corporation/davidhilldallas-patch-4
...
bump release to 1.1.4
2018-02-22 10:52:10 -06:00
benthompson15
db10350c49
Merge pull request #413 from mariadb-corporation/davidhilldallas-patch-5
...
bump release to 1.1.4
2018-02-22 10:51:57 -06:00
david hill
aefb8a1966
bump release to 1.1.4
2018-02-22 10:09:33 -06:00
david hill
2b1f93e7f4
bump release to 1.1.4
2018-02-22 10:08:39 -06:00
david hill
aeeed7a869
bump to 1.1.4
2018-02-22 10:02:19 -06:00
David.Hall
043c34b476
Merge pull request #407 from mariadb-corporation/postconfigure-deb-fix
...
fixed multi-node install with deb packages
columnstore-1.1.3
2018-02-16 15:10:03 -06:00
builder
f2a5997860
fixed multi-node install with deb packages
2018-02-16 15:05:30 -06:00
Andrew Hutchings
c7685a6953
Merge pull request #405 from mariadb-corporation/MCOL-1212
...
MCOL-1212 Diuring abort, ensure that all normal threads are complete …
2018-02-14 16:51:10 +00:00
David.Hall
352f1ef175
Merge pull request #406 from mariadb-corporation/fix-view-regression
...
Fix view alias regression
2018-02-14 10:48:07 -06:00
Andrew Hutchings
54dea02f2a
Fix view alias regression
...
An unneeded change from the fix for MCOL-1070 that broke vTpch01b.sql
2018-02-14 16:43:19 +00:00
David Hall
e03d75feb6
MCOL-1212 Diuring abort, ensure that all normal threads are complete before running abort threads. Otherwise, they clash.
2018-02-14 10:02:50 -06:00
benthompson15
4220ab0df3
Merge pull request #404 from mariadb-corporation/fix-sig-handler
...
Fix sig handler for ExeMgr
2018-02-12 17:24:28 -06:00
Andrew Hutchings
24f12dcf58
Fix sig handler for ExeMgr
...
A bad merge for in MCOL-1085 means that ExeMgr is missing the crash
handler. This adds it.
2018-02-12 23:17:41 +00:00
benthompson15
d45dc5f33e
Merge pull request #403 from mariadb-corporation/MCOL-1190
...
MCOL-1190 - code fix, mysql not being monitored on seperate um/pm sys…
2018-02-12 14:04:38 -06:00
david hill
9cb9934b53
MCOL-1190 - code fix, mysql not being monitored on seperate um/pm systems currectly
2018-02-12 13:51:06 -06:00
David.Hall
d0ceeaa287
Merge pull request #402 from mariadb-corporation/MCOL-1210
...
MCOL-1210 Allow procs to be called from any schema
2018-02-12 12:06:30 -06:00
david hill
fc576e4bc4
Merge pull request #401 from mariadb-corporation/MCOL-1194
...
MCOL-1194: Add back releasenum file to installations.
2018-02-09 14:41:53 -06:00
Andrew Hutchings
c6e2a952f0
MCOL-1210 Allow procs to be called from any schema
...
The columnstore_info procs could only be called from within
columnstore_info due to them assuming format_filesize() is local. This
patch calls format_filesize() with an explicit schema allowing it to
work correctly.
2018-02-09 09:45:49 +00:00
Ben Thompson
ad3bda8532
MCOL-1194: Add back releasenum file to installations.
2018-02-08 16:43:27 -06:00
benthompson15
5f10898b36
Merge pull request #400 from mariadb-corporation/MCOL-927
...
Mcol 927
2018-02-07 15:25:00 -06:00
david hill
22723ad468
MCOL-927
2018-02-07 14:56:17 -06:00
david hill
d4f4d7a315
MCOL-927
2018-02-07 14:45:17 -06:00
Andrew Hutchings
ad2f469811
Merge pull request #399 from drrtuy/MCOL-876
...
MCOL-876. CS now supports RENAME TABLE sql statement.
2018-02-07 10:24:23 +02:00
Roman Nozdrin
7c0086c920
MCOL-876. CS now partially supports RENAME TABLE statement.
2018-02-07 09:31:11 +03:00
benthompson15
ffcc4e94cc
Merge pull request #398 from mariadb-corporation/statuscontrol-fix
...
add ProcStatusControl to postConfigure setup
2018-02-05 22:37:05 -06:00
david hill
3fb5dde10d
add ProcStatusControl to postConfigure setup
2018-02-05 18:07:59 -06:00
benthompson15
05431bf705
Merge pull request #389 from mariadb-corporation/MCOL-962
...
Mcol 962
2018-02-05 15:55:59 -06:00
benthompson15
8465fc01da
Merge pull request #396 from mariadb-corporation/MCOL-1184
...
MCOL-1184 - fixed non-root logrotate issue
2018-02-05 15:50:41 -06:00
david hill
c3e0a589fc
MCOL-927 - added mysql/lib to root library path file
2018-02-05 15:14:42 -06:00
david hill
b96124a60d
MCOL-1184 - fixed non-root logrotate issue
2018-02-05 14:36:16 -06:00
benthompson15
d5ec87d385
Merge pull request #394 from mariadb-corporation/MCOL-1185
...
Mcol 1185 and mcol 436
2018-02-05 10:34:40 -06:00
Andrew Hutchings
c18950d36e
Merge pull request #395 from mariadb-corporation/MCOL-1178
...
MCOL-1178 Add bool processing to CASE
2018-02-03 00:03:53 +02:00
David Hall
30b4edb0cd
MCOL-1178 Add bool processing to CASE
2018-02-02 15:30:12 -06:00
David.Hall
446cf74a68
Merge pull request #392 from mariadb-corporation/MCOL-1070
...
MCOL-1070 Fix exists in view subquery
2018-02-02 13:09:51 -06:00
David.Hall
070fc370e3
Merge pull request #393 from mariadb-corporation/dev-merge-up-20180202
...
Dev merge up 20180202
2018-02-02 13:07:18 -06:00