Search



Search Results
Displaying 2511 to 2520 of 4186 total results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-sharing.html
For example: mysql> CALL sys.ML_MODEL_EXPORT(@bank_model, 'ML_SCHEMA_admin.model_export'); Where: @bank_model is the assigned session variable for the model handle of the trained model. Log in to the DB system as the other user (user1). @bank_export ... This topic describes how to grant other users access to a model you ...
https://dev.mysql.com/doc/refman/9.7/en/create-table-generated-columns.html
Variables (system variables, user-defined variables, and stored program local variables) are not permitted. In such cases, if this variable is disabled then NULL is not converted to CURRENT_TIMESTAMP. Values of a generated column are computed from ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-single-file-options.html
A meta folder, which contains the file backup_variables.txt, a log file for the extract operation, and also items matched by the --src-entry option. If this is not specified, operating system-specific search methods are used to locate libobk.so ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-model-sharing.html
For example: mysql> CALL sys.ML_MODEL_EXPORT(@bank_model, 'ML_SCHEMA_admin.model_export'); Where: @bank_model is the assigned session variable for the model handle of the trained model. Log in to the DB system as the other user (user1). @bank_export ... This topic describes how to grant other users access to a model you ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-genai-rag.html
To specify the table for retrieving the vector embeddings to use as context, set the @options variable: mysql> SET @options = JSON_OBJECT( "vector_store", JSON_ARRAY("DBName.VectorStoreTableName"), "model_options", JSON_OBJECT("language", ... The ...
https://dev.mysql.com/doc/refman/9.7/en/create-logfile-group.html
If ENGINE is not set, MySQL tries to use the engine specified by the default_storage_engine server system variable. The optional UNDO_BUFFER_SIZE parameter sets the size used by the undo buffer for the log file group; The default value for ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-multi-versioning.html
In such cases, throttle new row operations, and allocate more resources to the purge thread by tuning the innodb_max_purge_lag system variable. Records in a clustered index are updated in-place, and their hidden system columns point undo log entries ...It keeps information about old versions of changed rows to support transactional features such as concurrency and ...
https://dev.mysql.com/doc/heatwave-aws/en/ha-prerequisites.html
Prerequisites 12.2 Prerequisites Here are some prerequisites for creating a high availability DB System. A high availability DB System requires a high availability compatible configuration. As the DB system high availability feature uses MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-windows.html
Build Steps Set the environment variables for the Visual Studio toolchain. Visual Studio includes a batch file to set these for you, and installs a Start menu shortcut that opens a command prompt with these variables set. Set MYSQL_DIR to the MySQL ... You only need to build Connector/ODBC from source on Windows to modify the source or installation ...
https://dev.mysql.com/doc/internals/en/event-meanings.html
(In MySQL 4.0 and 4.1, this event is written only to the first binary log file that the server creates after startup.) This event is used in MySQL 3.23 through 4.1 and superseded in MySQL 5.0 by FORMAT_DESCRIPTION_EVENT. USER_VAR_EVENT Written every ... The following descriptions briefly summarize the meaning of each event type: UNKNOWN_EVENT This event type should never ...
Displaying 2511 to 2520 of 4186 total results