Search



Search Results
Displaying 471 to 480 of 1337 total results
https://dev.mysql.com/doc/internals/en/x-protocol-expect-expectations.html
Conditions Warning The layout of conditions are subject to change: not all may be implemented yet more conditions may be added Condition Key no_error 1 schema_version 2 gtid_executed_contains 3 gtid_wait_less_than_ms 4 no_error Fail all messages of ...Assume the PrepareFind fails: don't execute the Execute don't try to close the stmt Mysqlx.Expect::Open([+no_error]) Mysqlx.Crud::PrepareFind(stmt_id=1, ...) // may fail Mysqlx.PreparedStmt::Execute(stmt_id=1, ...) // expectation(no_error) failed Mysqlx.PreparedStmt::Close(stmt_id=1) // expectation(no_error) failed Mysqlx.Expect::Close() But this would also skip the close if execute ...
https://dev.mysql.com/doc/mysql-installer/en/MySQLInstallerConsole.html
option_value_pair: A single option (for example, --silent) or a tuple of a key and a corresponding value with an options prefix. Passing in a product keyword alone selects the latest version of the product. Alternatively, you can pass in the exact ... MySQLInstallerConsole.exe provides command-line functionality that is similar to MySQL ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-extension.html
4.3.2.3.1 Synopsis @Target(value={java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.METHOD}) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface Extension { ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-insert.html
You can also find the source code for this example in the file storage/ndb/ndbapi-examples/ndbapi_basic/ndbapi_basic_insert.cpp.
https://dev.mysql.com/doc/ndbapi/en/ndb-ndboperation.html
When using insertTuple(), you may also define the search key with setValue(). The steps required to release these locks are listed here: Define the primary key read operation in the normal way with LockMode set to LM_Read or LM_Exclusive. Each ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-mysqlserver-handleractivity-category.html
Read First (Delta) The number of requests to read a row based on a index key value. Read Key (Delta) The number of requests to read the last key in an index. Read Last (Delta) The number of requests to read the last key in an index. Read Next ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-connection-pool.html
A connection pool is configured using a single key-value pair (see Connecting Using Key-Value Pairs) that contains a single key named pooling. The value for the pooling key is another set of key-value pairs containing any combination of the keys ...
https://dev.mysql.com/doc/x-devapi-userguide/en/dynamic-sql.html
A quoting function exists to escape SQL names and identifiers. Session.quoteName() escapes the identifier given in accordance to the settings of the current connection. Note The quoting function must not be used to escape values. Use the value ...
https://dev.mysql.com/doc/x-devapi-userguide/en/understanding-automatic-document-ids.html
InnoDB uses the document ID as a primary key, resulting in efficient page splits and tree reorganizations. The _id field is used as the primary key of the collection . When using manual document IDs, you must ensure that they do not clash with any ... This sections describes in detail how document IDs are generated and how to interpret ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ssl-installation.html
Checking the Keystore All certificates and keys are stored in the Tomcat keystore. To check the certificates stored in the keystore, run the following command: keytool -keystore $INSTALL_ROOT/apache-tomcat/conf/keystore -list -v Generating Keystore, ... Important The self-signed certificates are generated by the MySQL Enterprise Monitor installation or upgrade process, and are set to expire after 365 ...
Displaying 471 to 480 of 1337 total results