Search



Search Results
Displaying 951 to 960 of 4413 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-overview.html
This connector differs in a number of key respects from most other MySQL Connectors and APIs. In addition, it employs a domain object model for data storage. Applications retrieve data in the form of fully-instantiated objects, rather than as rows ...
https://dev.mysql.com/doc/internals/en/com-change-user-and-non-client-plugin-auth-clients.html
In this case it is assumed that server has already sent the authentication challenge - the same which was sent when the client connected for the first time - and client's reply to that challenge, i.e. Clients which do not support pluggable ...
https://dev.mysql.com/doc/workbench/en/wb-migration-overview-generic.html
If the source type name doesn't match any of the MySQL data types, then it is not converted and an error is logged. Most ODBC compliant databases may be migrated using the generic database support. In this case, code objects will not be retrieved ...
https://dev.mysql.com/doc/refman/8.4/en/column-indexes.html
The maximum number of indexes per table and the maximum index length is defined per storage engine. If a search term exceeds the index prefix length, the index is used to exclude non-matching rows, and the remaining rows are examined for possible ...
https://dev.mysql.com/doc/internals/en/cmd-line-utils-directory.html
All the files here are "non-MySQL" files, in the sense that MySQL AB didn't produce them, it just uses them. It should be unnecessary to study the programs in these files unless you are writing or debugging a tty-like client for MySQL, such as ...
https://dev.mysql.com/doc/internals/en/creating-build-directory.html
One nice CMake feature is “out-of-source” build support, which means not building in the source tree, but in a dedicated build directory. The build directory can actually be a subdirectory of the source tree rather than a directory located ...
https://dev.mysql.com/doc/internals/en/innodb-page-directory.html
The Page Directory part of a page has a variable number of record pointers. Unlike other DBMSs, InnoDB does not have a slot for every record in the page. In a fullish page, there will be one slot for every six records. The slots track the records' ...
https://dev.mysql.com/doc/internals/en/transactions-notes-on-ddl-and-normal-transaction.html
DDL statements and operations with nontransactional engines do not "register" in thd->transaction lists, and thus do not modify the transaction state. Besides, each DDL statement in MySQL begins with an implicit normal transaction commit (a call to ...
https://dev.mysql.com/doc/ndbapi/en/ndb-list.html
Parent class Dictionary Child classes Element (structure) Description The List class is a Dictionary subclass that is used for representing lists populated by the methods Dictionary::listObjects(), Dictionary::listIndexes(), and ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-a-session-object.html
All previous examples used the getSchema() or getDefaultSchema() methods of the Session object, which return a Schema object. Most examples make use of the X DevAPI ability to chain all object constructions, enabling you to get to the Schema object ...
Displaying 951 to 960 of 4413 total results