Skip to content

Commit 9620ec1

Browse files
committed
Bug#35440698 PB2: ndb.ndb_TCtakeover_stall performance_schema.global_status doesn't exist
ndb_TCtakeover_stall uses Performance_Schema which is not available on embedded config. Make whole test not run in embedded. Change-Id: I6f9b8daf4a6e596281bee4f6d79481c255621dc8
1 parent 9bb2b03 commit 9620ec1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mysql-test/suite/ndb/t/ndb_TCtakeover_stall.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
--source include/have_ndb.inc
22
--source include/have_ndb_debug.inc
33

4+
# No PERFORMANCE_SCHEMA with embedded
5+
--source include/not_embedded.inc
6+
47
--echo A client holding a row lock can cause node restart
58
--echo (CopyFrag) to stall until the row lock is released.
69
--echo

0 commit comments

Comments
 (0)