Search



Search Results
Displaying 1531 to 1540 of 2583 total results
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlcursor-with-rows.html
Syntax: boolean = cursor.with_rows This read-only property returns True or False to indicate whether the most recently executed operation could have produced rows. The with_rows property is useful when it is necessary to determine whether a ...
https://dev.mysql.com/doc/connector-python/en/connector-python-example-cursor-select.html
Note that we are using unquoted %s-markers where dates should have been. The following example shows how to query data using a cursor created using the connection's cursor() method. The task is to select all employees hired in the year 1999 and ...
https://dev.mysql.com/doc/connector-python/en/connector-python-installation.html
If your system does not have Python preinstalled for some reasons, use its software management system to install it. Make sure Python is installed on your platform: Python comes preinstalled on most Unix and Unix-like systems, such as Linux, macOS, ...
https://dev.mysql.com/doc/connector-python/en/connector-python-opentelemetry.html
Since otel_context_propagation is a connection property that can be changed after a connection is established (a connection object is created), setting such property to False does not have an effect over the spans generated during the connection ...
https://dev.mysql.com/doc/connector-python/en/connector-python-versions.html
For series that have reached General Availability (GA) status, development releases in the series prior to the GA version are no longer supported. This section describes both version releases, such as 8.0.34, along with notes specific to the two ...
https://dev.mysql.com/doc/connector-python/en/quick-installation-guide.html
If your system does not have pip, you can install it with your system's software manager, or with a standalone pip installer. The recommended way to install Connector/Python is by pip and wheel packages. Note You are strongly recommended to use the ...
https://dev.mysql.com/doc/internals/en/backup-breakpoint.html
Backup Breakpoints have been removed from the code in favor of the Debug Sync Facility. They were part of the MySQL code in some early 6.0 versions. open_tables(...) BACKUP_BREAKPOINT("bp_after_open_tables"); lock_tables(...) The BACKUP_BREAKPOINT ...
https://dev.mysql.com/doc/internals/en/binary-log-structure-and-contents.html
The details about event structure have changed over time, which gives rise to different versions of the binary log format. The binary log is a set of files that contain information about data modifications made to a MySQL server instance. The log ...
https://dev.mysql.com/doc/internals/en/binary-log-versions.html
Suppose that the FDE did have a header_length field after the flags field. There are several versions of the binary log file format: v1: Used in MySQL 3.23 v3: Used in MySQL 4.0.2 though 4.1 v4: Used in MySQL 5.0 and up A v2 format was used briefly ...
https://dev.mysql.com/doc/internals/en/binary-protocol-resultset-row.html
A Binary Protocol Resultset Row is made up of the NULL bitmap containing as many bits as we have columns in the resultset + 2 and the values for columns that are not NULL in the Binary Protocol Value format. ProtocolBinary::ResultsetRow: row of a ...
Displaying 1531 to 1540 of 2583 total results