summaryrefslogtreecommitdiff
path: root/mysql-test/main/tmp_table_count-7586.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/tmp_table_count-7586.test')
-rw-r--r--mysql-test/main/tmp_table_count-7586.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/main/tmp_table_count-7586.test b/mysql-test/main/tmp_table_count-7586.test
index e7bac127815..8bfb0e7c5cf 100644
--- a/mysql-test/main/tmp_table_count-7586.test
+++ b/mysql-test/main/tmp_table_count-7586.test
@@ -9,12 +9,16 @@ create view v2 as select a from t2;
flush status;
select * from v2;
+--disable_ps_protocol
show status like '%Created_tmp%';
+--enable_ps_protocol
explain select * from v2;
select * from (select * from t2) T1;
+--disable_ps_protocol
show status like '%Created_tmp%';
+--enable_ps_protocol
explain select * from (select * from t2) T1;