Search



Search Results
Displaying 451 to 460 of 2652 total results
https://dev.mysql.com/doc/c-api/8.4/en/c-api-multiple-queries.html
Enabling multiple-statement execution with this function also enables processing of “simple” results for a multiple-statement string where each statement produces a single result, but is not sufficient to permit processing of stored procedures ... By default, mysql_real_query() and mysql_query() interpret their statement string argument as a single statement to be executed, and you process the result according to whether the statement produces a result set (a set of rows, as for SELECT) or an affected-rows count (as for INSERT, UPDATE, and so ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-usage.html
(Some administrative firewall functions can be invoked by accounts that have FIREWALL_ADMIN or the deprecated SUPER privilege, as indicated in the individual function descriptions.) Grant the FIREWALL_USER privilege to any account that should have ... Before using MySQL Enterprise Firewall, install it according to the instructions provided in Section 8.4.7.2, “Installing or Uninstalling MySQL Enterprise ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-23.html
(WL #14207) Functionality Added or Changed Important Change: A new mechanism has been introduced for users to configure how time zone conversions should occur when time instants are saved to or retrieved from a server by Connector/J. Also, with the ... Version 8.0.23 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/monitoring-innodb-cluster.html
There are three or more members in the cluster, and they are functioning. groupInformationSourceMember: the internal connection used to get information about the cluster, shown as a URI-like connection string. To see the communication protocol ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-upgrade.html
The util.checkForServerUpgrade() function is an upgrade checker utility that enables you to verify whether MySQL server instances are ready for upgrade. You can create the connection beforehand, or specify it as arguments to the function. You can ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-session.html
Session extends Context getMapping(Object parameter, Function(Object err, Object mapping) callback); Get the mappings for a table or class. The parameter may be a table name, a mapped constructor function, or a domain object. In an application, you ... A session is the main user access path to the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
For X DevAPI for C, the new mysqlx_set_locking(stmt, lock) function can be called to request exclusive or shared locks on returned documents or rows, or to release locks. (WL #10980) For X DevAPI, a new auth option can be specified in connection ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-modify.html
The modify(SearchConditionStr) function is for modifying documents in a collection, similar to an UPDATE statement for an SQL database. It takes a search condition string (SearchConditionStr) as a parameter to specify the documents that are to be ...They can be chained one after another and for multiple times: Notes The _id of a document cannot be modified or removed by the methods ...
https://dev.mysql.com/doc/x-devapi-userguide/en/using-sql.html
In addition to the simplified X DevAPI syntax of the Session object, the Session object has a sql() function that takes any SQL statement as a string. The following example uses a Session to call an SQL Stored Procedure on the specific node.
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-modify.html
The modify(SearchConditionStr) function is for modifying documents in a collection, similar to an UPDATE statement for an SQL database. It takes a search condition string (SearchConditionStr) as a parameter to specify the documents that are to be ...They can be chained one after another and for multiple times: Notes The _id of a document cannot be modified or removed by the methods ...
Displaying 451 to 460 of 2652 total results