Search



Search Results
Displaying 2801 to 2810 of 5028 total results
https://dev.mysql.com/doc/internals/en/transactions-historical-note.html
"Statement transaction" is a non-standard term that comes from the days when MySQL supported the BerkeleyDB storage engine. First, observe that in BerkeleyDB the "auto-commit" mode causes automatic commit of operations that are atomic from the ...
https://dev.mysql.com/doc/mysql-installer/en/server-file-permission-options.html
Optionally, permissions set on the folders and files located at C:\ProgramData\MySQL\MySQL Server 8.0\Data can be managed during the server configuration operation. You have the following options: MySQL Installer can configure the folders and files ...You are then able to decide if a group or user should be given full ...
https://dev.mysql.com/doc/ndbapi/en/ndb-dictionary.html
This means that they cannot be accessed by MySQL clients, and that they cannot be replicated. Tables created using this method cannot be seen by the MySQL Server, cannot be updated by MySQL clients, and cannot be replicated. Prior to NDB 8.0, an NDB ...For these reasons, it is often preferable to avoid working with ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-constraint-violation.html
The following list enumerates all NDB errors of type CV (Constraint violation).
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-node-shutdown.html
The following list enumerates all NDB errors of type NS (Node shutdown).
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-timeout-expired.html
The following list enumerates all NDB errors of type TO (Timeout expired).
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-delete.html
FILE: delete.js var nosql = require('..'); var lib = require('./lib.js'); var adapter = 'ndb'; global.mysql_conn_properties = {}; var user_args = []; // *** program starts here *** // analyze command line var usageMessage = "Usage: node delete ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-find.html
# FILE: find.js var nosql = require('..'); var lib = require('./lib.js'); var adapter = 'ndb'; global.mysql_conn_properties = {}; var user_args = []; // *** program starts here *** // analyze command line var usageMessage = "Usage: node find key\n" ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-insert.html
# FILE: insert.js var nosql = require('..'); var lib = require('./lib.js'); var adapter = 'ndb'; global.mysql_conn_properties = {}; var user_args = []; // *** program starts here *** // analyze command line var usageMessage = "Usage: node insert ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-api.html
NDB scans are conceptually rather similar to the SQL cursors implemented in MySQL and other common enterprise-level database management systems. (NDB Cluster naturally supports set processing just as does MySQL in its non-Cluster distributions. This ... The NDB API is an object-oriented application programming interface for NDB Cluster that implements indexes, scans, transactions, and event ...
Displaying 2801 to 2810 of 5028 total results