mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Applied all changes from Igor and Sanja
This commit is contained in:
15
mysql-test/suite/perfschema/include/sizing_auto.inc
Normal file
15
mysql-test/suite/perfschema/include/sizing_auto.inc
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
show variables like "table_definition_cache";
|
||||
show variables like "table_open_cache";
|
||||
show variables like "max_connections";
|
||||
# Results vary by platform:
|
||||
# show variables like "open_files_limit";
|
||||
show variables like "%performance_schema%";
|
||||
show status like "%performance_schema%";
|
||||
|
||||
# Each test script should provide a different test.cnf file,
|
||||
# with different settings.
|
||||
# This output will show the sizes computed automatically.
|
||||
# Note that this output is very dependent on the platform.
|
||||
|
||||
show engine performance_schema status;
|
Reference in New Issue
Block a user