diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2017-11-10 11:22:51 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2017-11-10 11:22:51 +0100 |
commit | 78a31db6b322ec0e63601ed471feaedc0ad2987c (patch) | |
tree | 471b5e5211d8a895071dd9f130d3df477c242496 /mysql-test/t/intersect.test | |
parent | 06a9a366a3df18b02a97fce8e585229f0c01bd09 (diff) | |
download | mariadb-git-bb-10.3-MDEV-13723.tar.gz |
MDEV-13723: Server crashes in ha_heap::find_unique_row or Assertion `0' failed in st_select_lex_unit::optimize with INTERSECTbb-10.3-MDEV-13723
With INTERSECT/EXCEPT fakt that subquery item of IN/ALL/ANY was not assigned value does not mean that temporary table used for calculating unit is empty (records could be deleted).
Diffstat (limited to 'mysql-test/t/intersect.test')
-rw-r--r-- | mysql-test/t/intersect.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/intersect.test b/mysql-test/t/intersect.test index 6028b2fa498..99a54606291 100644 --- a/mysql-test/t/intersect.test +++ b/mysql-test/t/intersect.test @@ -190,3 +190,4 @@ show create view v1; drop view v1; drop tables t1,t2,t3; +--echo # End of 10.3 tests |