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
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-event-reports.html
In this section, we discuss the types of event logs provided by NDB Cluster, and the types of events that are logged. NDB Cluster provides two types of event log: The cluster log, which includes events generated by all cluster nodes. The cluster ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-install-db.html
The password entry includes a timestamp to indicate when it was written. Note mysql_install_db is deprecated as of MySQL 5.7.6 because its functionality has been integrated into mysqld, the MySQL server. To initialize a MySQL installation, invoke ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-nutshell.html
With the MAXDB SQL mode enabled, using CREATE TABLE or ALTER TABLE to add a TIMESTAMP column to a table produces a warning. This section summarizes what has been added to, deprecated in, and removed from MySQL 5.7. A companion section lists MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/partitioning-limitations-functions.html
This section discusses limitations in MySQL Partitioning relating specifically to functions used in partitioning expressions. Each of these functions returns an integer only if it is passed an argument of an exact numeric type, such as one of the ...
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-processlist-table.html
For a replica SQL thread, the value is the number of seconds between the timestamp of the last replicated event and the real time of the replica host. Note The processlist table is automatically created in the Performance Schema for new ...
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-replication-applier-status-by-coordinator-table.html
LAST_ERROR_TIMESTAMP A timestamp in YYMMDD hh:mm:ss format that shows when the most recent SQL/coordinator error occurred. replication_applier_status_by_coordinator Column SHOW SLAVE STATUS Column THREAD_ID None SERVICE_STATE Slave_SQL_Running ...
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-replication-applier-status-by-worker-table.html
LAST_ERROR_TIMESTAMP A timestamp in YYMMDD hh:mm:ss format that shows when the most recent worker error occurred. replication_applier_status_by_worker Column SHOW SLAVE STATUS Column WORKER_ID None THREAD_ID None SERVICE_STATE None ... If the ...
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-statement-summary-tables.html
The events_statements_summary_by_digest table has these additional summary columns: FIRST_SEEN, LAST_SEEN Timestamps indicating when statements with the given digest value were first seen and most recently seen. The Performance Schema maintains ...
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-threads-table.html
For a replica SQL thread, the value is the number of seconds between the timestamp of the last replicated event and the real time of the replica host. The threads table contains a row for each server thread. Each row contains information about a ...
https://dev.mysql.com/doc/refman/5.7/en/problems-with-null.html
Under certain conditions, if you insert NULL into a TIMESTAMP column, the current date and time is inserted; this behavior depends in part on the server SQL mode (see Section 5.1.10, “Server SQL Modes”) as well as the value of the ... The ...