Oleksandr Byelkin
a977054ee0
Merge branch '10.3' into 10.4
2023-01-28 18:22:55 +01:00
Sergei Petrunia
f18c2b6c8a
MDEV-15178: Filesort::make_sortorder: Assertion `pos->field != __null |
...
(Initial patch by Varun Gupta. Amended and added comments).
When the query has both
1. Aggregate functions that require sorting data by group, and
2. Window functions
we need to use two temporary tables. The first temp.table will hold the
join output. Then it is passed to filesort(). Reading it in sorted
order allows to compute the aggregate functions.
Then, we need to write their values into the second temp. table. Then,
Window Function computation step can pass that to filesort() and read
them in the order it needs.
Failure to create the second temp. table would cause an assertion
failure: window function could would not find where to get the values
of the aggregate functions.
2023-01-23 18:22:21 +02:00
Marko Mäkelä
18795f5512
Merge 10.3 into 10.4
2022-09-13 16:36:38 +03:00
Alexander Barkov
f1544424de
MDEV-29446 Change SHOW CREATE TABLE to display default collation
2022-09-12 22:10:39 +04:00
Sergei Golubchik
a70a1cf3f4
Merge branch '10.3' into 10.4
2022-05-08 23:03:08 +02:00
Sergei Golubchik
6f741eb6e4
Merge branch '10.2' into 10.3
2022-05-07 11:48:15 +02:00
Marko Mäkelä
f5ff7d09c7
Merge 10.3 into 10.4
2022-02-25 13:00:48 +02:00
Marko Mäkelä
00b70bbb51
Merge 10.2 into 10.3
2022-02-25 10:43:38 +02:00
Sergei Golubchik
b4477ae73c
Merge branch '10.3' into 10.4
2022-02-10 20:39:13 +01:00
Sergei Golubchik
a36fc80aeb
Merge branch '10.2' into 10.3
2022-02-10 20:23:56 +01:00
Oleksandr Byelkin
7841a7eb09
Merge branch '10.3' into 10.4
2021-07-31 22:59:58 +02:00
Sergei Golubchik
6190a02f35
Merge branch '10.2' into 10.3
2021-07-21 20:11:07 +02:00
Marko Mäkelä
d3e4fae797
Merge 10.3 into 10.4
2021-06-21 12:38:25 +03:00
Marko Mäkelä
c9a85fb1b1
Merge 10.2 into 10.3
2021-06-21 09:07:40 +03:00
Marko Mäkelä
a26e7a3726
Merge 10.3 into 10.4
2021-03-08 09:39:54 +02:00
Vicențiu Ciorbaru
e9b8b76f47
Merge branch '10.2' into 10.3
2021-03-04 16:04:30 +02:00
Marko Mäkelä
eae968f62d
Merge 10.3 into 10.4
2020-08-10 21:08:46 +03:00
Marko Mäkelä
bafc5c1321
Merge 10.2 into 10.3
2020-08-10 18:40:57 +03:00
Marko Mäkelä
9216114ce7
Merge 10.3 into 10.4
2020-07-31 18:09:08 +03:00
Marko Mäkelä
66ec3a770f
Merge 10.2 into 10.3
2020-07-31 13:51:28 +03:00
Marko Mäkelä
9936cfd531
Merge 10.3 into 10.4
2020-07-15 10:17:15 +03:00
Marko Mäkelä
8a0944080c
Merge 10.2 into 10.3
2020-07-14 22:59:19 +03:00
Marko Mäkelä
f347b3e0e6
Merge 10.3 into 10.4
2020-07-02 07:39:33 +03:00
Marko Mäkelä
1df1a63924
Merge 10.2 into 10.3
2020-07-02 06:17:51 +03:00
Marko Mäkelä
68d9d512e9
Merge 10.3 into 10.4
2020-06-05 18:05:22 +03:00
Marko Mäkelä
680463a8d9
Merge 10.2 into 10.3
2020-06-05 16:51:26 +03:00
Marko Mäkelä
ca38b6e427
Merge 10.3 into 10.4
2020-05-26 11:54:55 +03:00
Marko Mäkelä
ecc7f305dd
Merge 10.2 into 10.3
2020-05-25 19:41:58 +03:00
Marko Mäkelä
4c25e75ce7
Merge 10.3 into 10.4
2019-12-27 18:20:28 +02:00
Marko Mäkelä
5ab70e7f68
Merge 10.2 into 10.3
2019-12-27 15:14:48 +02:00
Marko Mäkelä
8fa759a576
Merge 10.3 into 10.4
...
We disable the MDEV-21189 test galera.galera_partition
because it times out.
2019-12-13 17:30:37 +02:00
Marko Mäkelä
0a20e5ab77
Merge 10.2 into 10.3
2019-12-12 14:41:51 +02:00
Marko Mäkelä
c221bcdce7
Merge 10.3 into 10.4
2019-08-16 10:51:20 +03:00
Alexander Barkov
841294cfaa
MDEV-20351 Window function BIT_OR() OVER (..) return a wrong data type
2019-08-15 10:32:42 +04:00
Marko Mäkelä
2fd82471ab
Merge 10.3 into 10.4
2019-06-12 08:37:27 +03:00
Marko Mäkelä
b42dbdbccd
Merge 10.2 into 10.3
2019-06-11 13:00:18 +03:00
Oleksandr Byelkin
c07325f932
Merge branch '10.3' into 10.4
2019-05-19 20:55:37 +02:00
Oleksandr Byelkin
c51f85f882
Merge branch '10.2' into 10.3
2019-05-12 17:20:23 +02:00
Marko Mäkelä
e6bdf77e4b
Merge 10.3 into 10.4
...
In is_eits_usable(), we disable an assertion that fails due to
MDEV-19334.
2019-04-25 16:05:20 +03:00
Marko Mäkelä
acf6f92aa9
Merge 10.2 into 10.3
2019-04-25 09:05:52 +03:00
Marko Mäkelä
514b305dfb
Merge 10.3 into 10.4
...
The MDEV-17262 commit 26432e49d3
was skipped. In Galera 4, the implementation would seem to require
changes to the streaming replication.
In the tests archive.rnd_pos main.profiling, disable_ps_protocol
for SHOW STATUS and SHOW PROFILE commands until MDEV-18974
has been fixed.
2019-03-20 10:41:32 +02:00
Sergei Golubchik
b64fde8f38
Merge branch '10.2' into 10.3
2019-03-17 13:06:41 +01:00
Marko Mäkelä
734510a44d
Merge 10.3 into 10.4
2019-01-06 17:43:02 +02:00
Sergei Golubchik
6bb11efa4a
Merge branch '10.2' into 10.3
2019-01-03 13:09:41 +01:00
Marko Mäkelä
b5763ecd01
Merge 10.3 into 10.4
2018-12-18 11:33:53 +02:00
Marko Mäkelä
45531949ae
Merge 10.2 into 10.3
2018-12-18 09:15:41 +02:00
Marko Mäkelä
dde2ca4aa1
Merge 10.3 into 10.4
2018-11-19 20:22:33 +02:00
Marko Mäkelä
fd58bb71e2
Merge 10.2 into 10.3
2018-11-19 18:45:53 +02:00
Marko Mäkelä
074c684099
Merge 10.3 into 10.4
2018-11-06 16:24:16 +02:00
Marko Mäkelä
df563e0c03
Merge 10.2 into 10.3
...
main.derived_cond_pushdown: Move all 10.3 tests to the end,
trim trailing white space, and add an "End of 10.3 tests" marker.
Add --sorted_result to tests where the ordering is not deterministic.
main.win_percentile: Add --sorted_result to tests where the
ordering is no longer deterministic.
2018-11-06 09:40:39 +02:00