Search Results
https://dev.mysql.com/doc/refman/8.4/en/window-function-descriptions.html
This section describes nonaggregate window functions that, for each row from a query, perform a calculation using rows related to that row. Most aggregate functions also can be used as window functions; see Section 14.19.1, “Aggregate Function ...
https://dev.mysql.com/doc/internals/en/event-data-for-specific-event-types.html
Value is two 2-byte unsigned integers representing the auto_increment_increment and auto_increment_offset system variables. Value is three 2-byte unsigned integers representing the character_set_client, collation_connection, and collation_server ...
https://dev.mysql.com/doc/ndbapi/en/ndb-datafile.html
Return value The number of bytes free in the data file, as an unsigned 64-bit integer. Return value The size of the data file, in bytes, as an unsigned 64-bit integer. Return value This method returns the tablespace ID as an unsigned 32-bit integer.
https://dev.mysql.com/doc/refman/8.4/en/data-masking-plugin-functions.html
margin1: A nonnegative integer that specifies the number of characters on the left end of the string to remain unmasked. margin2: A nonnegative integer that specifies the number of characters on the right end of the string to remain unmasked. The ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-restore.html
--allow-pk-changes Command-Line Format --allow-pk-changes[=0|1] Type Integer Default Value 0 Minimum Value 0 Maximum Value 1 When this option is set to 1, ndb_restore allows the primary keys in a table definition to differ from that of the same ...
https://dev.mysql.com/doc/refman/8.4/en/validate-password-options-variables.html
validate_password.length Command-Line Format --validate-password.length=# System Variable validate_password.length Scope Global Dynamic Yes SET_VAR Hint Applies No Type Integer Default Value 8 Minimum Value 0 The minimum number of characters that ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/server-error-reference.html
Error number: 1775; Symbol: ER_GNO_EXHAUSTED; SQLSTATE: HY000 Message: Impossible to generate GTID: the integer component reached the maximum value. Error number: 3860; Symbol: ER_WARN_DEPRECATED_INTEGER_DISPLAY_WIDTH; SQLSTATE: HY000 Message: ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/adding-loadable-function.html
The MySQL interface for loadable functions provides the following features and capabilities: Functions can return string, integer, or real values and can accept arguments of those same types. SQL Type C++ Type STRING char * INTEGER long long REAL ...You can define simple functions that operate on a single row at a time, or aggregate functions that operate on groups of ...
https://dev.mysql.com/doc/internals/en/event-content-writing-conventions.html
Some events use Packed Integers, a special format for efficient representation of unsigned integers. A Packed Integer has the capacity of storing up to 8-byte integers, while small integers still can use 1, 3, or 4 bytes. Packed Integer format ...
https://dev.mysql.com/doc/ndbapi/en/ndb-undofile.html
Return value The number of the undo file, as an unsigned 32-bit integer. Return value The ID of the log file group, as an unsigned 32-bit integer. Return value The size in bytes of the undo file, as an unsigned 64-bit integer. Signature void setNode ...Undofile Class Overview Undofile Constructor Undofile::getFileNo() (OBSOLETE) Undofile::getLogfileGroup() Undofile::getLogfileGroupId() Undofile::getNode() (OBSOLETE) Undofile::getObjectId() Undofile::getObjectStatus() Undofile::getObjectVersion() Undofile::getPath() Undofile::getSize() Undofile::setLogfileGroup() Undofile::setNode() (OBSOLETE) Undofile::setPath() Undofile::setSize() Undofile Class Overview Parent class NdbDictionary Child classes None Description The Undofile class models an NDB Cluster Disk Data undo file, which stores data used for rolling back ...