1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-05 04:50:35 +03:00
Commit Graph

2546 Commits

Author SHA1 Message Date
Andrew Hutchings
aea729fe7d MCOL-267 DML support
* DML writes for multi-block dictionary (blob) now works
* PrimProc fixed so that the first block in multi-block is read
correctly
* Performance optimisation (removed string copy into stack) for new
dictionary entries
2017-03-18 14:31:29 +00:00
david hill
e1af0b190c add code back to set /tmp to 777, installs failed in post-mysqld-install 2017-03-17 16:18:43 -05:00
David Hill
8d8ee34b15 MCOL-616 - tweak the install scripts when checking for dummy package 2017-03-17 15:48:38 -05:00
Andrew Hutchings
c08d03fba4 MCOL-267 Make BLOB DDL/DML work
Currently limited to 8KB inserts.
2017-03-17 12:10:02 +00:00
Andrew Hutchings
cf58b8de5c MCOL-267 BLOB/TEXT in DDL parser
Add basic support for BLOB/TEXT in DDL parser
2017-03-17 09:28:36 +00:00
Andrew Hutchings
27e5995cd3 MCOL-267 Add basic engine support
This patch adds enough support so that cross engines joins with blob
columns in the foreign engines will work. The modifications are as
follows:

* Add CrossEngine support for non-NULL-terminated (binary) data
* Add row data support for blobs (similar to varbinary)
* Add engine support for writing out blob data correctly to the storage
engine API
* Re-enable blob support in the engine plugin
2017-03-17 09:27:50 +00:00
benthompson15
6c96116386 Merge pull request #138 from mariadb-corporation/MCOL-617
Mcol 617
2017-03-16 17:00:05 -05:00
David Hill
d4225d6635 change code to determine package type 2017-03-16 15:58:19 -05:00
David Hill
4392e4ed9f check in version from develop-1.0 2017-03-16 11:28:10 -05:00
David Hill
02ec998079 backed out change to check for non-root on permissions 2017-03-16 10:40:35 -05:00
David Hill
442376cb50 backed out version change 2017-03-15 09:27:24 -05:00
David Hill
4dab49a237 update version 2017-03-15 09:25:45 -05:00
david hill
fa5b939a4d MCOL-617 - remove package type prompt 2017-03-14 15:26:33 -05:00
David Hall
5f828fbc36 MCOL-480 remove the annoying warning log message. This code path is normal and shouldn't log anyything. 2017-03-14 14:29:11 -05:00
david hill
3b3b92c3d5 removed sudo from sysylogSetup to fix issue with rsyslog.ver being root user 2017-03-14 14:11:02 -05:00
david hill
eaa1374ea2 remove checkSystemRunning - system reported down log 2017-03-14 13:57:48 -05:00
david hill
dcb938d8b1 Merge pull request #137 from mariadb-corporation/MCOL-610
MCOL-480 remove the annoying warning log message. This code path is n…
2017-03-14 13:22:11 -05:00
David Hall
f22327d66f MCOL-480 remove the annoying warning log message. This code path is normal and shouldn't log anyything. 2017-03-14 12:37:24 -05:00
david hill
c34f9d8005 change for nonroot log to be 777, problem with alarm locking file 2017-03-14 10:41:32 -05:00
david hill
7d8dd96de2 backed out previous change of permissions 2017-03-14 10:39:03 -05:00
david hill
9d82a3e0a3 MCOL-617 - change permissions on alarm files, issue on non-root install with lock errors 2017-03-14 09:18:02 -05:00
david hill
e527d7963a remove the checkSystemRunning - system reported down msg 2017-03-14 09:11:40 -05:00
david hill
2d8797f2bd change snmpmanager to alarmmanager 2017-03-14 09:07:23 -05:00
david hill
52e499dde4 MCOL-617 2017-03-13 17:00:11 -05:00
david hill
f0ded2ea25 MCOL-617 2017-03-13 16:59:35 -05:00
David Hall
4c4d516bc8 MCOL-597 stabilization 2017-03-13 13:20:57 -05:00
david hill
253cb5b015 MCOL-617 - fix binary package type 2017-03-13 10:47:33 -05:00
david hill
3735c728dd MCOL-617 - removed the mysqlrep call on removeModule 2017-03-10 16:10:48 -06:00
david hill
4d70828232 change for ubuntu deb package install for addmodule 2017-03-10 14:40:18 -06:00
david hill
2b974063cc MCOL-617 - removed a sleep and change lower timeouts 2017-03-10 14:39:25 -06:00
David Hill
dcbcdcf6ba MCOL-617, change how the debian packages is installed remotely 2017-03-09 16:51:52 -06:00
benthompson15
15e3963e62 Merge pull request #128 from mariadb-corporation/MCOL-547
mcol-547
2017-03-09 15:20:42 -06:00
David Hill
52cd076b13 MCOL-547 - change to check for multiple ip address matches 2017-03-09 15:17:53 -06:00
benthompson15
25a232e43e Merge pull request #135 from mariadb-corporation/MCOL-613
MCOL-613 - add check for pm1 upgrade
2017-03-09 15:07:30 -06:00
David Hill
3e3b776fe6 MCOL-613 - change to check for multiple ip address matches 2017-03-09 15:03:02 -06:00
benthompson15
90043f39b7 Merge pull request #130 from mariadb-corporation/MCOL-602
MCOL-602 Fix RPATH
2017-03-09 00:33:03 -06:00
David Hill
24d42b72bf add missing fi 2017-03-08 17:02:32 -06:00
David Hill
f5274d1f9c fix compile bug 2017-03-08 15:03:13 -06:00
Andrew Hutchings
a7da7044c7 Merge pull request #136 from mariadb-corporation/MCOL-607
MCOL-604 and MCOL-607 - change the chmod from 777 to 755
2017-03-08 20:40:17 +00:00
David Hill
98d7434d97 MCOL-604 and MCOL-607, undone some previous changes per review 2017-03-08 14:25:48 -06:00
David Hill
620cdc4264 MCOL-604 and MCOL-607, undone some precious changes per review 2017-03-08 13:16:55 -06:00
David Hill
5cbc67c9c6 MCOL-604 and MCOL-607, undone some precious changes per review 2017-03-08 11:42:15 -06:00
David Hill
37c0df2505 MCOL-604 and MCOL-607 - change the chmod from 777 to 755 2017-03-08 10:57:29 -06:00
David Hill
689022bb22 MCOL-613 - add check for pm1 upgrade 2017-03-08 10:23:44 -06:00
David Hill
cf98559f98 update version 2017-03-08 09:56:43 -06:00
David Hill
9bb99035ff changes for ubuntu 14 2017-03-08 09:55:08 -06:00
dhall-InfiniDB
c5099ab512 Merge pull request #134 from mariadb-corporation/MCOL-611
MCOL-611 backport of MCOL-353 Fix lag at end of cpimport
2017-03-07 16:04:15 -06:00
dhall-InfiniDB
c12b587d0d Merge pull request #133 from mariadb-corporation/MCOL-605-1.0
MCOL-605 limit connections for I_S table
2017-03-07 16:01:20 -06:00
dhall-InfiniDB
3f3020a0e0 Merge pull request #132 from mariadb-corporation/MCOL-533-1.0
Mcol 533 1.0
2017-03-07 15:58:27 -06:00
Andrew Hutchings
82c383ac20 MCOL-353 Fix lag at end of cpimport
The end of a cpimport adds a delay which is 1 second multiplied by the
number of PMs. This in-turn is multipled up with the number of
connections/threads causing a long delay when you have several PMs.

The delay is not required as we already have a 20ms delay and we will
re-enter the recv() if there is no data and we are still connected.
2017-03-07 21:29:39 +00:00