Search



Search Results
Displaying 2761 to 2770 of 4734 total results
https://dev.mysql.com/doc/internals/en/sleep.html
In some cases race conditions can be repeated when all but one thread are blocked (for example waiting for an SQL lock). Then the remaining thread has plenty of time to go through the critical piece of code. The problem here is to assure that the ...
https://dev.mysql.com/doc/internals/en/plugin-services-components.html
On the plugin side of the services interface, the relevant information is provided in a set of header files. A plugin accesses this information by including the plugin.h file (which plugins must include anyway): #include <mysql/plugin.h> plugin.h ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-drivers-linux.html
After installing iODBC, proceed to install the PostgreSQL ODBC drivers. Use the latest version available for download, which will be at the bottom of the downloads page. Extract this tarball to a temporary location, open a terminal, and cd into ...
https://dev.mysql.com/doc/internals/en/com-change-user-and-non-client-plugin-auth-clients.html
Clients which do not support pluggable authentication can send COM_CHANGE_USER command for accounts which use Secure Password Authentication or Old Password Authentication. In this case it is assumed that server has already sent the authentication ...
https://dev.mysql.com/doc/x-devapi-userguide/en/mysql-x-driver-notes.html
Each driver implementation of X DevAPI may deviate from the description in marginal details to align the implementation to the common pattern and styles of the host language. All class names are identical among drivers and all drivers support the ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-client-connections.html
The client connection browser lists the active and sleeping MySQL client connections, and adds the ability to kill statements and connections, and view additional connection details and attributes. The following figure shows an example of client ...
https://dev.mysql.com/doc/internals/en/scripts-directory.html
Linux programmers use it where Windows programmers would use a *.bat (batch filename extension). Can be safely run during any upgrade to get the newest MySQL privilege tables mysql_install_db.sh --- Create privilege tables and func table ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collections-as-relational-tables.html
Applications that seek to store standard SQL columns with Documents can cast a collection to a table. In this case a collection can be fetched as a Table object with the Schema.getCollectionAsTable() function. From that moment on it is treated as a ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collections-as-relational-tables.html
Applications that seek to store standard SQL columns with Documents can cast a collection to a table. In this case a collection can be fetched as a Table object with the Schema.getCollectionAsTable() function. From that moment on it is treated as a ...
https://dev.mysql.com/doc/internals/en/source-file-archaeological-notes.html
log_event_old.h/log_event_old.cc (present in MySQL 5.1.18 and up): Classes to read and execute old versions of the row log events: Write_rows_log_event_old Update_rows_log_event_old Delete_rows_log_event_old Prior to MySQL 5.1.17, those classes ...
Displaying 2761 to 2770 of 4734 total results