Search Results
https://dev.mysql.com/doc/refman/8.4/en/group-replication-system-variables.html
The Performance Schema table replication_group_members shows this connection's address and port number in the MEMBER_HOST and MEMBER_PORT columns. group_replication_auto_increment_increment determines the interval between successive values for ...
https://dev.mysql.com/doc/refman/8.4/en/show-warnings.html
Warnings are generated for DML statements such as INSERT, UPDATE, and LOAD DATA as well as DDL statements such as CREATE TABLE and ALTER TABLE. SHOW WARNINGS is also used following EXPLAIN, to display the extended information generated by EXPLAIN.
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-scoring-a-forecasting-model.html
However, the target column needs to be in the table to generate a valid score value. After generating predictions, you can score the model to assess its reliability. In a real-world use case, you should use a separate validation dataset that has ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-topic-modeling-train.html
document_column: Define the column that contains the text that the model uses to generate topics and tags as output. Therefore, you cannot use the following options for topic modeling: model_list optimization_metric exclude_model_list ... After ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-data-encryption.html
keyring_aws: Communicates with the Amazon Web Services Key Management Service (AWS KMS) as a back end for key generation and uses a local file for key storage. When an encrypted tablespace is exported, InnoDB generates a transfer key that is used to ... InnoDB supports data-at-rest encryption for file-per-table tablespaces, general tablespaces, the mysql system tablespace, redo logs, and undo ...
https://dev.mysql.com/doc/refman/8.4/en/manual-info.html
It is also possible to generate this content locally from a MySQL source distribution using the instructions at Section 2.8.10, “Generating MySQL Doxygen Documentation Content”. Typographical and Syntax Conventions This manual uses certain ...
https://dev.mysql.com/doc/refman/8.4/en/window-function-descriptions.html
The following query shows, for the set of values in the val column, the CUME_DIST() value for each row, as well as the percentage rank value returned by the similar PERCENT_RANK() function. The following query shows, for the set of values in the val ... This section describes nonaggregate window functions that, for each row from a query, perform a calculation using rows related to that ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/adding-loadable-function.html
A decimals value of 31 is used for arguments in cases such as a FLOAT or DOUBLE column declared without an explicit number of decimals (for example, FLOAT rather than FLOAT(10,3)) and for floating-point constants such as 1345E-3. For example, to ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-scoring-a-forecasting-model.html
However, the target column needs to be in the table to generate a valid score value. After generating predictions, you can score the model to assess its reliability. In a real-world use case, you should use a separate validation dataset that has ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-topic-modeling-train.html
document_column: Define the column that contains the text that the model uses to generate topics and tags as output. Therefore, you cannot use the following options for topic modeling: model_list optimization_metric exclude_model_list ... After ...