1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

remove features that were deprecated in 10.5

--big-tables
--large-page-size
--storage-engine

performance_schema.setup_timers (WL#10986)
This commit is contained in:
Sergei Golubchik
2025-02-15 16:42:53 +01:00
parent 24fd8c7856
commit 11f6b9d12a
288 changed files with 16195 additions and 18183 deletions

View File

@@ -9,7 +9,6 @@ select count(*) from performance_schema.setup_consumers;
# idle/io/socket is a native instrument
# wait/lock/metadata is a native instrument
select count(*) > 4 from performance_schema.setup_instruments;
select count(*) from performance_schema.setup_timers;
# Make sure we don't crash, no matter what the starting parameters are
@@ -76,7 +75,6 @@ select * from performance_schema.setup_actors;
select * from performance_schema.setup_consumers;
select * from performance_schema.setup_instruments;
select * from performance_schema.setup_objects;
select * from performance_schema.setup_timers;
select * from performance_schema.socket_instances;
select * from performance_schema.socket_summary_by_instance;
select * from performance_schema.socket_summary_by_event_name;