MySQL 5.6.14 Source Code Document
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
sizing_auto.inc
1
2
show variables like
"table_definition_cache"
;
3
show variables like
"table_open_cache"
;
4
show variables like
"max_connections"
;
5
# open_files_limit depends on OS configuration (ulimit -n)
6
#show variables like "open_files_limit";
7
show variables like
"%performance_schema%"
;
8
show status like
"%performance_schema%"
;
9
10
# Each test script should provide a different test.cnf file,
11
# with different settings.
12
# This output will show the sizes computed automatically.
13
# Note that this output is very dependent on the platform.
14
15
show engine performance_schema status;
16
mysql-test
suite
perfschema
include
sizing_auto.inc
Generated on Sat Nov 9 2013 01:25:07 for MySQL 5.6.14 Source Code Document by
1.8.1.2