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

2164 Commits

Author SHA1 Message Date
david hill
9e2d8b8e71 mcol-1235 - fix issue with too many files open 2018-02-28 11:12:02 -05:00
Andrew Hutchings
bd71dd1d7a MCOL-1084 Fix TABLE_USAGE() when dict is 0 bytes
Dict size of 0 bytes returns NULL which means that the total count is 0.
This fix uses COALESCE to stop this happening.
2018-02-24 18:34:59 +00:00
Andrew Hutchings
8f1136474f MCOL-1228 Allow alter table for TEXT/BLOB
CHANGE COLUMN was blocked for TEXT and BLOB types. This fix applies to
things like TINYTEXT as well as the only difference internally is the
column width.
2018-02-24 08:04:17 -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
Andrew Hutchings
37450eb7bd Merge pull request #408 from mariadb-corporation/develop-1.1
Develop 1.1 to master merge for 1.1.3
2018-02-22 15:55:33 +00: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
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 hill
ee5abeedc9 MCOL-1185 MCOL-436 - make processing alarms single thread process 2018-02-02 09:41:00 -06:00
david hill
b4e64f24f3 MCOL-1185 MCOL-436 -send alarms to procmgr to be processed 2018-02-02 09:04:07 -06:00
Andrew Hutchings
6f4cfcdc3b MCOL-1070 Fix exists in view subquery
When ExeMgr processes a correlated exists filter for a subquery inside a
view the de-duplication check doesn't work. We sometimes check unique
with the view name, sometimes not. We don't need the view name here so
remove it if we don't have it.

Also push the view name in the subquery.
2018-02-02 10:04:47 +00:00
david hill
c792188a5f Merge pull request #391 from mariadb-corporation/MCOL-1152
MCOL-1152: Change the debian package names.
2018-02-01 08:56:55 -06:00
benthompson15
aafda6b914 Merge pull request #390 from mariadb-corporation/MCOL-1034-DH
Mcol 1034 dh
2018-01-31 16:56:20 -06:00
david hill
01bd50ad09 MCOL-1034 2018-01-31 16:33:57 -06:00
Ben Thompson
253c23d359 MCOL-1152: Change the debian package names. 2018-01-31 16:29:39 -06:00
david hill
8c38917423 MCOL-1034 2018-01-31 15:41:55 -06:00
David Hall
59f7e14230 MCOL-962 returned wrong value. 2018-01-30 16:25:15 -06:00
David Hall
243e9e9fb8 MCOL-962 format 2018-01-30 16:21:47 -06:00
David Hall
43f322ea2f MCOL-962 formating 2018-01-30 16:19:17 -06:00
David Hall
2bdcb159ed MCOL-962 change mcssystemreadonly to a tri state return flag. Test for 0 to see if the system is in a writable state, 2018-01-30 16:07:51 -06:00
David.Hall
dd79644ae7 Merge pull request #381 from mariadb-corporation/MCOL-1160
MCOL-1160 Track and flush dictionary blocks
2018-01-30 15:32:43 -06:00