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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user