PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
Displaying 771 to 779
of 779 total results
- « Previous
- 76
- 77
- 78
https://dev.mysql.com/doc/refman/5.7/en/sys-metrics.html
The metric type determines the source from which the name is taken: For global status variables: The VARIABLE_NAME column of the global_status table For InnoDB metrics: The NAME column of the INNODB_METRICS table For other metrics: A view-provided ... This view summarizes MySQL server metrics to show variable names, values, types, and whether they are ...
https://dev.mysql.com/doc/refman/5.7/en/sys-statement-analysis.html
The statement_analysis and x$statement_analysis views have these columns: query The normalized statement string. db The default database for the statement, or NULL if there is none. full_scan The total number of full table scans performed by ...
https://dev.mysql.com/doc/refman/5.7/en/sys-statements-with-errors-or-warnings.html
The statements_with_errors_or_warnings and x$statements_with_errors_or_warnings views have these columns: query The normalized statement string. These views display normalized statements that have produced errors or warnings. By default, rows are ...
https://dev.mysql.com/doc/refman/5.7/en/sys-statements-with-full-table-scans.html
The statements_with_full_table_scans and x$statements_with_full_table_scans views have these columns: query The normalized statement string. These views display normalized statements that have done full table scans. By default, rows are sorted by ...
https://dev.mysql.com/doc/refman/5.7/en/sys-statements-with-runtimes-in-95th-percentile.html
The statements_with_runtimes_in_95th_percentile and x$statements_with_runtimes_in_95th_percentile views have these columns: query The normalized statement string. These views list statements with runtimes in the 95th percentile. db The default ...
https://dev.mysql.com/doc/refman/5.7/en/sys-statements-with-sorting.html
The statements_with_sorting and x$statements_with_sorting views have these columns: query The normalized statement string. db The default database for the statement, or NULL if there is none. total_latency The total wait time of timed occurrences of ...
https://dev.mysql.com/doc/refman/5.7/en/sys-statements-with-temp-tables.html
The statements_with_temp_tables and x$statements_with_temp_tables views have these columns: query The normalized statement string. These views list normalized statements that have used temporary tables. By default, rows are sorted by descending ...
https://dev.mysql.com/doc/refman/5.7/en/tracing-memory-usage.html
Each stored trace is a string, which is extended (using realloc()) as optimization progresses by appending more data to it. The optimizer_trace_max_mem_size server system variable sets a limit on the total amount of memory used by all traces ...
https://dev.mysql.com/doc/refman/5.7/en/verifying-md5-checksum.html
Linux and Microsoft Windows examples: $> md5sum mysql-standard-5.7.44-linux-i686.tar.gz aaab65abbec64d5e907dcd41b8699945 mysql-standard-5.7.44-linux-i686.tar.gz $> md5.exe mysql-installer-community-5.7.44.msi aaab65abbec64d5e907dcd41b8699945 ...