David Hall
5732a8adee
MCOL-597 merge with develop
2017-04-21 09:51:47 -05:00
David Hall
b070ef3217
MCOL-597 some clean up and make Release builds work
2017-04-21 09:48:59 -05:00
david hill
505464da61
MCOL-527 - add code for non-root
2017-04-21 09:48:59 -05:00
David Hill
26181beb85
MCOL-455 - add start remove to help
2017-04-21 09:48:59 -05:00
David Hall
a48174de23
MCOL-455: fix crash caused by rewind of unopened redistribute plan file during display when no partitions have been planned to be moved.
2017-04-21 09:48:34 -05:00
david hill
9675af5407
MCOL-481 fix
2017-04-21 09:48:34 -05:00
david hill
67d3a801bb
mcol-481 - just changed the note
2017-04-21 09:48:34 -05:00
david hill
587593575c
change readme
2017-04-21 09:48:34 -05:00
David Hall
d531796bf2
MCOL-597 Fix up Windows Functions
2017-04-21 09:47:56 -05:00
David Hall
d7da34c249
MCOL-597 Fix up Windows Functions
2017-04-21 09:47:56 -05:00
David Hall
a3c4503bc9
MCOL-597 stabilization
2017-04-21 09:47:56 -05:00
David Hall
f9e5b7b507
MCOL-597 Take Window Functions just to get a compile. No other changes were needed.
2017-04-21 09:47:56 -05:00
David Hill
a0c978f960
MCOL-527 - change to run mysql scripts when um disk is mounted
2017-04-21 09:47:56 -05:00
david hill
96bf638daf
MCOL-527 - add code for non-root
2017-04-21 09:47:56 -05:00
david hill
c7bbb78b73
MCOL-528 - removed schema sync prompt and default to on when local query is selected
2017-04-21 09:46:40 -05:00
David Hill
277d3b095f
MCOL-455 - add start remove to help
2017-04-21 09:46:40 -05:00
David Hill
bdd1d22d4e
MCOL-455 - add start remove to help
2017-04-21 09:46:40 -05:00
david hill
5e2f8cf6c9
MCOL-481 fix
2017-04-21 09:44:09 -05:00
david hill
0a4a46b52a
mcol-481 - just changed the note
2017-04-21 09:44:09 -05:00
david hill
f8329d281f
change release number
2017-04-21 09:41:26 -05:00
david hill
e7b90286a8
change release number
2017-04-21 09:41:10 -05:00
david hill
834504ed94
Update README.md
2017-04-21 09:41:09 -05:00
david hill
db1fe58dc8
update readme
2017-04-21 09:40:56 -05:00
david hill
0b3fc9e570
update readme
2017-04-21 09:40:39 -05:00
david hill
2aec526b55
change readme
2017-04-21 09:40:39 -05:00
David Hall
92df60f6d5
MCOL-597 some clean up and make Release builds work
2017-04-21 09:37:07 -05:00
Andrew Hutchings
6128293ad3
MCOL-671 Fix TEXT/BLOB single row SELECT WHERE
...
pDictionaryScan won't work for BLOB/TEXT since it requires searching the
data file and rebuilding the token from matches. The tokens can't be
rebuild correctly due the bits in the token used for block counts. This
patch forces the use of pDictionaryStep instead for WHERE conditions.
In addition this patch adds support for TEXT/BLOB in various parts of
the job step processing. This fixes things like error 202 during an
UPDATE with a join condition on TEXT/BLOB columns.
2017-04-21 11:21:59 +01:00
dhall-InfiniDB
f8f045f3a9
Merge pull request #155 from mariadb-corporation/MCOL-673
...
MCOL-673 Fix I_S/LDI for larger BLOBs
2017-04-20 14:14:50 -05:00
Andrew Hutchings
944d76445b
MCOL-673 Fix I_S/LDI for larger BLOBs
...
BLOBs that are longer than half the maximum length of the column would
be turned into a negative length due to signed int casting. This would
cause them to turn into NULL inserts. Unsigned now used.
2017-04-20 19:29:41 +01:00
dhall-InfiniDB
e1a71a5628
Merge pull request #154 from mariadb-corporation/MCOL-670
...
MCOL-670 Fix UPDATE with BLOB/TEXT
2017-04-19 16:56:06 -05:00
Andrew Hutchings
785e6c91bd
MCOL-670 Fix UPDATE with BLOB/TEXT
...
* Don't cache > 8000 bytes during update
* Fix PrimProc case where token is used more than once
2017-04-19 22:45:23 +01:00
dhall-InfiniDB
57af5d898f
Merge pull request #153 from mariadb-corporation/MCOL-669
...
MCOL-669 TEXT cpimport fixes
2017-04-19 15:19:09 -05:00
Andrew Hutchings
f251ebccb2
MCOL-669 TEXT cpimport fixes
...
* 64KB TEXT column had off-by-one length pointer counting
* TEXT I_S/LDI was looping where it shouldn't causing pointer issues
* TEXT data type wasn't fully understood by cpimport
2017-04-19 14:11:21 +01:00
Andrew Hutchings
1cca95d435
Merge pull request #152 from mariadb-corporation/MCOL-377
...
MCOL-377
2017-04-19 04:32:11 -04:00
david hill
7f16c4da1c
Merge branch 'develop' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into develop
2017-04-18 16:46:02 -05:00
david hill
5040f1d582
buildbot change - change a exit 0 to 1
2017-04-18 16:45:46 -05:00
benthompson15
fa628feac7
Merge pull request #150 from mariadb-corporation/MCOL-655
...
MCOL-655 Enable debug symbols on releases
2017-04-18 16:03:07 -05:00
benthompson15
b6efffb342
Merge pull request #151 from mariadb-corporation/MCOL-655-1.0
...
MCOL-655 Enable debug symbols on releases
2017-04-18 16:02:50 -05:00
Ben Thompson
60fd4c6029
modify liboam changeMyCnf to add new values with prefix 'loose-' add change to setConfig and setSystemName to set the server_audit_syslog_info value when systemName is changed
2017-04-18 15:58:09 -05:00
david hill
bf676800d2
buildbot test
2017-04-18 15:37:14 -05:00
david hill
b0902e4721
removed columnstore tester
2017-04-18 10:03:41 -05:00
david hill
662e647e36
remove columnstore tester
2017-04-18 10:02:33 -05:00
dhall-InfiniDB
70d3226009
Merge pull request #146 from mariadb-corporation/MCOL-529
...
MCOL-529 Pool DBRM connections
2017-04-18 09:57:55 -05:00
dhall-InfiniDB
e344b40c1b
Merge pull request #147 from mariadb-corporation/MCOL-529-1.0
...
MCOL-529 Pool DBRM connections
2017-04-18 09:57:39 -05:00
Andrew Hutchings
00fc9bc116
MCOL-655 Enable debug symbols on releases
...
Makes it easier to debug user core files
2017-04-18 09:59:39 +01:00
Andrew Hutchings
33086a7fe4
MCOL-655 Enable debug symbols on releases
...
Makes it easier to debug user core files
2017-04-18 09:57:12 +01:00
david hill
41cab72832
Merge pull request #149 from mariadb-corporation/revert-145-MCOL-377
...
revert MCOL-377
2017-04-17 13:42:07 -05:00
benthompson15
f803b94eb6
Revert "when setting systemName also modify my.cnf to update server_audit_sys…"
2017-04-17 11:56:27 -05:00
dhall-InfiniDB
99ffc8430a
Merge pull request #148 from mariadb-corporation/MCOL-664
...
MCOL-664 Add function support for TEXT
2017-04-15 15:13:49 -05:00
Andrew Hutchings
28fe2c0b70
MCOL-664 Add function support for TEXT
...
For the initial BLOB/TEXT pull request we put them in the same bucket as
VARBINARY, forcing many functions to be disabled. This patch enables the
same TEXT function support as VARCHAR.
2017-04-15 07:22:05 +02:00