1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +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

@@ -7,8 +7,6 @@
# - the test might abort
#
# 0. Check, build or set prequisites
Warnings:
Warning 1287 'performance_schema.setup_timers' is deprecated and will be removed in a future release
UPDATE performance_schema.threads
SET INSTRUMENTED='NO' WHERE PROCESSLIST_ID = CONNECTION_ID();
# 1. Basic checks
@@ -221,6 +219,4 @@ connection default;
# It must reset all counters.
TRUNCATE TABLE performance_schema.socket_summary_by_instance;
# 6. Cleanup
Warnings:
Warning 1287 'performance_schema.setup_timers' is deprecated and will be removed in a future release
connection default;