Search



Search Results
Displaying 201 to 210 of 510 total results
https://dev.mysql.com/doc/connector-python/en/connector-python-connectargs.html
If you specify an integer greater than 0, make sure all flags are set properly. A connection with the MySQL server can be established using either the mysql.connector.connect() function or the mysql.connector.MySQLConnection() class: cnx = ...
https://dev.mysql.com/doc/internals/en/capability-flags.html
CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA Value 0x00200000 Server Understands length-encoded integer for auth response data in Protocol::HandshakeResponse41. Client Length of auth response data in Protocol::HandshakeResponse41 is a length-encoded ...
https://dev.mysql.com/doc/internals/en/strings-directory.html
Many of the files in this subdirectory are equivalent to well-known functions that appear in most C string libraries. On the other hand, some of the files are MySQL additions or improvements. Often the MySQL changes are attempts to optimize the ...
https://dev.mysql.com/doc/internals/en/tuning-trace-purging.html
This is done with SET optimizer_trace_offset=<OFFSET>, optimizer_trace_limit=<LIMIT> where OFFSET is a signed integer, and LIMIT is a positive integer. The default for optimizer_trace_offset is -1; the default for optimizer_trace_limit is 1. The ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-sessionfactory.html
Since 7.5.7 See Also com.mysql.clusterj.SessionFactory.State 4.3.1.23.4 getConnectionPoolSessionCounts() public abstract List<Integer> getConnectionPoolSessionCounts(); Get a list containing the number of open sessions for each connection that it ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-annotations.html
In ClusterJ (as in JPA), annotations are used to describe how the interface is mapped to tables in a database. The annotation @PersistenceCapable(table="employee") is used to let ClusterJ know which database table to map the Employee to (in this ...
https://dev.mysql.com/doc/ndbapi/en/mgm-structures.html
int mysql_version: The MySQL version number, expressed as an integer (for example: 80200). int mysql_version: The MySQL version number, expressed as an integer (for example: 80200). This section provides information about the data structures ...
https://dev.mysql.com/doc/ndbapi/en/ndb-hashmap.html
This section provides information about the HashMap class, which models a hash map in an NDB Cluster. HashMap Class Overview HashMap Constructor HashMap::setName() HashMap::getName() HashMap::setMap() HashMap::getMapLen() HashMap::getMapValues() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbindexscanoperation.html
Note This parameter was ignored prior to MySQL 5.1.12, and the maximum was used.(Bug #20252) Return value An integer: 0 indicates success; -1 indicates failure. NdbIndexScanOperation Class Overview NdbIndexScanOperation::BoundType ...
https://dev.mysql.com/doc/ndbapi/en/ndb-object.html
This section provides information about the Object class, which contains meta-information about database objects such as tables and indexes. Description This parameter specifies how data in the table or index is distributed among the cluster's data ...
Displaying 201 to 210 of 510 total results