benthompson15
3e8fed9170
Merge pull request #447 from mariadb-corporation/MCOL-1293
...
MCOL-1293
columnstore-1.1.4
2018-04-16 18:50:05 -05:00
david hill
f2d748cff1
MCOL-1293
2018-04-16 16:22:03 -05:00
benthompson15
1586394944
Merge pull request #429 from mariadb-corporation/MCOL-1217
...
MCOL-1217 - setup mysql rep on addmodule
2018-04-16 13:45:23 -05:00
David.Hall
45f2405a22
Merge pull request #445 from mariadb-corporation/MCOL-1341
...
MCOL-1341 Fix CASE handling with 10.2.14
2018-04-16 13:43:59 -05:00
Andrew Hutchings
0c6dc5e15c
MCOL-1341 Fix CASE handling with 10.2.14
...
MariaDB Server 10.2.14 changed the order that CASE items are processed.
This broke the engine's CASE handling. This patch uses the new order
instead since this is what will be used in 10.2 and 10.3 going forward.
2018-04-16 19:21:28 +01:00
benthompson15
b47f03183f
Merge pull request #437 from mariadb-corporation/MCOL-912
...
MCOL-912 - added code to restart dbrm/ddml process when enable module…
2018-04-16 10:40:35 -05:00
benthompson15
294c9fabdb
Merge pull request #442 from mariadb-corporation/MCOL-1333
...
MCOL-1333 - changed addmodule to look for rpm/deb, not tar.gz packages
2018-04-16 10:39:42 -05:00
david hill
8220a5103f
MCOL-1333 - changed addmodule to look for rpm/deb, not tar.gz packages
2018-04-13 10:29:17 -05:00
david hill
ae04b8a687
Merge pull request #438 from mariadb-corporation/MCOL-1323
...
MCOL-1323 cpimport Splitter has incorrect SIGPIPE mapping
2018-04-10 10:55:56 -04:00
David.Hall
2ab632c4f9
Merge pull request #441 from mariadb-corporation/MCOL-1182-v2
...
MCOL-1182 Keep filters for cross engine step
2018-04-10 09:40:35 -05:00
Andrew Hutchings
a80854c11f
MCOL-1182 Keep filters for cross engine step
...
Cross engine step needs the filters for joining a constant with the
cross engine table. Deleting them early causes a crash.
2018-04-10 14:14:22 +01:00
david hill
afb8e4706d
MCOL-912 - fix spelling error
2018-04-09 11:35:37 -05:00
david hill
bd8387202f
MCOL-912 - added code to restart dbrm/ddml process when enable module is done
2018-04-09 08:55:45 -05:00
benthompson15
3eb36e6bf9
Merge pull request #436 from mariadb-corporation/MCOL-1317
...
Mcol 1317
2018-04-05 15:29:18 -05:00
david hill
333f848a2f
MCOL-1317 Mcol-1318
2018-04-05 13:24:55 -05:00
david hill
4067d69278
MCOL-1317 Mcol-1318
2018-04-05 13:23:06 -05:00
Roman Nozdrin
a4a9ef328b
Merge pull request #435 from mariadb-corporation/1325
...
MCOL-1325 rename table fails when database different than current dat…
2018-04-05 02:47:10 +03:00
David Hall
fa43a962a8
MCOL-1325 rename table fails when database different than current database
2018-04-04 15:56:53 -05:00
David Hall
dbcbd6c7e7
MCOL-1323 cpimport Splitter has incorrect SIGPIPE mapping
2018-04-04 12:34:17 -05:00
Andrew Hutchings
aa73a99350
Merge pull request #433 from mariadb-corporation/MCOL-1234
...
MCOL-1234 Nested CASE filters not processed
2018-04-03 07:11:03 +01:00
David Hall
aa581b5dc3
MCOL-1234 Nested CASE filters not processed
...
Change the way buildCaseFunction() handles the ptWorkStack and the rcWorkStack.
2018-04-02 17:02:54 -05:00
Andrew Hutchings
25661c0851
Merge pull request #432 from mariadb-corporation/MCOL-1196
...
Mcol 1196
2018-03-28 09:45:58 +01:00
David Hall
c83896609d
MCOL-1196 add a comment
2018-03-27 15:23:47 -05:00
David Hall
73b1ac68fa
MCOL-1196 Error when using OR in case THEN portion
...
In ha_calpont_execplan, Allow OR to be parsed; in searched_case parsing, reverse the order of processing arguments so that ptWorkStack.pop() is executed in the same order as the arguments being processed.
In func_case, modify to pass left and right to getBoolVal, if they exist.
2018-03-27 12:43:43 -05:00
David.Hall
acfddceb8a
Merge pull request #428 from mariadb-corporation/MCOL-1222
...
MCOL-1222 - improved the waitforsystemactive function
2018-03-22 17:16:31 -05:00
david hill
38684501c9
MCOL-1222 - changed the delay from 10 to 3 seconds
2018-03-22 13:46:40 -05:00
david hill
3c6443053e
MCOL-1217 - setup msqyl rep on addmodule
2018-03-15 16:24:26 -05:00
david hill
5b69477343
MCOL-1222 - improved the waitforsystemactive function
2018-03-15 09:41:44 -05:00
benthompson15
4e167285c6
Merge pull request #427 from mariadb-corporation/MCOL-1225
...
Mcol 1225 - fix mysql/lib library path
2018-03-14 13:25:21 -05:00
Roman Nozdrin
819c69c99c
Merge pull request #426 from mariadb-corporation/MCOL-1246
...
MCOL-1246 Fix string matching for whitespace
2018-03-09 18:29:12 +03:00
Andrew Hutchings
44c7693d48
MCOL-1246 Fix typo in boost call
2018-03-09 15:21:53 +00:00
Andrew Hutchings
fa3574b6b1
MCOL-1246 Make matching SQL-92 compliant(ish)
...
SQL-92 basically specifies for a NOPAD collation that only space should
be ignored for matches. Tabs and other whitespace are handled
differently. We don't fully support collations yet so we assume the
defaults.
2018-03-09 13:08:09 +00:00
Andrew Hutchings
905ce2ce8b
MCOL-1246 Fix for non-DSS step
...
For TEXT columns (and some other scenarios) we don't do a DSS step to
scan dictionaries and do it directly in the BPS step instead. This patch
applies the previous fix to this case too.
2018-03-09 11:14:33 +00:00
david hill
b800fc7a2d
MCOL-1225 - add to post-install to remove older profile files
2018-03-07 14:30:57 -06:00
Andrew Hutchings
17e954db7d
MCOL-1246 Fix string matching for whitespace
...
For equality string matches other engines ignore trailing whitespace
(this does not apply to LIKE matches). So we should do the same. This
patch trims whitespace for MIN/MAX extent elimination checks, fixed
width columns and dictionary columns during equality matches against
constants (SELECT * FROM t1 WHERE b = 'ABC').
2018-03-07 16:56:42 +00:00
david hill
77a9e49f10
MCOL-1225 - change mysql lib path
2018-03-07 10:48:16 -06:00
benthompson15
750ef492d8
Merge pull request #425 from mariadb-corporation/davidhilldallas-patch-2
...
update version
2018-03-07 10:40:02 -06:00
david hill
75ebfc9142
update version
...
bump to 1.1.4
2018-03-07 10:02:08 -06:00
Roman Nozdrin
55e0ab2386
Merge pull request #414 from mariadb-corporation/MCOL-1228
...
MCOL-1228 Allow alter table for TEXT/BLOB
2018-03-07 11:07:19 +03:00
Roman Nozdrin
521898c2c2
Merge pull request #416 from mariadb-corporation/MCOL-1084
...
MCOL-1084 Fix TABLE_USAGE() when dict is 0 bytes
2018-03-07 10:30:09 +03:00
benthompson15
e4348dcdd8
Merge pull request #423 from mariadb-corporation/MCOL-1224
...
MCOL-1224
2018-03-05 16:21:01 -06:00
david hill
ad67f17c54
Update post-install
2018-03-05 16:19:25 -06:00
david hill
278b1f3364
Update post-install
2018-03-05 16:15:57 -06:00
david hill
208bb8b6b9
MCOL-1224
...
move touch inside of root check and added SUDO for non-root
2018-03-05 16:12:25 -06:00
benthompson15
298762d255
Merge pull request #421 from mariadb-corporation/davidhilldallas-patch-1
...
update version
columnstore-1.1.3-2
2018-03-05 15:54:34 -06:00
david hill
2ca613d412
Merge pull request #422 from mariadb-corporation/MCOL-1233
...
MCOL-1233
2018-03-05 16:44:37 -05:00
Ben Thompson
f96410a3db
Update ubuntu package dependencies to require libsnappy1v5 and not snappy the media player
2018-03-05 15:27:17 -06:00
benthompson15
33753f0f15
Merge pull request #420 from mariadb-corporation/MCOL-1235-1
...
mcol-1235 - fix issue with too many files open
2018-03-05 13:13:58 -06:00
david hill
8d0312950b
update version
...
1.1.3-2
2018-03-05 11:36:10 -06:00
david hill
1ad112a44d
mcol-1235 - add close in exceptions
2018-03-05 10:48:46 -06:00