PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 296.5Kb
Man Pages (Zip)
- 401.9Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/stored-program-restrictions.html
(See also Bug #16522.) Each execution of the statements contained in the body of an event takes place in a new connection; thus, these statements have no effect in a given user session on the server's statement counts such as Com_select and ...Some ...
https://dev.mysql.com/doc/refman/8.0/en/stored-routines-syntax.html
The client should also specify the CLIENT_MULTI_RESULTS option when it connects. For C programs, this can be done with the mysql_real_connect() C API function. A stored routine is either a procedure or a function. Stored routines are created with ...
https://dev.mysql.com/doc/refman/8.0/en/string-functions.html
TO_BASE64(str) Converts the string argument to base-64 encoded form and returns the result as a character string with the connection character set and collation. For functions that operate on string positions, the first position is numbered 1. For ...
https://dev.mysql.com/doc/refman/8.0/en/sys-host-summary-by-file-io-type.html
The host_summary_by_file_io_type and x$host_summary_by_file_io_type views have these columns: host The host from which the client connected. These views summarize file I/O, grouped by host and event type. By default, rows are sorted by host and ...
https://dev.mysql.com/doc/refman/8.0/en/sys-host-summary-by-file-io.html
The host_summary_by_file_io and x$host_summary_by_file_io views have these columns: host The host from which the client connected. By default, rows are sorted by descending total file I/O latency. Rows for which the HOST column in the underlying ...
https://dev.mysql.com/doc/refman/8.0/en/sys-host-summary-by-stages.html
The host_summary_by_stages and x$host_summary_by_stages views have these columns: host The host from which the client connected. By default, rows are sorted by host and descending total latency. Rows for which the HOST column in the underlying ...
https://dev.mysql.com/doc/refman/8.0/en/sys-host-summary-by-statement-latency.html
The host_summary_by_statement_latency and x$host_summary_by_statement_latency views have these columns: host The host from which the client connected. Rows for which the HOST column in the underlying Performance Schema table is NULL are assumed to ...
https://dev.mysql.com/doc/refman/8.0/en/sys-host-summary-by-statement-type.html
The host_summary_by_statement_type and x$host_summary_by_statement_type views have these columns: host The host from which the client connected. These views summarize information about statements executed, grouped by host and statement type. By ...
https://dev.mysql.com/doc/refman/8.0/en/sys-latest-file-io.html
The latest_file_io and x$latest_file_io views have these columns: thread For foreground threads, the account associated with the thread (and port number for TCP/IP connections). These views summarize file I/O activity, grouped by file and thread.
https://dev.mysql.com/doc/refman/8.0/en/sys-memory-by-host-by-current-bytes.html
The memory_by_host_by_current_bytes and x$memory_by_host_by_current_bytes views have these columns: host The host from which the client connected. By default, rows are sorted by descending amount of memory used. Rows for which the HOST column in the ...