Search



Search Results
Displaying 471 to 480 of 4548 total results
https://dev.mysql.com/doc/connectors/en/connector-j-reference-implementation-notes.html
Note Failures to cancel the statement for setQueryTimeout() may manifest themselves as RuntimeException rather than failing silently, as there is currently no way to unblock the thread that is executing the query being cancelled due to timeout ...To ... MySQL Connector/J, as a rigorous implementation of the JDBC API, passes all of the tests in the publicly available version of Oracle's JDBC compliance test ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-parameters.html
NO_DATE_OVERFLOW Ignore data overflow error 0 Continue with the query execution rather then return error if the time portion is missing. The driver supports the initial statement being executed only at the time of the initial connection. readtimeout ...Each attempt uses this timeout value and there are retries if necessary, so the total effective timeout value is three times the option ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
NO_DATE_OVERFLOW Ignore data overflow error 0 Continue with the query execution rather then return error if the time portion is missing. The driver supports the initial statement being executed only at the time of the initial connection. readtimeout ...Each attempt uses this timeout value and there are retries if necessary, so the total effective timeout value is three times the option ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-cluster-metric-mysqlserver-dmlstatementactivity-category.html
Table 8.4 DML Statement Activity Metrics NameDescriptionTarget Name Name of the OEM Target Call Procedure (Delta) The total number of CALL statements executed. Dealloc SQL (Delta) The total number of DEALLOCATE PREPARE statements executed. Delete ...
https://dev.mysql.com/doc/refman/8.4/en/privileges-provided.html
That is, components could, but do not, unregister at any time privileges they register.) No warning or error occurs for attempts to register an already registered dynamic privilege. For the second INSTALL COMPONENT statement, the component ... The ...
https://dev.mysql.com/doc/refman/8.4/en/thread-pool-tuning.html
When a statement arrives, what is the maximum time it can be delayed before it actually starts executing? Suppose that the following conditions apply: There are 200 statements queued in the low-priority queue. The maximum number of query threads ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-options.html
MYSQL_OPT_CONNECT_TIMEOUT (argument type: unsigned int *) The connect timeout in seconds. MYSQL_OPT_READ_TIMEOUT (argument type: unsigned int *) The timeout in seconds for each attempt to read from the server. MYSQL_OPT_WRITE_TIMEOUT (argument type: ...This function may be called multiple times to set several ... int mysql_options(MYSQL *mysql, enum mysql_option option, const void *arg) Description Can be used ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-regression-prepare.html
This topic describes how to prepare the data to use for a regression machine learning model. 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. To ...
https://dev.mysql.com/doc/refman/8.4/en/charset-mysql.html
MySQL Server supports multiple character sets, including several Unicode character sets. To display the available character sets, use the INFORMATION_SCHEMA CHARACTER_SETS table or the SHOW CHARACTER SET statement. For more complete information, ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-regression-explanations.html
row *************************** Notes: house_size (1300) increased the value the model predicted the most ml_results: {"attributions": {"house_size": 31384.31, "state": 226.31, "id": 30184.16}, "predictions": {"price": 489206.0}, "notes": ... After ...
Displaying 471 to 480 of 4548 total results