1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

P_S 5.7.28

This commit is contained in:
Sergei Golubchik
2019-12-10 15:35:00 +01:00
parent dfe6e914e5
commit 0ea717f51a
942 changed files with 174739 additions and 20780 deletions

View File

@ -1,3 +1,8 @@
# The include statement below is a temp one for tests that are yet to
#be ported to run with InnoDB,
#but needs to be kept for tests that would need MyISAM in future.
--source include/force_myisam_default.inc
# Tests for PERFORMANCE_SCHEMA
--source include/not_embedded.inc
@ -20,14 +25,17 @@ truncate table performance_schema.events_waits_current;
truncate table performance_schema.events_waits_history;
truncate table performance_schema.events_waits_history_long;
show variables like "thread_handling";
show global variables like "thread_handling";
# Make sure no thread instrumentation is lost
show status like "Performance_schema_thread_instances_lost";
# Code to test : in this main thread
create table test.t1(a int) engine=MYISAM;
show variables like "performance_schema";
show variables like "performance_schema_max_thread%";
show global variables like "performance_schema";
show global variables like "performance_schema_max_thread%";
# Verification : in this main thread