Search



Search Results
Displaying 2431 to 2440 of 3432 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-start-initialization.html
Keep in mind that, before you invoke this function, all Ndb_cluster_connection objects created in your NDB API application must be cleaned up or destroyed; otherwise, threads created when an Ndb_cluster_connection object's connect() method is ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-adapter.html
This program inserts CHAR, VARCHAR, and BINARY column data into a table by constructing aRef objects using array adapters of the type defined in common/array_adapter.hpp (see Section 2.5.15, “Common Files for NDB API Array Examples”). It then ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-simple.html
This program inserts CHAR, VARCHAR, and BINARY column data into a table by constructing aRef objects using local functions. It then reads the columns back and extracts the data from them using local functions. See Section 2.5.15, “Common Files ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-24.html
(Bug #31872906) Functionality Added or Changed Improved server disconnection handling of an X Protocol connection now creates a log entry and returns an error message, as needed, after Connector/NET receives a connection-close notice from the server. Connector/NET closes the connection when it receives the notice in an active session or while a new session is being ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The IgnorePrepare ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-environment-category.html
Keep Files On Create Enabled If a MyISAM table is created with a DATA DIRECTORY or INDEX DIRECTORY option and an existing .MYD or .MYI file is found, MyISAM always returns an error. Show Old Temporals Enabled Whether SHOW CREATE TABLE output ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-innodb-bufferpoolactivity-category.html
Created Per Sec The per second average number of InnoDB buffer pool pages created per second. Pages Created (Delta) The total number of pages created within the InnoDB buffer pool. Lists the InnoDB Bufferpool Activity metrics and provides a brief ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-savepoints.html
To create a savepoint, use the session.setSavepoint() operation, which maps to the SQL statement SAVEPOINT name;. For example by issuing: session.setSavepoint() a transaction savepoint is created with an automatically generated name and a string is ... X DevAPI supports savepoints, which enable you to set a named point within a transaction that you can revert ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-savepoints.html
To create a savepoint, use the session.setSavepoint() operation, which maps to the SQL statement SAVEPOINT name;. For example by issuing: session.setSavepoint() a transaction savepoint is created with an automatically generated name and a string is ... X DevAPI supports savepoints, which enable you to set a named point within a transaction that you can revert ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-savepoints.html
To create a savepoint, use the session.setSavepoint() operation, which maps to the SQL statement SAVEPOINT name;. For example by issuing: session.setSavepoint() a transaction savepoint is created with an automatically generated name and a string is ... X DevAPI supports savepoints, which enable you to set a named point within a transaction that you can revert ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-exclude-table-columns.html
To exclude a column, specify the NOT SECONDARY column attribute in an ALTER TABLE or CREATE TABLE statement, as shown below. mysql> ALTER TABLE tbl_name MODIFY column_name datatype NOT SECONDARY; mysql> CREATE TABLE tbl_name ( column_1 datatype, ...
Displaying 2431 to 2440 of 3432 total results