Andrew Hutchings
3a159908f4
MCOL-1385 Fix window functions
...
MariaDB maps MEDIAN to PERCENTILE_CONT and also has PERCENTILE_DISC now.
So remove our MEDIAN UDAF but keep the source as it is used in docs.
2018-08-03 11:55:49 +01:00
David Hill
0837f9a520
MCOL-1498 - add prompt for password on non-distibute installs
2018-08-02 11:51:27 -05:00
David Hill
5d245c8932
MCOL-1498 - add prompt for password on non-distibute installs
2018-08-02 10:59:38 -05:00
Andrew Hutchings
443a2867c4
MCOL-1385 Initial 10.3 support
2018-08-02 14:55:01 +01:00
David Hill
8043674432
MCOL-1591 - add umask test to tester
2018-08-01 16:34:40 -05:00
David Hill
d86fabff65
MCOL-1145/1146 - fix nonroot install lib issue
2018-08-01 10:17:13 -05:00
David Hill
a3862a42f7
um failover changes
2018-07-31 15:51:32 -05:00
Andrew Hutchings
581fe7a317
Merge pull request #527 from drrtuy/MCOL-1551_1
...
MCOL-1551 CS now supports hostnames in Columnstore.xml
2018-07-30 16:41:24 +01:00
David.Hall
57367c8ec2
Merge pull request #528 from drrtuy/regr_agvx-creation-fix
...
regr_agvx creation fix
2018-07-30 10:35:16 -05:00
Roman Nozdrin
d852e7a487
Uses correct .so file for UDAF regr_avgx creation statement.
2018-07-28 14:16:48 +03:00
David Hill
926314bf17
MCOL-1523 - enhance to failover module when ddl/dmlproc crashes
2018-07-26 14:30:14 -05:00
drrtuy
0e856ce9b0
MCOL-1551 CS now supports hostnames in Columnstore.xml.
2018-07-24 23:05:09 +03:00
Andrew Hutchings
f9f6dc43dd
Merge pull request #526 from mariadb-corporation/MCOL-1535
...
Mcol 1535
2018-07-24 18:06:24 +01:00
David Hall
1170b4e7a5
Merge branch 'develop-1.1' into MCOL-1535
2018-07-24 10:39:22 -05:00
David Hall
7ec1ccac5e
MCOL-1472 Add switch to handle nested case
2018-07-24 10:16:26 -05:00
benthompson15
ced7eb4046
Merge pull request #522 from mariadb-corporation/MCOL-1531
...
MCOL-1531 Don't compare alias in == operators for ReturnedColumn types
2018-07-24 10:07:05 -05:00
David Hall
ec9069853e
MCOL-1531 Remove commented fields from equality functions
2018-07-24 09:10:46 -05:00
David Hall
db4279dac7
MCOL-1535 caseOperationType adjusted for new simple case order
2018-07-23 17:32:38 -05:00
Andrew Hutchings
979d00a679
MCOL-1579 Remove chmod of /dev/shm
...
We appear to chmod /dev/shm as a workaround to a CentOS 7 bug that was
fixed last year which accidentally set it to 755. If a user has /dev/shm
locked down we should get them to fix it rather than modifying it
ourselves.
The code before this fixed changed a root install to 755 for /dev/shm
which instantly broke anything using mmap() with MAP_SHARED as an
unprivileged user.
2018-07-23 10:40:18 +01:00
David.Hall
49f124b61d
Merge pull request #521 from mariadb-corporation/MCOL-1545
...
MCOL-1545
2018-07-19 10:58:15 -05:00
Andrew Hutchings
e05250915b
MCOL-1545
...
Remove getPool call. It is completely unused and it breaks compiling in
GCC 8.1
2018-07-19 09:29:06 +01:00
Roman Nozdrin
1ae4ddd28f
Merge pull request #516 from mariadb-corporation/MCOL-1037
...
MCOL-1037 Fix race condition in FIFO buffer
2018-07-18 12:03:00 +03:00
Andrew Hutchings
d14d1dced9
Merge pull request #520 from drrtuy/MCOL-1527_2
...
MCOL-1527 Incorrect 0 row(s) affected on delete with cross engine join
2018-07-18 09:35:40 +01:00
Andrew Hutchings
4a3f8b77c2
Merge pull request #519 from drrtuy/MCOL-1510
...
MCOL-1510 GROUP BY handler doesn't support operations on aggregate functions when projecting columns.
2018-07-18 09:34:13 +01:00
Roman Nozdrin
1995e92788
MCOL-1527 CEJ DML statements now return correct number of affected rows.
2018-07-17 20:17:51 +03:00
benthompson15
32bd7d4e27
Merge pull request #518 from mariadb-corporation/MCOL-1146
...
Mcol 1146 - multi node quick install
2018-07-12 15:36:42 -05:00
David Hill
400ae51787
removed amazonInstaller and add 3 quick installers
2018-07-12 14:16:13 -05:00
David.Hall
6aedf1d095
Merge pull request #517 from mariadb-corporation/MCOL-1433
...
MCOL-1433 Fix some functions for TIME
2018-07-12 11:38:09 -05:00
David Hill
16cf8b79cd
add system name option
2018-07-12 09:30:03 -05:00
David Hill
42448e9022
add system name option
2018-07-12 09:25:57 -05:00
Andrew Hutchings
fb8aab959d
MCOL-1433 Fix some functions for TIME
...
Fixes the following:
* CAST() (as DATE/DATETIME)
* DATE()
* DATE_FORMAT()
* MAKEDATE()
* NULLIF()
* TIMEDIFF()
* TO_DAYS() / DATEDIFF()
2018-07-12 15:13:43 +01:00
Roman Nozdrin
a62a2e321e
MCOL-1510 CS prints IDB-1001 error when agregates used in non-supported functions, e.g. NOT(sum(i)).
2018-07-12 14:25:46 +03:00
David Hill
e1d0916b6c
add in amazon quikc installer
2018-07-11 15:48:04 -05:00
Roman Nozdrin
cc474f429c
MCOL-1510 GROUP BY supports aggregates as arguments in string functions.
2018-07-11 20:57:17 +03:00
Andrew Hutchings
4f6949835d
MCOL-1037 Fix race condition in FIFO buffer
...
The FIFO buffer could get data in next() whilst a data swap is happening
due to a rare race condition. This patch adds mutexes around the parts
that could race.
The observed effect of this race was during a complex aggregate query
the results would occasionally be incorrect.
In addition this fixes a race condition in PrimProc's regex processor.
2018-07-11 15:32:27 +01:00
David Hill
68c01a3d12
fixes for multi install
2018-07-10 14:27:28 -05:00
David Hall
11d2094089
MCOL-1531 Don't compare alias in == operators for ReturnedColumn types
2018-07-10 14:03:17 -05:00
Andrew Hutchings
1fa2537575
Merge pull request #515 from drrtuy/MCOL-1497
...
MCOL-1497 GROUP BY handler supports outer joins.
2018-07-10 09:24:35 +01:00
Andrew Hutchings
fc0a8b1043
Merge pull request #503 from drrtuy/MCOL-1457
...
MCOL-1457 GROUP BY handler supports aliases of projected columns in ORDER BY list.
2018-07-10 09:23:53 +01:00
Roman Nozdrin
80fc93c9df
MCOL-1510 GROUP BY supports aggregates as arguments in numerical functions.
2018-07-09 18:36:28 +03:00
David Hill
20c2cc87ad
changes for dbroot
2018-07-09 09:42:54 -05:00
David Hill
4f659108f0
MCOL-1146 - multi-node quick install
2018-07-06 16:39:58 -05:00
David.Hall
af6108da81
Merge pull request #514 from mariadb-corporation/MCOL-1145
...
Mcol 1145 - single node quick install
2018-07-06 15:58:00 -05:00
David Hill
f0ed78e92b
fix root install path
2018-07-06 08:43:58 -05:00
David Hill
2c533c0002
add quick install script
2018-07-05 16:40:36 -05:00
David Hill
37a159064b
added quick install script
2018-07-05 15:21:33 -05:00
David Hill
d73d1bb8c1
fix issue with systemname save
2018-07-05 13:57:27 -05:00
David.Hall
a16d1b068d
Merge pull request #513 from mariadb-corporation/MCOL-1525
...
MCOL-1525 - fix nonroot corefile generating issue
2018-07-05 11:40:46 -05:00
David Hill
58dcdb341a
MCOL-1525 - fix nonroot corefile generating issue
2018-07-05 11:03:07 -05:00
Roman Nozdrin
bd641301da
Merge pull request #504 from mariadb-corporation/1.1-merge-up-20180621
...
Merge develop-1.1 into develop
2018-07-04 22:52:04 +03:00