summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/innodb_lock_wait_timeout_1.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/r/innodb_lock_wait_timeout_1.result')
-rw-r--r--mysql-test/suite/innodb/r/innodb_lock_wait_timeout_1.result20
1 files changed, 0 insertions, 20 deletions
diff --git a/mysql-test/suite/innodb/r/innodb_lock_wait_timeout_1.result b/mysql-test/suite/innodb/r/innodb_lock_wait_timeout_1.result
index bd8760b8f79..26ed20ca730 100644
--- a/mysql-test/suite/innodb/r/innodb_lock_wait_timeout_1.result
+++ b/mysql-test/suite/innodb/r/innodb_lock_wait_timeout_1.result
@@ -140,16 +140,6 @@ key_len NULL
ref NULL
rows NULL
Extra No tables used
-id NULL
-select_type UNION RESULT
-table <union2,3>
-type ALL
-possible_keys NULL
-key NULL
-key_len NULL
-ref NULL
-rows NULL
-Extra
#
# Demonstrate that the reported SELECT statement
# no longer produces warnings.
@@ -344,16 +334,6 @@ key_len NULL
ref NULL
rows NULL
Extra No tables used
-id NULL
-select_type UNION RESULT
-table <union2,3>
-type ALL
-possible_keys NULL
-key NULL
-key_len NULL
-ref NULL
-rows NULL
-Extra
# Lock the record.
select 1 from t1 natural join (select 3 as a, 2 as b union all
select 3 as a, 1 as b) as t2 for update;