David Hall
2ce34855f8
Merge branch 'develop' into MCOL-3536
2019-10-09 09:05:27 -05:00
David Hall
8f1cc7ad65
MCOL-3536 Use already existing Row:getStringPointer()
2019-10-09 09:04:10 -05:00
David Hall
3cbcd73ed4
Merge branch 'develop' into MCOL-3536
2019-10-08 12:00:20 -05:00
Gagan Goel
6207d6137d
Handle comparison of two negative TIME values properly in the ORDER BY clause.
2019-10-08 10:23:56 -04:00
David Hall
b747e9ab92
MCOL-3536 use Locale for compare of strings in ORDER BY
2019-10-07 09:21:09 -05:00
Gagan Goel
c3a5b57d85
Use signed integer comparison for TIME data type in the ORDER BY clause.
2019-10-04 17:46:58 -04:00
Gagan Goel
6ccdb4ac10
1. Fix for group_concat(distinct ... ) to use all unique values in a row.
...
2. Explicitly set array bounds for Row::hash() and Row::equals().
2019-08-15 01:15:05 -04:00
Gagan Goel
e89d1ac3cf
MCOL-265 Add support for TIMESTAMP data type
2019-04-23 00:00:09 -04:00
Andrew Hutchings
6ba299cccd
Merge branch 'develop-1.2' into MCOL-1822-c
2019-03-06 06:47:46 -05:00
David Hall
3f2c753947
MCOL-1822-c final checkin
2019-03-05 09:33:39 -06:00
Roman Nozdrin
947eaaef26
MCOL-901 group_concat() uses only a subset of unique values
...
b/c an incorrect number of key columns was used whilst
initializing Eq() struct. The regression caused by
changes made for MCOL-1829 so I revised the changes
made. Now LimitedOrderBy::getKeyLength() returns an
actual key columns count.
2019-03-02 02:01:41 +03:00
David Hall
c5b9ae11e5
MCOL-1822 add LONG DOUBLE support
2019-01-29 09:55:43 -06:00
Andrew Hutchings
95c4f17b0a
Merge branch 'develop-1.1' into 1.2-merge-up-20190122
2019-01-22 08:26:26 +00:00
Roman Nozdrin
7b4cec5757
MCOL-1829 Subquery with limited order by could potentially return onordered set.
...
There were two code mistakes: Eq::operator() always returned true for
any pair and Hasher::operator() always returned 0 as a key.
2019-01-14 16:55:41 +03:00
Roman Nozdrin
35a17a87c4
MCOL-1829 Subquery with limited order by could potentially return onordered set.
...
There were two code mistakes: Eq::operator() always returned true for
any pair and Hasher::operator() always returned 0 as a key.
2018-12-26 10:39:32 +03:00
Andrew Hutchings
3c1ebd8b94
MCOL-392 Add initial TIME datatype support
2018-04-30 09:42:41 +01:00
Andrew Hutchings
01446d1e22
Reformat all code to coding standard
2017-10-26 17:18:17 +01:00
Andrew Hutchings
f369ee6212
MCOL-707 Fix memory accounting for ORDER BY
...
Missed off window function order by memory accounting in my first commit
for MCOL-707. Fixed in the same way
2017-05-10 22:59:52 +01:00
david hill
f6afc42dd0
the begginning
2016-01-06 14:08:59 -06:00