Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-columntype.html
                                 This class enumerates the column types for columns in ndb. 
                                            
                https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-lockmode.html
                                 Lock modes for read operations. SHARED: Set a shared lock on rows EXCLUSIVE: Set an exclusive lock on rows READ_COMMITTED: Set no locks but read the most recent committed values 4.3.1.18.1 Synopsis public final class LockMode extends, ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-sessionfactory-state.html
                                 State of this session factory 4.3.1.24.1 Synopsis public static final class SessionFactory.State extends, Enum<State> {// Public Static Fields public static final State Closed ; public static final State Open ; public static final State ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mgm-functions-cluster-log.html
                                Signature int ndb_mgm_set_clusterlog_severity_filter ( NdbMgmHandle handle, enum ndb_mgm_event_severity severity, int enable, struct ndb_mgm_reply* reply ) Parameters This function takes 4 parameters: A management server handle. Signature int ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mgm-functions-cluster-status.html
                                Signature struct ndb_mgm_cluster_state* ndb_mgm_get_status2 ( NdbMgmHandle handle, const enum ndb_mgm_node_type types[] ) Parameters This function takes two parameters: A management server handle A pointer to array of the node types to be checked. 
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-table.html
                                Signature void setSingleUserMode ( enum SingleUserMode ) Parameters A SingleUserMode value. Enumeration values Possible values for SingleUserMode are shown, along with descriptions, in the following table: Table 2.80 Table::SingleUserMode values and ... This section provides information about the Table class, which models a database table in the NDB ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-21.html
                                Contains a Level enumeration with constants STRICT and OFF, and an Option enumeration with constants SCHEMA and LEVEL. (WL #13061) Functionality Added or Changed The MySQL_Connection_Options enumeration is no longer sensitive to the order in which ... Configuration Notes JSON Notes Security Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Configuration Notes The CMake configuration files were revised to work better when Connector/C++ is used as a subproject of application ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-async-add-task-log.html
                                Syntax mysql> CALL mysql_tasks.add_task_log( IN 'task_id' VARCHAR(36), IN 'message' VARCHAR(2000), IN 'data' JSON, IN progress SMALLINT, IN 'status' ENUM ); Following are add_task_log parameters: task_id VARCHAR(36): specifies the unique task ID ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-supported-data-types.html
                                Columns with unsupported data types must be excluded, and defined as NOT SECONDARY before loading a table. Numeric data types: BIGINT BOOL DECIMAL DOUBLE FLOAT INT INTEGER MEDIUMINT SMALLINT TINYINT Temporal data types: DATE DATETIME TIME TIMESTAMP ...
                                            
                https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-25.html
                                For example, the following query can now be offloaded to MySQL HeatWave for execution: SELECT DISTINCT a FROM t1 ORDER BY c DESC; (Bug #32583856) Query plan statistics are now collected and stored in a statistics cache when a query is executed in ...