Search Results
https://dev.mysql.com/doc/connectors/en/connector-python-versions.html
This section describes both version releases, such as 8.0.34, along with notes specific to the two implementations (C Extension and Pure Python). For series that have reached General Availability (GA) status, development releases in the series ...
https://dev.mysql.com/doc/connectors/en/connectors-apis.html
Both Connectors and the APIs enable you to connect and execute MySQL statements from another language or environment, including ODBC, Java (JDBC), C++, Python, Node.js, PHP, Perl, Ruby, and C. This is the primary method used to connect to an ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl.html
Connector/NET enables the use of either PEM or PFX certificates with both classic MySQL protocol and X Protocol. ssl-ca=path/to/repo/mysql-test/std_data/cacert.pem ssl-cert=path/to/repo/mysql-test/std_data/server-cert.pem ... In this tutorial you ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-deb.html
It installs and registers both the Unicode (MySQL ODBC 9.5 Unicode Driver) and ANSI (MySQL ODBC 9.5 ANSI Driver) drivers. Connector/ODBC Debian packages (.deb files) are available (as of v8.0.20) for Debian or Debian-like Linux systems from the ...
https://dev.mysql.com/doc/connector-python/en/connector-python-versions.html
This section describes both version releases, such as 8.0.34, along with notes specific to the two implementations (C Extension and Pure Python). For series that have reached General Availability (GA) status, development releases in the series ...
https://dev.mysql.com/doc/internals/en/event-data-fields.html
Either or both parts may be empty, depending on the event type. (For example, a STOP_EVENT consists only of the header part; the fixed and variable data parts are both empty.) The size of the event data part is the event size (contained in the ...
https://dev.mysql.com/doc/internals/en/myisam-column-attributes.html
MyISAM implements VARCHAR both for dynamic-length and fixed-length rows (as signaled with the ROW_FORMAT flag) ... A client sees both the old and new VARCHAR type as MYSQL_TYPE_VAR_STRING. Next I'll describe the physical attributes of each column ...
https://dev.mysql.com/doc/internals/en/optimizer-partition-pruning.html
In both cases we have a WHERE clause as input: the range access method needs index ranges (that is, intervals) to scan; partition pruning module needs partitioning intervals so that it can determine which partitions should be used. Partitions that ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer.html
Note MySQL Installer cannot install both Community and Commercial releases of MySQL server on the same host. If you require both releases on the same host, consider using the ZIP archive distribution to install one of the releases. MySQL Installer ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-query-predicate.html
Table 4.101 and(Predicate) Parameter Description predicate the other predicate return a new Predicate combining both Predicates 4.3.3.1.3 not() public abstract Predicate not(); Negate this Predicate. Table 4.103 or(Predicate) Parameter Description ...4.3.3.1.1 Synopsis public interface Predicate {// Public Methods public abstract Predicate and(Predicate predicate); public abstract Predicate not(); public abstract Predicate or(Predicate predicate);} 4.3.3.1.2 and(Predicate) public abstract Predicate and(Predicate predicate); Combine this Predicate with another, using the "and" ...