Search Results
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-importing-data.html
Such files can be imported into NDB using LOAD DATA INFILE in the mysql client, or with the ndb_import utility provided with the NDB Cluster distribution. For more information about the latter, see Section 25.5.13, “ndb_import — Import CSV Data ... It is common when setting up a new instance of NDB Cluster to need to import data from an existing NDB Cluster, instance of MySQL, or other ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-example.html
As discussed previously (see Section 4.5.1, “Importing a Cluster Into MySQL Cluster Manager: Basic Procedure”), importing a standalone or “wild” cluster that was not created with MySQL Cluster Manager into the manager requires the ...The ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-procedure.html
This expanded listing breaks down each of the tasks just mentioned into smaller steps: Prepare the “wild” cluster for migration It is highly recommended that you take a complete backup of the “wild” cluster before you make changes to it, ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-load-data-mysql.html
The sections in this topic describe how to load data into the DB System.
MySQL Cluster Manager 8.4 User Manual :: 4.5 Importing MySQL NDB Clusters into MySQL Cluster Manager
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster.html
The following sections provide an outline of the procedure required to import such a cluster into MySQL Cluster Manager, followed by a more detailed example. It is possible to bring a “wild” MySQL NDB Cluster—that is, a cluster not created ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-loading-data.html
The sections in this topic describe how to load and manage data from external data sources using MySQL HeatWave Lakehouse.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-insert-id.html
Syntax: insert_id = ccnx.insert_id() Returns the AUTO_INCREMENT value generated by the most recent executed statement, or 0 if there is no such value.
https://dev.mysql.com/doc/internals/en/com-delayed-insert.html
COM_DELAYED_INSERT: an internal command in the server Payload 1 [10] COM_DELAYED_INSERT Returns ERR_Packet .
https://dev.mysql.com/doc/refman/9.7/en/stored-routines-last-insert-id.html
Within the body of a stored routine (procedure or function) or a trigger, the value of LAST_INSERT_ID() changes the same way as for statements executed outside the body of these kinds of objects (see Section 14.15, “Information Functions”). The ...For stored functions and triggers that change the value, the value is restored when the function or trigger ends, so following statements do not see a changed ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-replication-conflict-resolution.html
Both NDB$EPOCH() and NDB$EPOCH_TRANS() insert entries for conflicting rows into the relevant exceptions tables, provided that these tables have been defined according to the same exceptions table schema rules as described elsewhere in this section ...When using NDB$MAX_INS() or NDB$MAX_DEL_WIN_INS(), NDB can apply WRITE_ROW events idempotently, mapping such an event to an insert when the incoming row does not already exist, or to an update if it ... Requirements Source Column Control Conflict Resolution Control Conflict Resolution Functions Conflict Resolution Exceptions Table Conflict Detection Status Variables ...