Skip to content

Commit ba9ade4

Browse files
committed
MDEV-29710: Skip main.update_use_source on Valgrind
This test is not slow, but it reliably produces an EXPLAIN difference (number of rows) on the Valgrind builder. A possible explanation could be that the purge threads are not being scheduled. Valgrind runs all threads in a single thread.
1 parent f600690 commit ba9ade4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-test/main/update_use_source.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
--source include/have_sequence.inc
22
--source include/have_innodb.inc
3+
--source include/no_valgrind_without_big.inc
34

45
create table t1 (old_c1 integer, old_c2 integer,c1 integer, c2 integer, c3 integer) engine=InnoDb;
56
create view v1 as select * from t1 where c2=2;

0 commit comments

Comments
 (0)