Search



Search Results
Displaying 441 to 450 of 3563 total results
https://dev.mysql.com/doc/internals/en/replication-correct.html
In addition to what we guarantee in (P-rpl-correct), we also guarantee correct replication in the following scenarios: (P-rpl-different-file-system-case-sensitivities) TODO: allowed differences in file system case sensitivity ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-simple-dual.html
This example demonstrates synchronous transactions and connecting to multiple clusters in a single NDB API application. The source code for this program may be found in the NDB Cluster source tree, in the file ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemapping.html
A TableMapping describes the mapping of a domain object in the application to a table stored in the database. A default table mapping is one which maps each column in a table to a field of the same name. TableMapping = { String table : "" , String ...
https://dev.mysql.com/doc/internals/en/required-server-code-patches.html
Currently procedures can only be compiled into the server staticly. There is no dynamic procedure for loading them dynamicly yet like we have for UDFs and plugins. The build system is not too clever about creating these symlinks for files added ...
https://dev.mysql.com/doc/workbench/en/wb-performance-explain.html
MySQL Workbench provides all of the EXPLAIN formats for executed queries including the raw extended JSON, traditional format, and visual query plan. For information about how MySQL executes statements, see Optimizing Queries with EXPLAIN. Prior to ... The visual explain feature generates and displays a visual representation of the MySQL EXPLAIN statement by using extended information available in the extended JSON ...
https://dev.mysql.com/doc/internals/en/optimizer-index-merge-join-type.html
7.2.2.5.3 The range Optimizer For range queries, the MySQL optimizer builds a SEL_TREE object which represents a condition in this form: range_cond = (cond_key_1 AND cond_key_2 AND ... When doing Index Merge, MySQL retrieves rows for each of the ...
https://dev.mysql.com/doc/workbench/en/wb-routine-groups.html
9.1.6.2.1 Adding Routine Groups to the Physical Schemata Double-clicking the Add Routine Group icon in the Physical Schemata section of the MySQL Model page adds a routine group with the default name of routines1. Right-clicking a routine group ...
https://dev.mysql.com/doc/internals/en/creating-handlerton.html
An integer that uniquely identifies the storage engine within the MySQL server. The slot number is initialized by MySQL after foo_init() is called. Possible values are defined in sql/handler.h and copied here: #define HTON_NO_FLAGS 0 #define ... The ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-savepoints.html
To create a savepoint, use the session.setSavepoint() operation, which maps to the SQL statement SAVEPOINT name;. X DevAPI supports savepoints, which enable you to set a named point within a transaction that you can revert to. By setting savepoints ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-savepoints.html
To create a savepoint, use the session.setSavepoint() operation, which maps to the SQL statement SAVEPOINT name;. X DevAPI supports savepoints, which enable you to set a named point within a transaction that you can revert to. By setting savepoints ...
Displaying 441 to 450 of 3563 total results