Search



Search Results
Displaying 2021 to 2030 of 4186 total results
https://dev.mysql.com/doc/refman/9.7/en/converting-tables-to-innodb.html
While a transaction is open, the system keeps a snapshot of the data as seen at the beginning of the transaction, which can cause substantial overhead if the system inserts, updates, and deletes millions of rows while a stray transaction keeps ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-firewall.html
Enable: Executes SET GLOBAL mysql_firewall_mode = ON; against the connected MySQL server. Configure the MySQL server configuration file to enable MySQL Enterprise Firewall at startup. Note MySQL Workbench executes queries, gets variables, and ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-refreshoption.html
RefreshOption.REPLICA On a replica replication server, reset the source server information and restart the replica, like RESET SLAVE.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-refreshoption.html
RefreshOption.REPLICA On a replica replication server, reset the source server information and restart the replica, like RESET SLAVE.
https://dev.mysql.com/doc/internals/en/prepared-stored-statement-execution.html
During the first execution of the prepared statement the server may perform non-destructive transformations of statement's parsed tree: normally that would belong to a separate step executed at statement prepare, but once again, this haven't been ...
https://dev.mysql.com/doc/ndbapi/en/mgm-types.html
This section provides information about the data types defined by the MGM API. The types described in this section are all defined in the file /storage/ndb/include/mgmapi/mgmapi.h, with the exception of Ndb_logevent_type, ndb_mgm_event_severity, ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndboperation.html
If the attribute is of variable size, its value must start with 1 or 2 little-endian length bytes (2 if its type is Long*). This is used by NDB Cluster Replication to store the SQL node's server ID. By starting the SQL node with the --server-id-bits ...Beginning with NDB 8.0.30, NdbOperation supports an interpreted code API similar to that implemented by ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-16.html
(WL #12863) For X DevAPI applications, Connector/Python now supports the ability to send connection attributes (key-value pairs that application programs can pass to the server at connect time). Returning a session to the pool drops session-related ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Two informative text files were added: INFO_BIN contains information about the build environment used to produce the distribution, and INFO_SRC provides information about the product version and the source repository from which the distribution was ...
https://dev.mysql.com/doc/refman/9.7/en/alter-event.html
To disable myevent, use this ALTER EVENT statement: ALTER EVENT myevent DISABLE; The ON SCHEDULE clause may use expressions involving built-in MySQL functions and user variables to obtain any of the timestamp or interval values which it contains.
https://dev.mysql.com/doc/refman/9.7/en/identifier-length.html
For constraint definitions that include no constraint name, the server internally generates a name derived from the associated table name. The following table describes the maximum length for each type of identifier. For example, internally ...
Displaying 2021 to 2030 of 4186 total results