Commit c0af8213 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-7669 tmp_table_count-7586 fails in ps and embedded

disable a broken test, pending a proper fix
parent 5f510a91
# 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);
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment