mariadb/mysql-test/suite
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
..
archive MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
binlog MDEV-25277: mysqlbinlog --verbose cannot read row events with compressed columns: Don't know how to handle column type: 140 2023-01-11 10:37:49 -07:00
binlog_encryption MDEV-21087/MDEV-21433: ER_SLAVE_INCIDENT arrives at slave without failure specifics 2022-07-25 16:26:53 -06:00
compat MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
csv Fixed errors found by MSAN 2020-07-02 23:50:56 +03:00
encryption MDEV-15178: Filesort::make_sortorder: Assertion `pos->field != __null | 2023-01-23 18:22:21 +02:00
engines MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
federated MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
funcs_1 MDEV-30056 Impossible to export column grants 2022-12-02 16:19:13 +01:00
funcs_2 MDEV-30233 DROP DATABASE test fails: Directory not empty 2022-12-15 11:14:23 +02:00
galera MDEV-29814: galera_var_notify_ssl_ipv6 causes testing system to hang 2022-12-09 17:52:26 +01:00
galera_3nodes MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
gcol MDEV-19071 Wrong results when using STDDEV_SAMP() and view 2023-01-02 00:04:03 +01:00
handler Merge branch '10.2' into 10.3 2022-05-03 10:59:54 +02:00
heap MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
innodb MDEV-30225 RR isolation violation with locking unique search 2022-12-20 11:31:49 +03:00
innodb_fts MDEV-25004 Refactorings 2022-12-27 00:02:02 +03:00
innodb_gis MDEV-29856 heap-use-after-poison in row_merge_spatial_rows() w/ column prefix 2022-11-08 15:26:34 +02:00
innodb_zip MDEV-27882 Innodb - recognise MySQL-8.0 innodb flags and give a specific error message 2022-11-11 10:21:28 +11:00
jp MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
json
large_tests
maria MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
mariabackup MDEV-23335 MariaBackup Incremental Does Not Reflect Dropped/Created Databases 2023-01-19 17:18:06 +04:00
mtr/t
mtr2
multi_source Merge 10.2 into 10.3 2020-08-21 19:18:34 +03:00
optimizer_unfixed_bugs
parts typos 2022-12-21 12:46:52 +11:00
perfschema MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
perfschema_stress
plugins MDEV-29490 Renaming internally used client API to avoid name conflicts 2022-10-25 14:00:21 +02:00
roles MDEV-30056 Impossible to export column grants 2022-12-02 16:19:13 +01:00
rpl MDEV-30056 Impossible to export column grants 2022-12-02 16:19:13 +01:00
sql_sequence MDEV-29540 Incorrect sequence values in INSERT SELECT 2022-10-19 08:15:42 +11:00
storage_engine Merge 10.2 into 10.3 2020-08-21 19:18:34 +03:00
stress MDEV-22339 - Assertion `str_length < len' failed 2020-06-04 23:52:10 +02:00
sys_vars MDEV-29706 : SIGSEGV in wsrep_TOI_begin on non-Galera builds 2022-10-06 13:08:20 +03:00
unit Merge 10.2 into 10.3 2021-10-21 17:39:34 +03:00
vcol MDEV-19071 Wrong results when using STDDEV_SAMP() and view 2023-01-02 00:04:03 +01:00
versioning MDEV-30378 Versioned REPLACE succeeds with ON DELETE RESTRICT constraint 2023-01-12 21:51:48 +03:00
wsrep Merge branch '10.2' into 10.3 2022-05-03 10:59:54 +02:00