Search



Search Results
Displaying 641 to 650 of 1764 total results
https://dev.mysql.com/doc/refman/8.4/en/create-table.html
If the NO_AUTO_VALUE_ON_ZERO SQL mode is enabled, you can store 0 in AUTO_INCREMENT columns as 0 without generating a new sequence value. STORAGE For NDB tables, it is possible to specify whether the column is stored on disk or in memory by using a ...| {FULLTEXT | SPATIAL} [INDEX | KEY] [index_name] (key_part,...) [index_option] ...
https://dev.mysql.com/doc/refman/8.4/en/create-user.html
CREATE USER fails with an error if any account to be created is named as the DEFINER attribute for any stored object. (That is, the statement fails if creating an account would cause the account to adopt a currently orphaned stored object.) To ...
https://dev.mysql.com/doc/refman/8.4/en/storage-requirements.html
Different storage engines represent data types and store raw data differently. For BLOB and TEXT data, the information is stored internally in a different area of memory than the row buffer. DATETIME is packed more efficiently, requiring 5 rather ...
https://dev.mysql.com/doc/connectors/en/connector-j-time-instants.html
A time instant is said to be preserved when it always refers to the same point in time when its value is being stored to or retrieved from a database, no matter what time zones the database server and the clients are operating in. TIMESTAMP is the ... Background A time instant is a specific moment on a ...
https://dev.mysql.com/doc/connector-j/en/connector-j-time-instants.html
A time instant is said to be preserved when it always refers to the same point in time when its value is being stored to or retrieved from a database, no matter what time zones the database server and the clients are operating in. TIMESTAMP is the ... Background A time instant is a specific moment on a ...
https://dev.mysql.com/doc/refman/8.4/en/create-event.html
If the DEFINER clause is present, the privileges required depend on the user value, as discussed in Section 27.6, “Stored Object Access Control”. In general, the rules governing event names are the same as those for names of stored routines. The ... CREATE [DEFINER = user] EVENT [IF NOT EXISTS] event_name ON SCHEDULE schedule [ON COMPLETION [NOT] PRESERVE] [ENABLE | DISABLE | DISABLE ON {REPLICA | SLAVE}] [COMMENT 'string'] DO event_body; schedule: { AT timestamp [+ INTERVAL interval] ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbd-definition.html
(NDB 8.4.0) This global parameter can be set only in the [ndbd default] section, and defines the number of fragment replicas for each table stored in the cluster. Warning Setting NoOfReplicas to 1 means that there is only a single copy of all ...
https://dev.mysql.com/doc/ndbapi/en/ndb-column.html
Type Description ArrayType Specifies the column's internal storage format StorageType Determines whether the column is stored in memory or on disk Type The column's data type. Column::getInlineSize() Description This method retrieves the inline size ... This section provides information about the Column class, which models a column in an NDBCLUSTER ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-summarize-docs.html
You need to first ingest these documents into vector store tables using Auto Parallel Load. This topic contains the following sections: Before You Begin Generate Summary for a Single File Generate Summaries for Multiple Files What's Next Before You ... As of MySQL 9.4.1, MySQL HeatWave GenAI lets you generate text summaries for unstructured files available in Object ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-functions-general-purpose.html
MySQL Server supports a keyring service that enables internal components and plugins to store sensitive information securely for later retrieval. A key stored in the keyring by a given user can be manipulated later only by the same user. That is, ...MySQL Server also includes an SQL interface for keyring key management, implemented as a set of general-purpose functions that access the capabilities provided by the internal keyring ...
Displaying 641 to 650 of 1764 total results