Search Results
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-raise-on-warnings.html
mysql.connector.errors.DataError: 1292: Truncated incorrect DOUBLE value: 'a' Returns True or False. This property can be assigned a value of True or False to enable or disable whether warnings should raise exceptions. The property can be invoked ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
Without this option, parameter binding will be truncated to 255 characters. On Unix and macOS, use the parameter name and value as the keyword/value pair in the DSN configuration. Alternatively, you can set these parameters within the ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-windows-5-2.html
The ODBC Data Source Administrator on Windows lets you create DSNs, check driver installation, and configure ODBC functions such as tracing (used for debugging) and connection pooling. The following are steps for creating and configuring a DSN with ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-reference-errorcodes.html
The following tables lists the error codes returned by Connector/ODBC apart from the server errors.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-raise-on-warnings.html
mysql.connector.errors.DataError: 1292: Truncated incorrect DOUBLE value: 'a' Returns True or False. This property can be assigned a value of True or False to enable or disable whether warnings should raise exceptions. The property can be invoked ...
https://dev.mysql.com/doc/internals/en/begin-load-query-event.html
Binlog::BEGIN_LOAD_QUERY_EVENT: truncate a file and set block-data Payload 4 file_id string.EOF block-data See Binlog::APPEND_BLOCK_EVENT .
https://dev.mysql.com/doc/internals/en/com-refresh.html
Note As of MySQL 5.7.11, COM_REFRESH is deprecated and will be removed in a future version of MySQL.
https://dev.mysql.com/doc/internals/en/connection-phase-packets.html
It is like Handshake Response Packet but is truncated right before username field. Protocol::Handshake Initial Handshake Packet When the client connects to the server the server sends a handshake packet to the client. Depending on the server ...
https://dev.mysql.com/doc/internals/en/guided-tour-chunk.html
The entire routine has many error checks with handlers for improbable conditions, and showing multiple screens would be tedious, so we've truncated the code a lot. Now, having finished with our bird's eye view of the source code from the air, let's ...
https://dev.mysql.com/doc/internals/en/guided-tour-skeleton.html
In fact we'll need multiple pages to walk through this one, and that's despite our use of truncation and condensation again. And now we're going to walk through something harder, namely the server. WARNING WARNING WARNING: code changes constantly, ...