Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/ndb-ndbtransaction.html
                                A transaction consists of a list of operations represented by the NdbOperation class, or by one of its subclasses—NdbScanOperation, NdbIndexOperation, or NdbIndexScanOperation. Types NdbTransaction defines 2 public types as shown in the following ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/using-sql.html
                                 In addition to the simplified X DevAPI syntax of the Session object, the Session object has a sql() function that takes any SQL statement as a string. The following example uses a Session to call an SQL Stored Procedure on the specific node. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/create-table-gipks.html
                                 MySQL 8.4 supports generated invisible primary keys for any InnoDB table that is created without an explicit primary key. When the sql_generate_invisible_primary_key server system variable is set to ON, the MySQL server automatically adds a ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/load-xml.html
                                The tagname in the optional ROWS IDENTIFIED BY clause must also be given as a literal string, and must be surrounded by angle brackets (< and >). LOAD XML acts as the complement of running the mysql client in XML output mode (that is, starting the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/partitioning-handling-nulls.html
                                 Partitioning in MySQL does nothing to disallow NULL as the value of a partitioning expression, whether it is a column value or the value of a user-supplied expression. Even though it is permitted to use NULL as the value of an expression that must ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/partitioning-limitations.html
                                 This section discusses current restrictions and limitations on MySQL partitioning support. The following constructs are not permitted in partitioning expressions: Stored procedures, stored functions, loadable functions, or plugins. For a list of ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/show-create-table.html
                                 SHOW CREATE TABLE tbl_name Shows the CREATE TABLE statement that creates the named table. To use this statement, you must have some privilege for the table. row *************************** Table: t Create Table: CREATE TABLE `t` ( `id` int NOT NULL ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-session-track-get-first.html
                                 int mysql_session_track_get_first(MYSQL *mysql, enum enum_session_state_type type, const char **data, size_t *length) Description MySQL implements a session tracker mechanism whereby the server returns information about session state changes to ...
                                            
                https://dev.mysql.com/doc/extending-mysql/8.4/en/client-plugin-descriptors.html
                                 Each client plugin must have a descriptor that provides information to the client plugin API. The descriptor structure begins with a fixed set of members common to all client plugins, followed by any members specific to the plugin type. This must ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-vector-store-load.html
                                 This section describes how to generate vector embeddings for files or folders stored in Object Storage, and load the embeddings into a vector store table. If not already done, create an Oracle Cloud Infrastructure (OCI) bucket for storing files ...