Search Results
https://dev.mysql.com/doc/internals/en/tests-directory.html
The files in this directory are test programs that can be used as a base to write a program to simulate problems in MySQL in various scenarios: forks, locks, big records, exporting, truncating, and so on.
https://dev.mysql.com/doc/internals/en/writing-platform-checks.html
If you modify MySQL source and want to add a new platform check, please read http://www.vtk.org/Wiki/CMake_HowToDoPlatformChecks first. In MySQL, most of the platform tests are implemented in configure.cmake and the template header file, ...Bigger ...
https://dev.mysql.com/doc/ndbapi/en/ndb-api-errors.html
If you find a situation in which you need to use a specific error code in your application, please file a bug report at http://bugs.mysql.com/ so that we can update the corresponding status and classification. Abstract This section contains a ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-initialization.html
Before using the NDB API, it must first be initialized by calling the ndb_init() function. Once an NDB API application is complete, you can call ndb_end(0) to perform any necessary cleanup. Keep in mind that, before you invoke this function, all ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-to-one-of-multiple-hosts.html
You can provide multiple MySQL Router or server endpoints (as host and an optional port, or Unix sockets) when creating a session. Note The user and password you supply in the URI-like string apply to all of the possible endpoints and therefore the ...You specify a URI-like string which contains multiple hosts, ports, and optional ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-document-ids.html
// using a book's unique ISBN as the object ID myColl.add( { _id: "978-1449374020", title: "MySQL Cookbook: Solutions for Database Developers and Administrators" }).execute(); Use find() to fetch the newly inserted book from the collection by its ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-advanced-inventory-gui.html
The Inventory page cannot be accessed from the MySQL Enterprise Monitor User Interface. To open the Inventory page, enter the following address in your browser: https://ServiceManagerHost:PortNumber/v3/inventory Where ServiceManagerHost is the ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-document-ids.html
// using a book's unique ISBN as the object ID myColl.add( { _id: "978-1449374020", title: "MySQL Cookbook: Solutions for Database Developers and Administrators" }).execute(); Use find() to fetch the newly inserted book from the collection by its ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-document-ids.html
// using a book's unique ISBN as the object ID myColl.add( { _id: "978-1449374020", title: "MySQL Cookbook: Solutions for Database Developers and Administrators" }).execute(); Use find() to fetch the newly inserted book from the collection by its ...
https://dev.mysql.com/doc/workbench/en/wb-migration-install-odbc-libraries.html
Note This section may be skipped when using a MySQL Workbench binary that is provided by Oracle. Linux iODBC: MySQL Workbench binaries provided by Oracle already include iODBC and no additional action is required. pyodbc: is the Python module used ...If you compile it yourself, you must install iODBC or ...