Search Results
https://dev.mysql.com/doc/connectors/en/connector-python-tutorial-cursorbuffered.html
(A buffered cursor fetches and buffers the rows of a result set after executing a query; see Section 6.9.6.1, “cursor.MySQLCursorBuffered Class”.) This way, it is unnecessary to fetch the rows in a new variables. The following example script ...
https://dev.mysql.com/doc/connector-python/en/connector-python-tutorial-cursorbuffered.html
(A buffered cursor fetches and buffers the rows of a result set after executing a query; see Section 10.6.1, “cursor.MySQLCursorBuffered Class”.) This way, it is unnecessary to fetch the rows in a new variables. The following example script ...
https://dev.mysql.com/doc/internals/en/binlog-formats.html
Which of the two formats to use is configured with the @@SESSION.binlog_format variable, which takes the values STATEMENT, ROW, or MIXED. If the server cannot determine that a statement is correctly logged, a warning or error shall be issued: If it ... Status of this subsection: Complete but not reviewed 2009-10-21 The binlog is organized as a linear sequence of ...
https://dev.mysql.com/doc/internals/en/dbug-directory.html
The MySQL Server and all .c and .cc programs support the use of this package. Rather, it's a set of public-domain routines which are useful for debugging MySQL programs. How it works: One inserts a function call that begins with DBUG_* in one of the ...
https://dev.mysql.com/doc/internals/en/myisam-directory.html
They are: mi_cache.c --- for reading records from a cache mi_changed.c --- a single routine for setting a "changed" flag (very short) mi_check.c --- for checking and repairing tables. Can be used to exactly replay a set of changes to a table.
https://dev.mysql.com/doc/internals/en/starting-transaction-from-external-lock-method.html
The trans_register_ha() method registers a transaction with the MySQL server to allow for future COMMIT and ROLLBACK calls. MySQL calls [custom-engine.html#custom-engine-api-reference-external_lock handler::external_lock()] for every table it is ...
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-5-7.html
This section provides information about keywords and reserved words in MySQL 5.7. MySQL 5.7 Keywords and Reserved Words MySQL 5.7 New Keywords and Reserved Words MySQL 5.7 Removed Keywords and Reserved Words MySQL 5.7 Keywords and Reserved Words ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-data-types.html
MySQL storage requirements for a VARCHAR or VARBINARY column depend on whether the column is stored in memory or on disk: For in-memory columns, the NDB storage engine supports variable-width columns with 4-byte alignment. These and later versions ... This section provides information about the way in which MySQL data types are represented in NDBCLUSTER table columns and how these values can be accessed in NDB API ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-9-3-0.html
Security Notes Bugs Fixed Security Notes For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for MySQL Server has been updated to version 3.0.16. This patch uses an explicit command to clear the cached variables ...For ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-4-0.html
Bugs Fixed .NET applications quit unexpectedly while trying to connect to a MySQL server using Connector/ODBC. This has been fixed by compiling C/ODBC and MySQL (this affects the behaviors of the libmysql client library) with the environmental ...