Search



Search Results
Displaying 1771 to 1780 of 1802 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-use-result.html
mysql_use_result() initiates a result set retrieval but does not actually read the result set into the client like mysql_store_result() does. MYSQL_RES * mysql_use_result(MYSQL *mysql) Description After invoking mysql_real_query() or mysql_query(), ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-api.html
A plugin can parse text into words using rules that differ from those used by the built-in parser. MySQL supports a plugin API that enables creation of server components. Plugins can be loaded at server startup, or loaded and unloaded at runtime ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-data-structures.html
When a client program looks for a client plugin that is in a plugin library and not built into libmysqlclient, it looks for a file with a base name that is the same as the plugin name. A plugin library file includes descriptor information to ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/porting.html
If you run into problems with a new port, you may have to do some debugging of MySQL! See Debugging a MySQL Server. Before attempting to port MySQL to other operating systems, check the list of currently supported operating systems first. Note If ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-plugins.html
Each plugin must have a descriptor, but there is no division into separate general and type-specific descriptors. To create a plugin library, you must provide the required descriptor information that indicates what plugins the library file ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbclusterpodspec.html
NdbClusterPodSpec contains a subset of PodSpec fields which, when set, are copied into to the podSpec of the relevant MySQL Cluster node workload definitions. nodeSelector (map[string]string): (optional) A selector which must be true for the pod to ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbmanagementnodespec.html
config (map[string]* Kubernetes util/intstr.IntOrStringConfig): (optional) A map of default MySQL Cluster management node configuration parameters (see NDB Cluster Management Node Configuration Parameters). ndbPodSpec (NdbClusterPodSpec): (optional) ... NdbManagementNodeSpec specifies a management server node in an NDB ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/installation-source.html
For Minikube, it depends on the container runtime used; see Pushing images into minikube clusters. This section describes how to compile, install, and test NDB Operator from source. If you do not already have the source code, see Section 2.2, ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.0-ndb-8.4.0.html
(Bug #36034395) NDB Client Programs: Trying to start ndb_mgmd with --bind-address=localhost failed with the error Illegal bind address, which was returned from the MGM API when attempting to parse the bind adress to split it into host and port parts. Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Packaging; Linux: Removed the deprecated tool /usr/bin/pathfix.py from packages for Fedora ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-0.html
(Bug #36034395) NDB Client Programs: Trying to start ndb_mgmd with --bind-address=localhost failed with the error Illegal bind address, which was returned from the MGM API when attempting to parse the bind adress to split it into host and port parts. MySQL NDB Cluster 8.4.0 is a new development release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster ...
Displaying 1771 to 1780 of 1802 total results