Search



Search Results
Displaying 351 to 360 of 2652 total results
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-reading.html
audit_log_read() takes an optional JSON string argument, and the result returned from a successful call to either function is a JSON string. If an audit log function is invoked from within the mysql client, binary string results display using ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-generic-secret-storage.html
This function returns a list of strings containing all keys in storage. Secret Management Functions You can use the following functions to manage your secrets: shell.storeSecret(key, value): Stores a secret with the given key. Storing Secrets To ...
https://dev.mysql.com/doc/internals/en/test-faults-macros.html
Note that "function" should be the same string used by the DBUG_ENTER. Note that "function" should be the same string used by the DBUG_ENTER. DBUG_CRASH_ENTER (function) is equivalent to DBUG_ENTER, which registers the beginning of a function but in ... DBUG_EXECUTE_IF (keyword, code) allows executing a piece of code if the appropriate dbug instruction is ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-4.html
Account Management Notes C API Notes Character Set Support Compilation Notes Component Notes Firewall Notes Installation Notes Optimizer Notes Performance Schema Notes Functionality Added or Changed Bugs Fixed Account Management Notes The database ...We solve this by introducing a separate MEM_ROOT object for storing the bind parameters array, which object can be cleared (deallocating the memory) on each call to mysql_stmt_bind_param() or ...
https://dev.mysql.com/doc/internals/en/item-class.html
In the function category we include operators such as + and ||, because operators are merely functions that return values. To us, the word Item means more than just “thingamabob”; it is a technical term with a precise definition in the context ...
https://dev.mysql.com/doc/refman/8.4/en/create-table-generated-columns.html
Generated column definitions have this syntax: col_name data_type [GENERATED ALWAYS] AS (expr) [VIRTUAL | STORED] [NOT NULL | NULL] [UNIQUE [KEY]] [[PRIMARY] KEY] [COMMENT 'string'] AS (expr) indicates that the column is generated and defines the ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins-client-side.html
This is the “main” function, which handles communication with the server. The function takes two arguments representing an I/O structure and a connection handler. Declare the client-side plugin descriptor with the mysql_declare_client_plugin() ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-cluster-metric-mysqlserver-ddlstatementactivity-category.html
Alter Function (Delta) The total number of ALTER FUNCTION statements executed. Create Function (Delta) The total number of CREATE FUNCTION statements executed for stored functions. Create Udf (Delta) The total number of CREATE FUNCTION statements ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-mysqlserver-ddlstatementactivity-category.html
Alter Function (Delta) The total number of ALTER FUNCTION statements executed. Create Function (Delta) The total number of CREATE FUNCTION statements executed for stored functions. Create Udf (Delta) The total number of CREATE FUNCTION statements ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-types.html
The function may consist of any expression valid in MySQL that yields an integer value. This type of partitioning is similar to partitioning by HASH, except that only one or more columns to be evaluated are supplied, and the MySQL server provides ...
Displaying 351 to 360 of 2652 total results