Ravi Prakash
5df447b6ec
Fix MCOL-1635 where an "insert into table select query" crashes the server. This happens
...
for a MEDIUMBLOB column type.
2018-08-14 11:59:09 -07:00
David.Hall
934667f02b
Merge pull request #533 from mariadb-corporation/MCOL-1385
...
MCOL-1385 MariaDB 10.3 support
2018-08-14 10:36:32 -05:00
David Hill
e903e47201
MCOL-1523 - fix issue with query failing and enablemodule failing trying to get um1 back.
2018-08-10 18:37:40 -05:00
David Hill
b5a39ea789
MCOL-1523 - fix issue with query failing and enablemodule failing trying to get um1 back.
2018-08-10 16:15:58 -05:00
David Hill
5927b1cf81
MCOL-1523 - fix issue with query failing and enablemodule failing trying to get um1 back.
2018-08-10 16:01:12 -05:00
benthompson15
150171b714
Merge pull request #535 from mariadb-corporation/MCOL-1605
...
MCOL-1605 - changed error to debug, alarms trying to get issued befor…
2018-08-09 17:49:01 -05:00
david hill
1068679fbf
Merge pull request #534 from mariadb-corporation/MCOL-1610
...
MCOL-1610
2018-08-07 08:57:07 -05:00
David Hill
8a4294978f
MCOL-1605 - changed error to debug, alarms trying to get issued before procmgr is up
2018-08-07 08:54:08 -05:00
benthompson15
ee40c3ac05
Merge pull request #523 from mariadb-corporation/MCOL-1579
...
MCOL-1579 Remove chmod of /dev/shm
2018-08-06 13:02:08 -05:00
benthompson15
0df1b92226
Merge pull request #525 from mariadb-corporation/MCOL-1472
...
MCOL-1472 Add switch to handle nested case
2018-08-06 12:33:47 -05:00
Ben Thompson
515cc31d4f
MCOL-1610: modify so if moving a dbroot fails with gluster it is reassigned to original owner. Add logging around failure for mounting gluster volumes.
2018-08-06 10:10:52 -05:00
benthompson15
d1969e4f6e
Merge pull request #532 from mariadb-corporation/MCOL-1498
...
Mcol 1498 - add password prompt for non-dstribution install
2018-08-03 10:10:20 -05:00
benthompson15
c342042711
Merge pull request #531 from mariadb-corporation/MCOL-1591
...
MCOL-1591 - add umask test to tester
2018-08-03 10:09:53 -05:00
benthompson15
06c4bd97a9
Merge pull request #530 from mariadb-corporation/MCOL-1145-1
...
MCOL-1145/1146 - fix nonroot install lib issue
2018-08-03 10:09:38 -05:00
benthompson15
7c4f0ada0f
Merge pull request #529 from mariadb-corporation/MCOL-1523
...
Mcol 1523 - um failover when ddl/dml process fail to start
2018-08-03 10:09:22 -05:00
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