Search Results
https://dev.mysql.com/doc/internals/en/binlog-formats.html
Queries can be logged in two ways: In statement format: the SQL query is written to the binlog in text. An SQL query that modifies the database will generate one or more events and append them to the binlog. Status of this subsection: Complete but ...
https://dev.mysql.com/doc/internals/en/preface.html
Trademark Notice Oracle, Java, MySQL, and NetSuite are registered trademarks of Oracle and/or its affiliates. We do hope it illustrates how MySQL programmers work, and how MySQL Server works as a result. GOVERNMENT END USERS: Oracle programs ...We ...
https://dev.mysql.com/doc/internals/en/prepared-stored-reexecution.html
Features of MySQL 4.1 and 5.0 put a new demand on the execution process: prepared statements and stored routines need to reuse the same parsed tree to execute a query many times. So far no easy mechanism that would allow query reexecution using the ...
https://dev.mysql.com/doc/workbench/en/wbcopytables.html
wbcopytables is a command-line utility included in MySQL Workbench that enables you to copy table data from a supported source database server to MySQL. It is used by the MySQL Workbench Migration Wizard to copy data after the schema is migrated ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-locking.html
X DevAPI supports MySQL locking through the lockShared() and lockExclusive() methods for the Collection.find() and Table.select() methods. Locking considerations When working with locking modes note the following: autocommit mode means that there ...This enables you to control row locking to ensure safe, transactional document updates on collections and to avoid concurrency problems, for example when using the modify() ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-locking.html
X DevAPI supports MySQL locking through the lockShared() and lockExclusive() methods for the Collection.find() and Table.select() methods. Locking considerations When working with locking modes note the following: autocommit mode means that there ...This enables you to control row locking to ensure safe, transactional document updates on collections and to avoid concurrency problems, for example when using the modify() ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-locking.html
X DevAPI supports MySQL locking through the lockShared() and lockExclusive() methods for the Collection.find() and Table.select() methods. Locking considerations When working with locking modes note the following: autocommit mode means that there ...This enables you to control row locking to ensure safe, transactional document updates on collections and to avoid concurrency problems, for example when using the modify() ...
https://dev.mysql.com/doc/internals/en/event-content-writing-conventions.html
Packed Integer format derives from the "Length Coded Binary" representation used in the MySQL client/server network protocol. That representation allows a first byte value of 251 to represent the SQL NULL value, but 251 is apparently unused for ...
https://dev.mysql.com/doc/workbench/en/wb-vertical-toolbar.html
To edit the table with MySQL Table Editor, right-click it and choose Edit Table or Edit in New Window from the pop-up menu. For more information about creating and editing tables, see Section 8.1.10, “MySQL Table Editor”. The vertical toolbar ...
https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-evolution.html
The partial trust support for MySQL Connector/NET has improved rapidly throughout the 6.5.x and 6.6.x versions. The new MySqlClientPermission class, derived from the .NET DBDataPermission class, helps to simplify the permission setup. The latest ...