Search



Search Results
Displaying 391 to 400 of 1104 total results
https://dev.mysql.com/doc/c-api/8.4/en/c-api-basic-interface-usage.html
Both mysql_store_result() and mysql_use_result() enable you to obtain information about the fields that make up the result set (the number of fields, their names and types, and so forth). Application programs should use this general outline for ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-data-structures.html
The following guidelines summarize the rules: mysql_declare_plugin() and mysql_declare_client_plugin() can both be used in the same source file, which means that a plugin library can contain both server and client plugins. A plugin library file ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-types.html
It is also possible for a parser plugin to operate in both roles. The plugin API enables creation of plugins that implement several capabilities: Loadable functions (UDFs) Storage engines Full-text parsers Daemons INFORMATION_SCHEMA tables ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins.html
The server-side and client-side plugins developed here both are named auth_simple. MySQL supports pluggable authentication, in which plugins are invoked to authenticate client connections. Authentication plugins enable the use of authentication ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/installation-source.html
To run the E2E tests in an existing Kubernetes cluster, pass the path to the kubeconfig file for this cluster to the run-e2e-test.go tool, like this: > go run e2e-tests/run-e2e-test.go -kubeconfig=path/to/file Both the mysql/ndb-operator and the ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-33.html
With this fix, the character set specified by either the connection property clobCharacterEncoding or characterEncoding is used instead, for both client-side and server-side prepared statements, which is the expected behavior. (Bug #109013, Bug ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-3-0.html
(Bug #109546, Bug #34958912) When the connection properties useServerPrepStmts and cachePrepStmts were both set to true, the PreparedStatement was reset every time after an execution, causing performance issues. Version 8.3.0 is a new GA release of ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-linux.html
There are binary distributions of MySQL Router available for several variants of Linux, including Fedora, Oracle Linux, Red Hat, and Ubuntu. Installation options include: Official MySQL Yum or APT repository packages: These binaries are built by ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-an-anomaly-detection-model.html
Both datasets have labeled and unlabeled rows, but only the dataset for semi-supervised learning uses this for training. Having labels for both datasets allows you to compare the predictions to the actual values and determine if the predictions are ...To generate predictions, use the sample data from the two anomaly detection datasets: credit_card_train and ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-chat.html
Note If both max_distance and percentage_distance are set, the smaller threshold value is considered for filtering out the segments. Input-output: both you and the routine can change the values of these parameters. The HEATWAVE_CHAT routine ...
Displaying 391 to 400 of 1104 total results