PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.3Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/keyring.html
This service is accessible at two levels: SQL interface: In SQL statements, call the functions described in Section 6.4.4.8, “General-Purpose Keyring Key-Management Functions”. C interface: In C-language code, call the keyring service functions ... MySQL Server supports a keyring that enables internal server components and plugins to securely store sensitive information for later ...
https://dev.mysql.com/doc/refman/5.7/en/libmysqld.html
To change a threaded application to use the embedded library, you normally only have to add calls to the following functions. Table 27.2 MySQL Embedded Server Library Functions Function When to Call mysql_library_init() Call it before any other ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html
--ndb-log-transaction-id is required to enable NDB Cluster Replication conflict detection and resolution using the NDB$EPOCH_TRANS() function (see NDB$EPOCH_TRANS()). Ndb_conflict_last_stable_epoch Number of rows found to be in conflict by a ...
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-setup-objects-table.html
The value is one of 'EVENT' (Event Scheduler event), 'FUNCTION' (stored function), 'PROCEDURE' (stored procedure), 'TABLE' (base table), or 'TRIGGER' (trigger). The setup_objects table controls whether the Performance Schema monitors particular ...
https://dev.mysql.com/doc/refman/5.7/en/replication-features-invoked.html
Replication of invoked features such as loadable functions and stored programs (stored procedures and functions, triggers, and events) provides the following characteristics: The effects of the feature are always replicated. The following ...Note ...
https://dev.mysql.com/doc/refman/5.7/en/rewriter-query-rewrite-plugin-reference.html
5.5.4.3.2 Rewriter Query Rewrite Plugin Procedures and Functions Rewriter plugin operation uses a stored procedure that loads the rules table into its in-memory cache, and a helper loadable function. The function is intended to be invoked by the ...
https://dev.mysql.com/doc/refman/5.7/en/show-procedure-status.html
A similar statement, SHOW FUNCTION STATUS, displays information about stored functions (see Section 13.7.5.20, “SHOW FUNCTION STATUS Statement”). The LIKE clause, if present, indicates which procedure or function names to match. row ... SHOW ...
https://dev.mysql.com/doc/refman/5.7/en/validate-password.html
This applies to the ALTER USER, CREATE USER, GRANT, and SET PASSWORD statements, and passwords given as arguments to the PASSWORD() function. validate_password implements a VALIDATE_PASSWORD_STRENGTH() SQL function that assesses the strength of ...
https://dev.mysql.com/doc/refman/5.7/en/binary-log-mixed.html
When one or more tables with AUTO_INCREMENT columns are updated and a trigger or stored function is invoked. For example, this occurs when the statement creating a view uses the UUID() function. When running in MIXED logging format, the server ...
https://dev.mysql.com/doc/refman/5.7/en/charset-unicode-sets.html
A combined character is considered different from the same character written with a single unicode character in string comparisons, and the two characters are considered to have a different length (for example, as returned by the CHAR_LENGTH() ...