MDEV-7669 tmp_table_count-7586 fails in ps and embedded
disable a broken test, pending a proper fix
This commit is contained in:
parent
5f510a9175
commit
c0af8213fe
@ -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);
|
||||
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user