From 12253abadb1b2993469dbfad59b1043ecc974983 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 13 Feb 2014 20:21:57 +0100 Subject: MDEV-714 LP:1020645 - crash (sig 11) with union query Don't ignore the error from st_select_lex_unit::optimize() --- mysql-test/r/union_crash-714.result | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mysql-test/r/union_crash-714.result (limited to 'mysql-test/r/union_crash-714.result') diff --git a/mysql-test/r/union_crash-714.result b/mysql-test/r/union_crash-714.result new file mode 100644 index 00000000000..2811f8bd7f5 --- /dev/null +++ b/mysql-test/r/union_crash-714.result @@ -0,0 +1,5 @@ +create table t1 (i tinyint); +set debug='+d,bug11747970_raise_error'; +insert into t1 (i) select i from t1 union select i from t1; +ERROR 70100: Query execution was interrupted +drop table t1; -- cgit v1.2.1