Search

Download this Manual
PDF (US Ltr) - 41.8Mb
PDF (A4) - 41.9Mb
Man Pages (TGZ) - 272.3Kb
Man Pages (Zip) - 378.3Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


Displaying 31 to 40 of 49 total results
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-logging-configuration.html
For the query time, longlong outputs the value in microseconds, and double outputs the value in seconds. This section describes how to configure audit logging characteristics, such as the file to which the audit log component writes events, the ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-file-formats.html
Example: "query": "DELETE FROM t1" query_time The query execution time in microseconds (if the longlong data type is selected) or seconds (if the double data type is selected). Important The audit_log plugin is deprecated, and is being replaced by ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-logging-configuration.html
For the query time, longlong outputs the value in microseconds, and double outputs the value in seconds. Important The audit_log plugin is deprecated, and is being replaced by the audit_log component. Deprecation of the plugin means that you should ...
https://dev.mysql.com/doc/refman/9.7/en/create-event.html
The interval portion consists of two parts, a quantity and a unit of time, and follows the syntax rules described in Temporal Intervals, except that you cannot use any units keywords that involving microseconds when defining an event. CREATE ...
https://dev.mysql.com/doc/refman/9.7/en/date-and-time-type-syntax.html
MySQL permits fractional seconds for TIME, DATETIME, and TIMESTAMP values, with up to microseconds (6 digits) precision. The date and time data types for representing temporal values are DATE, TIME, DATETIME, TIMESTAMP, and YEAR. For the DATE and ...
https://dev.mysql.com/doc/refman/9.7/en/datetime.html
A DATETIME or TIMESTAMP value can include a trailing fractional seconds part in up to microseconds (6 digits) precision. This section describes their characteristics, how they are similar, and how they differ. MySQL recognizes DATE, DATETIME, and ...
https://dev.mysql.com/doc/refman/9.7/en/error-log-event-fields.html
Core Error Event Fields Optional Error Event Fields Core Error Event Fields These error event fields are core fields: time The event timestamp, with microsecond precision. Error events intended for the error log contain a set of fields, each of ...
https://dev.mysql.com/doc/refman/9.7/en/fractional-seconds.html
MySQL has fractional seconds support for TIME, DATETIME, and TIMESTAMP values, with up to microseconds (6 digits) precision: To define a column that includes a fractional seconds part, use the syntax type_name(fsp), where type_name is TIME, ...For ...
https://dev.mysql.com/doc/refman/9.7/en/glossary.html
L latch A lightweight structure used by InnoDB to implement a lock for its own internal memory structures, typically held for a brief time measured in milliseconds or microseconds. These terms are commonly used in information about the MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-params-other.html
The listings in this section provide information about parameters used in the [computer], [tcp], and [shm] sections of a config.ini file for configuring NDB Cluster. For detailed descriptions and additional information about individual parameters, ...
Displaying 31 to 40 of 49 total results