Search



Search Results
Displaying 421 to 430 of 2435 total results
https://dev.mysql.com/doc/workbench/en/wb-reverse-engineer-live.html
Note Importing 250 or more objects could fail to create an EER diagram and instead emit a resource warning with the text "Too many objects are selected for auto placement. To reverse-engineer a live database, click Database and then Reverse ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-entityframework.html
BackoffAlgorithmErr1040 Backoff algorithm customized for the MySQL error code 1040 - Too many connections. Classes Class Description BackoffAlgorithm Represents the base class for backoff algorithms. BackoffAlgorithmErr1205 Backoff algorithm ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-operationalerror.html
For example: too many connections; a host name could not be resolved; bad handshake; server is shutting down, communication errors. This exception is raised for errors which are related to MySQL's operations.
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-entityframework.html
BackoffAlgorithmErr1040 Backoff algorithm customized for the MySQL error code 1040 - Too many connections. Classes Class Description BackoffAlgorithm Represents the base class for backoff algorithms. BackoffAlgorithmErr1205 Backoff algorithm ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-operationalerror.html
For example: too many connections; a host name could not be resolved; bad handshake; server is shutting down, communication errors. This exception is raised for errors which are related to MySQL's operations.
https://dev.mysql.com/doc/internals/en/backup-breakpoint.html
open_tables(...) BACKUP_BREAKPOINT("bp_after_open_tables"); lock_tables(...) The BACKUP_BREAKPOINT macro consists basically of: DBUG_EXECUTE_IF("backup_debug", DBUG_SYNC_POINT((S), 300)) Opportunities and downsides of the DBUG_SYNC_POINT method ...
https://dev.mysql.com/doc/internals/en/compression.html
It is enabled if the server announces CLIENT_COMPRESS in its Protocol::Handshake and the client requests it too in its Protocol::HandshakeResponse packet and after the server finishes Connection Phase, with a OK_Packet. Compression is its own ...
https://dev.mysql.com/doc/internals/en/examples-of-suspicious-tests.html
Section 26.8.1, “Probably Mismatch of Focus of Test and Code Sequence” Section 26.8.2, “Too Greedy Test” Section 26.8.3, “Risky Handling Around Additional Sessions” .
https://dev.mysql.com/doc/internals/en/general-trace-structure.html
Calls to the range optimizer, cost evaluations, reasons why an access path is chosen over another one, or why a sorting method is chosen over another one, are shown too. A trace follows closely the actual execution path: there is a join-preparation ...
https://dev.mysql.com/doc/internals/en/limitations.html
While the overall exchange of data is free-form there are limitations in the initial handshake of the amount of data that can be exchanged: the auth_plugin_data field in Initial Handshake Packet can only carry 255 bytes max (see ...
Displaying 421 to 430 of 2435 total results