Search



Search Results
Displaying 1251 to 1260 of 2405 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-send-long-data.html
The max_allowed_packet system variable controls the maximum size of parameter values that can be sent with mysql_stmt_send_long_data(). bool mysql_stmt_send_long_data(MYSQL_STMT *stmt, unsigned int parameter_number, const char *data, unsigned long ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-status-system-variables.html
When the value is set, it is rounded to the nearest multiple of blocksize. MYSQL_THDVAR_INT(name, opt, comment, check, update, default, min, max, blk) MYSQL_SYSVAR_INT(name, varname, opt, comment, check, update, default, minimum, maximum, blocksize) ... The server plugin interface enables plugins to expose status and system variables using the status_vars and system_vars members of the general plugin ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-5.html
(Bug #37361267) MySQL NDB ClusterJ: Setting the connection property com.mysql.clusterj.byte.buffer.pool.sizes to "512, 51200" caused ClusterJ application to fail with a fatal exception thrown by java.nio.ByteBuffer. (Bug #35793818) If an ... MySQL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-24.html
This is for maintaining compatibility with legacy code that took advantage of the old behavior. (WL #14392) Bugs Fixed X DevAPI: Concurrently getting and closing multiple sessions from the same X DevAPI Client object might result in a ... Version ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-catalog-table.html
The MODEL_CATALOG table (ML_SCHEMA_user_name.MODEL_CATALOG) has the following columns: model_id A primary key, and a unique auto-incrementing numeric identifier for the model. The model handle is generated or set by the user when the ML_TRAIN ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-regression-prepare.html
The regression use-case is to predict house prices based on the size of the house, the address of the house, and the state the house is located in. In a real-life use case, you should prepare a larger amount of records for training and testing, and ... This topic describes how to prepare the data to use for a regression machine learning ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-requirements.html
To use the GenAI feature of MySQL AI, you must place the files that you want to ingest into the vector store in the local directory that you specified in the Vector Store tab in the MySQL AI installer. Vector store can ingest files in the following ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-rpd-columns-table.html
The rpd_columns table provides column encoding information for columns of tables loaded in the MySQL AI Engine. The rpd_columns table has these columns: TABLE_ID A unique identifier for the table. DATA_PLACEMENT_INDEX The data placement key index ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-chat.html
The HEATWAVE_CHAT routine automatically calls the ML_RAG routine which loads an LLM and runs a semantic search on the available vector stores by default. If the routine cannot find a vector store, then it calls the ML_GENERATE routine and uses ...
https://dev.mysql.com/doc/refman/8.4/en/load-xml.html
The tagname in the optional ROWS IDENTIFIED BY clause must also be given as a literal string, and must be surrounded by angle brackets (< and >). By default, the <row> element is considered to be the equivalent of a database table row; this can be ...LOAD XML acts as the complement of running the mysql client in XML output mode (that is, starting the client with the --xml ...
Displaying 1251 to 1260 of 2405 total results