Skip to content

Commit

Permalink
MDEV-7669 tmp_table_count-7586 fails in ps and embedded
Browse files Browse the repository at this point in the history
disable a broken test, pending a proper fix
  • Loading branch information
vuvova committed Mar 6, 2015
1 parent 5f510a9 commit c0af821
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mysql-test/t/tmp_table_count-7586.test
@@ -1,6 +1,7 @@
# MDEV-7586 regression test.
# Test if created_tmp_tables status variable is correctly incremented.
--source include/have_perfschema.inc
--source include/not_embedded.inc

create table t2 (a int);
insert into t2 values (1),(2),(3);
Expand All @@ -22,6 +23,8 @@ drop view v2;
drop table t2;


--disable_ps_protocol

CREATE TABLE t1(a int);
INSERT INTO t1 values(1),(2);
CREATE TABLE t2(a int);
Expand Down

0 comments on commit c0af821

Please sign in to comment.