1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fix perfschema.misc when previous tests used lots of threads

This commit is contained in:
Sergei Golubchik
2024-04-08 20:52:14 +02:00
parent 50803bc456
commit 7e3090a8a0

View File

@ -175,6 +175,7 @@ DROP TABLE t_60905;
#
show global variables like "performance_schema_max_thread_instances";
replace_result 512 256;
explain select * from performance_schema.threads;
#