Search

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


Displaying 101 to 110 of 326 total results
https://dev.mysql.com/doc/refman/9.7/en/xa-statements.html
Each XA transaction must have a unique xid value, so the value must not currently be used by another XA transaction. For this reason, gtrid values must be globally unique so that there is no ambiguity about which global transaction a given XA ... To ...
https://dev.mysql.com/doc/refman/9.7/en/alter-table-examples.html
For NDB tables, it is also possible to change the storage type used for a table or column. row *************************** Table: t1 Create Table: CREATE TABLE `t2` ( `c1` int(11) DEFAULT NULL ) /*!50100 TABLESPACE ts_1 STORAGE DISK */ ...
https://dev.mysql.com/doc/refman/9.7/en/alter-table-partition-operations.html
This includes the rules governing the relationship between any unique keys (including any primary key) that the table might have, and the column or columns used in the partitioning expression, as discussed in Section 26.6.1, “Partitioning Keys, ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-file-formats.html
The MySQL server calls the audit log component to write an audit record to its log file whenever an auditable event occurs. Typically the first audit record written after component startup contains the server description and startup options.
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-file-reading.html
For example, pass a bookmark, which is a JSON hash containing timestamp and id elements that uniquely identify a particular event. The timestamp and id items together comprise a bookmark that uniquely identify a particular event. The audit log ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-reference.html
The timestamp and id items together comprise a bookmark that uniquely identify a particular event. The bookmark is a JSON hash with timestamp and id items that uniquely identify the position of an event within the audit log. Audit Log Tables MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-file-reading.html
For example, pass a bookmark, which is a JSON hash containing timestamp and id elements that uniquely identify a particular event. The timestamp and id items together comprise a bookmark that uniquely identify a particular event. Important The ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-reference.html
The timestamp and id items together comprise a bookmark that uniquely identify a particular event. The bookmark is a JSON hash with timestamp and id items that uniquely identify the position of an event within the audit log. Important The audit_log ...
https://dev.mysql.com/doc/refman/9.7/en/clone-plugin-remote.html
Use the following query to check your max_allowed_packet setting: mysql> SHOW VARIABLES LIKE 'max_allowed_packet'; The following prerequisites also apply: Undo tablespace file names on the donor must be unique. To view undo tablespace file names on ... The clone plugin supports the following syntax for cloning remote data; that is, cloning data from a remote MySQL server instance (the donor) and transferring it to the MySQL instance where the cloning operation was initiated (the ...
https://dev.mysql.com/doc/refman/9.7/en/data-masking-component-function-reference.html
Table 8.56 MySQL Enterprise Data Masking Component Functions Name Description current_role_in() Returns true if any active role matches an authorization ID in the list current_user_in() Returns true if the current user matches an authorization ID ...
Displaying 101 to 110 of 326 total results