Search Results
https://dev.mysql.com/doc/internals/en/running-mysql-test-run-visual-studio.html
If you build with Xcode and you build more than a single configuration (for example, Debug and RelWithDebInfo), set the MTR_VS_CONFIG=cmake_configuration_name environment variable to run tests for a specific configuration. The name of the variable ...
https://dev.mysql.com/doc/internals/en/support-for-indexing.html
Once basic read/write operations are implemented in a storage engine, the next stage is to add support for indexing. This section documents the methods that must be implemented to add support for indexing to a storage engine.
https://dev.mysql.com/doc/internals/en/troubleshooting-cmake-code.html
Although there are advanced flags for cmake such as -debug-trycompile and --trace, a simple and efficient way to debug is to add MESSAGE("interesting variable=${variable_name}") to the interesting places in CMakeLists.txt.
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/x-devapi-userguide/en/working-with-metadata.html
Results contain metadata related to the origin and types of results from relational queries. This metadata can be used by applications that need to deal with dynamic query results or format results for transformation or display. An array of columns ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/setting-the-current-schema.html
A default schema for a session can be specified using the schema attribute in the URI-like connection string or key-value pairs when opening a connection session. The Session class getDefaultSchema() method returns the default schema for the ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-metadata.html
Results contain metadata related to the origin and types of results from relational queries. This metadata can be used by applications that need to deal with dynamic query results or format results for transformation or display. An array of columns ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/setting-the-current-schema.html
A default schema for a session can be specified using the schema attribute in the URI-like connection string or key-value pairs when opening a connection session. The Session class getDefaultSchema() method returns the default schema for the ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-metadata.html
Results contain metadata related to the origin and types of results from relational queries. This metadata can be used by applications that need to deal with dynamic query results or format results for transformation or display. An array of columns ...
https://dev.mysql.com/doc/internals/en/guided-tour-majordir.html
BUILD client Docs myisam mysys sql vio The orderly approach is to look first at the most important directories, then we'll look at the whole list in our second pass. So, first, let's look at what you'll find in just seven of the directories: BUILD, ...