Search



Search Results
Displaying 2601 to 2610 of 4865 total results
https://dev.mysql.com/doc/internals/en/external-lock.html
Synopsis virtual int external_lock ( thd, lock_type); THD * thd ; int lock_type ; Description This is the external_lock method. The locking methods for mysql section in lock.cc has additional comments on this topic that may be useful to read. If you ...
https://dev.mysql.com/doc/internals/en/optimizer-eliminating-dead-code.html
A transformation takes place for conditions that are always true, for example: WHERE 0=0 AND column1='y' In this case, the first condition is removed, leaving WHERE column1='y' See: /sql/sql_select.cc, remove_eq_conds(). A transformation also takes ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-result-sets.html
clobberStreamingResults This will cause a streaming result set to be automatically closed, and any outstanding data still streaming from the server to be discarded if another query is executed before all the data has been read from the server.
https://dev.mysql.com/doc/internals/en/class-procedure-constructor.html
Prototype: n/a The class constructors prototype signature is completely up to you. The only place where objects are instantiated is your own init callback. To initialize your derived procedure object you have to pass on the select_result pointer ...
https://dev.mysql.com/doc/internals/en/table-map-event.html
The first event used in Row Based Replication declares how a table that is about to be changed is defined. TABLE_MAP_EVENT: The TABLE_MAP_EVENT defines the structure if the tables that are about to be changed. It is sent as length encoded string ...
https://dev.mysql.com/doc/workbench/en/wb-linux-uninstalling.html
The procedure for uninstalling MySQL Workbench on Linux depends on the package you are using. Note When using apt, the official package name at dev.mysql.com is mysql-workbench-community, whereas most Linux distributions use the name ...
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-3.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The Tomcat server, bundled with MySQL Enterprise Service Manager, has been upgraded to 8.5.34. Bugs Fixed It was not possible to use the percentage character (%) in filter ...
https://dev.mysql.com/doc/workbench/en/wb-views-overview-scripts.html
Use the SQL Scripts panel to attach SQL scripts to the model for documentation and organizational purposes, and optionally these attachments can be included in the output script when performing forward engineering or model/schema synchronization.
https://dev.mysql.com/doc/internals/en/handler-instantiation.html
The first method call your storage engine needs to support is the call for a new handler instance. Before the handlerton is defined in the storage engine source file, a method header for the instantiation method must be defined. Here is an example ...
https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-nongac.html
When deploying a web application to a Shared Hosted environment, where this environment is configured to run all their .NET applications under a partial or medium trust level, you might not be able to install the MySQL Connector/NET library in the ...
Displaying 2601 to 2610 of 4865 total results