Ben Thompson
8aa37589b5
when setting systemName also modify my.cnf to update server_audit_syslog_info value.
2017-04-06 11:47:54 -05:00
dhall-InfiniDB
3e85b6ef07
Merge pull request #143 from mariadb-corporation/MCOL-653
...
MCOL-653 Revert SUM(1) behaviour
2017-04-03 09:48:55 -05:00
dhall-InfiniDB
1c2e9bd828
Merge pull request #144 from mariadb-corporation/MCOL-653-1.0
...
MCOL-653 Revert SUM(1) behaviour
2017-04-03 09:47:57 -05:00
Andrew Hutchings
b60c45a968
MCOL-653 Revert SUM(1) behaviour
...
SUM(1) behaviour was changed as part of MCOL-301. But the original
behaviour was correct.
2017-03-31 21:48:56 +01:00
Andrew Hutchings
8baf0590a4
MCOL-653 Revert SUM(1) behaviour
...
SUM(1) behaviour was changed as part of MCOL-301. But the original
behaviour was correct.
2017-03-31 21:47:12 +01:00
david hill
310f8e5a6c
update
2017-03-30 17:32:55 -05:00
david hill
bf751cfa43
update
2017-03-29 16:59:35 -05:00
david hill
257d686a2d
update to cluster tester
2017-03-29 11:43:15 -05:00
david hill
055a6154c5
update to cluster tester
2017-03-28 16:51:03 -05:00
david hill
965a198eb6
update to cluster tester
2017-03-28 16:10:43 -05:00
david hill
267022e4c9
update to cluster tester
2017-03-28 15:08:16 -05:00
david hill
b59e478b55
mcs gluster tester
2017-03-28 14:24:35 -05:00
david hill
04bdb60fff
more merges from 1.0.8
2017-03-28 14:17:17 -05:00
David Hall
5b334140e7
MCOL-597 Fix up Windows Functions
2017-03-28 13:03:28 -05:00
david hill
82cb9fd7fd
MCOL-647
2017-03-28 12:56:32 -05:00
david hill
2b998f9f96
Merge branch 'develop-1.0' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into develop-1.0
2017-03-28 11:01:05 -05:00
david hill
f41c0f07d3
add columnstoreClusterTester - update
2017-03-28 11:00:50 -05:00
David Hill
5000e79fdd
chnages from 1.0.8
2017-03-27 16:39:35 -05:00
dhall-InfiniDB
61a7113eb0
Merge pull request #142 from mariadb-corporation/MCOL-642
...
MCOL-642 Separate TEXT from BLOB
2017-03-27 16:20:18 -05:00
Andrew Hutchings
e9db44424c
MCOL-642 Separate TEXT from BLOB
...
* TEXT and BLOB now have separate identifiers internally
* TEXT columns are identified as such in system catalog
* cpimport only requires hex input for BLOB, not TEXT
2017-03-27 21:36:27 +01:00
David Hill
bf49643377
change to 1.0.9
2017-03-27 13:54:53 -05:00
David Hill
f9be0a823c
change to 1.0.9
2017-03-27 13:53:34 -05:00
david hill
1e7f1319b9
add columnstoreClusterTester
2017-03-27 11:30:37 -05:00
David Hill
0d12552760
merge 1.0.8 branch
2017-03-24 14:54:13 -05:00
dhall-InfiniDB
99b62cf97b
Merge pull request #141 from mariadb-corporation/MCOL-267
...
MCOL-267 Add BLOB/TEXT support
2017-03-23 12:19:40 -05:00
Andrew Hutchings
530cc94915
MCOL-267 Minor fixups
...
Fix things found by David Hall
2017-03-23 17:14:00 +00:00
david hill
c6c0bd026a
Update README
columnstore-1.0.8
2017-03-23 10:22:29 -05:00
david hill
e185325d06
Update README.md
2017-03-23 10:21:40 -05:00
Andrew Hutchings
b7a01ce02e
MCOL-267 Add blob support for INSERT_SELECT
...
* Note there is a 1MB buffer limit, rows longer than 512KB will fail (2x
due to hex of blob data)
* cpimport needs to use hex of blob data
2017-03-23 14:04:14 +00:00
dhall-InfiniDB
32321ceadf
Merge pull request #140 from mariadb-corporation/MCOL-605-hotfix-1.0
...
MCOL-605 Fix multi-node "Unkown error"
2017-03-22 15:18:19 -05:00
dhall-InfiniDB
ff36e8e774
Merge pull request #139 from mariadb-corporation/MCOL-605-hotfix
...
MCOL-605 Fix multi-node "Unkown error"
2017-03-22 15:16:53 -05:00
Andrew Hutchings
6841b261a3
MCOL-605 Fix multi-node "Unkown error"
...
The string stream which builds up the PM details wasn't cleared on each
run. This moves the creation of the string stream up to where it is
needed so a clean one is used each time.
2017-03-22 17:48:27 +00:00
Andrew Hutchings
6ab434e708
MCOL-605 Fix multi-node "Unkown error"
...
The string stream which builds up the PM details wasn't cleared on each
run. This moves the creation of the string stream up to where it is
needed so a clean one is used each time.
2017-03-22 17:45:45 +00:00
David Hill
bf901e7d4a
MCOL-630 - amazon install and failover issues fixed
2017-03-21 18:09:40 -05:00
David Hall
2290e5c0e3
MCOL-597 Merge branch 'develop'
2017-03-21 16:39:21 -05:00
David Hall
9afd92f74f
MCOL-597 Fix up Windows Functions
2017-03-21 16:27:09 -05:00
Andrew Hutchings
b1d04c04fb
MCOL-267 Fix LONGBLOB issues
...
* Set max column length to a little under 2.1GB in DDL
* Fix token edge case
* Re-write RowGroup string handling to take more than 64KB in one string
2017-03-21 17:22:31 +00:00
David Hill
c1d38e0a8b
fix amazon startup issue when ot using iam role
2017-03-20 16:52:29 -05:00
David Hill
a5ef8d2132
fix amazon startup issue when ot using iam role
2017-03-20 16:51:21 -05:00
Andrew Hutchings
1892ac8681
MCOL-267 Bulk write & PrimProc fixes
2017-03-20 21:26:53 +00:00
Andrew Hutchings
093aa377e5
MCOL-267 multi-block support for PrimProc and bulk
...
* Adds multi-block bulk write support
* Adds PrimProc multi-block read support
* Allows the functions length() and hex() to work with BLOB columns
2017-03-20 18:32:24 +00:00
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