Search



Search Results
Displaying 1911 to 1920 of 3281 total results
https://dev.mysql.com/doc/c-api/8.4/en/getting-unique-id.html
If you insert a record into a table that contains an AUTO_INCREMENT column, you can obtain the value stored into that column by calling the mysql_insert_id() function. You can check from your C applications whether a value was stored in an ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-options.html
Options for information such as SSL certificate and key files are used to establish an encrypted connection if such connections are available, but do not enforce any requirement that the connection obtained be encrypted. The Performance Schema ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-refresh.html
This function flushes tables or caches, or resets replication server information. int mysql_refresh(MYSQL *mysql, unsigned int options) Description Note mysql_refresh() is deprecated and is subject to removal in a future version of MySQL. The ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-status-system-variables.html
The st_mysql_show_var structure has this definition: struct st_mysql_show_var { const char *name; char *value; enum enum_mysql_show_type type; }; The following table shows the permissible status variable type values and what the corresponding ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.1-ndb-8.4.1.html
It was removed due to a critical issue that could stop the server from restarting following the creation of a very large number of tables (8001 or more). ndbinfo Information Database: Added a type column to the transporter_details table in the ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-anomaly-detection-logs.html
The input table can only have the following columns: The column containing the logs. At least one column must act as the primary key to establish the temporal order of logs. If the input table has additional columns to the ones permitted, you must ... Anomaly detection for logs allows you to detect anomalies in log ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-explanations-ml-explain-row.html
The column names must match the feature column names in the trained table. mysql> CALL sys.ML_EXPLAIN ('table_name', 'target_column_name', model_handle, [options]); The following example runs the shap explainer. mysql> CALL ... ML_EXPLAIN_ROW ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-explanations.html
Prediction explanations are generated by running ML_EXPLAIN_ROW or ML_EXPLAIN_TABLE on unlabeled data. You can train the following prediction explainers: The Permutation Importance prediction explainer, specified as permutation_importance, is the ...The data must have the same feature columns as the data used to train the ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-limitations.html
Memory Limitations The table used to train a model cannot exceed 10 GB, 100 million rows, or 1017 columns. Routine and Query Limitations ML_EXPLAIN_TABLE and ML_PREDICT_TABLE are compute intensive processes, with ML_EXPLAIN_TABLE being the most ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-handles.html
If you do not specify a model handle name, a model handle is automatically generated that is based on the database name, input table name, the user name training the table, and a unique numerical identifier. The following example queries the model ... When ML_TRAIN trains a model, you have the option to specify a name for the model, which is the model ...
Displaying 1911 to 1920 of 3281 total results