Search



Search Results
Displaying 1521 to 1530 of 2405 total results
https://dev.mysql.com/doc/refman/8.4/en/version-tokens-usage.html
| +----------------------------------+ 1 row in set, 1 warning (0.00 sec) mysql> SHOW WARNINGS\G *************************** 1. row *************************** Level: Warning Code: 42000 Message: Invalid version token pair encountered. 1 row in set ... Before using Version Tokens, install it according to the instructions provided at Section 7.6.6.2, “Installing or Uninstalling Version ...
https://dev.mysql.com/doc/refman/8.4/en/xa-states.html
An XA transaction progresses through the following states: Use XA START to start an XA transaction and put it in the ACTIVE state. For an ACTIVE XA transaction, issue the SQL statements that make up the transaction, and then issue an XA END ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/trouble.logging.html
backup_progress Table Each row in the backup_progress table records a state change or message from a running backup job. Check the tool_name column for the full mysqlbackup command that triggered the backup, including all the options used. Besides ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-add-process.html
Any hosts referenced in the list must be members of the site to which the cluster belongs. You are still recommended to follow the best practice of reserving node ID 1 to 144 for data nodes. If the added nodes are started with start process ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-multiple-queries.html
By default, mysql_real_query() and mysql_query() interpret their statement string argument as a single statement to be executed, and you process the result according to whether the statement produces a result set (a set of rows, as for SELECT) or ...MySQL also supports the execution of a string containing multiple statements separated by semicolon (;) ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-use-result.html
Instead, each row must be retrieved individually by making calls to mysql_fetch_row(). The client allocates memory only for the current row and a communication buffer that may grow up to max_allowed_packet bytes. On the other hand, you should not ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-ml-model-metadata.html
The model_metadata column in the model catalog allows you to view detailed information on trained models. For example, you can view the algorithm used to train the model, the columns in the training table, and values for the model explanation. When ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-training-an-anomaly-detection-model.html
All rows are used to train the unsupervised component, while the rows with a value different than NULL are used to train the supervised component. The contamination factor is calculated as: estimated number of rows with anomalies/total number of ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-explain.html
To run ML_EXPLAIN_ROW and ML_EXPLAIN_TABLE with a different explainer, you must first run ML_EXPLAIN with the same explainer. Running the ML_EXPLAIN routine on a model and dataset trains a prediction explainer and model explainer, and adds a model ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-navigator.html
Select the Show Metadata and Internal Schemas preference (see Preferences: SQL Editor: Main) to list them in the object browser. For example, right-clicking a table displays the following menu items: Select Rows - Limit 200: Pulls up to 200 rows of ... The Navigator area of the sidebar contains options to manage the active MySQL ...
Displaying 1521 to 1530 of 2405 total results