From 3f619478f796eddbba6e39502fe941b285dd97b1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 20:00:34 +0200 Subject: Adding upstream version 1:10.11.6. Signed-off-by: Daniel Baumann --- mysql-test/main/union_crash-714.result | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mysql-test/main/union_crash-714.result (limited to 'mysql-test/main/union_crash-714.result') diff --git a/mysql-test/main/union_crash-714.result b/mysql-test/main/union_crash-714.result new file mode 100644 index 00000000..371be1e0 --- /dev/null +++ b/mysql-test/main/union_crash-714.result @@ -0,0 +1,7 @@ +create table t1 (i tinyint); +SET @saved_dbug = @@SESSION.debug_dbug; +SET debug_dbug='+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; +SET debug_dbug= @saved_dbug; -- cgit v1.2.3