Search Results
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.1-ndb-8.4.1.html
(Bug #36313259) NDB Client Programs: ndb_restore did not restore a foreign key whose columns differed in order from those of the parent key. NDB Client Programs: Added the --CA-days option to ndb_sign_keys to make it possible to specify a ...It was ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-1.html
(Bug #36313259) NDB Client Programs: ndb_restore did not restore a foreign key whose columns differed in order from those of the parent key. NDB Client Programs: Added the --CA-days option to ndb_sign_keys to make it possible to specify a ... MySQL ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-catalog-table.html
model_handle A primary key, and a foreign key that references model_handle in the MODEL_CATALOG table. The MODEL_CATALOG table (ML_SCHEMA_user_name.MODEL_CATALOG) has the following columns: model_id A primary key, and a unique auto-incrementing ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-concepts.html
Object Naming Conventions Yes Yes Yes Yes Packages N/A N/A N/A N/A Partitioning Yes Yes Yes Yes Performance Schema N/A N/A Yes Yes Permissions Yes Yes Yes Yes Primary Key Yes Yes Yes Yes Referential Integrity Yes Yes Yes Yes Sybase ASE: referential ... The following table shows a comparison between each DBMS product supported by the Migration Wizard and ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-21.html
(Bug #26035791, Bug #86263) A valid call made to the MySqlSimpleRoleProvider.AddUsersToRoles method failed to execute because it violated the foreign key constraint. Now, names with this format can be used when the name is enclosed properly between ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-bulk-ingest-limitations.html
Bulk Ingest Limitations 7.2.2.3 Bulk Ingest Limitations The following are some limitations to the Bulk Ingest Feature of MySQL HeatWave on AWS when using the LOAD DATA FROM S3 statement with ALGORITHM=BULK: The target table must be empty. The state ...
https://dev.mysql.com/doc/refman/8.4/en/create-trigger.html
syntax: a BEFORE INSERT trigger activates for every row, followed by either an AFTER INSERT trigger or both the BEFORE UPDATE and AFTER UPDATE triggers, depending on whether there was a duplicate key for the row. CREATE [DEFINER = user] TRIGGER [IF ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-table-constraints-table.html
The value can be UNIQUE, PRIMARY KEY, FOREIGN KEY or CHECK. The UNIQUE and PRIMARY KEY information is about the same as what you get from the Key_name column in the output from SHOW INDEX when the Non_unique column is 0. The TABLE_CONSTRAINTS table ...
https://dev.mysql.com/doc/workbench/en/wb-migration-overview.html
The Migration Wizard performs the following steps when migrating a database to MySQL: Connects to the source RDBMS and retrieves a list of available databases/schemas. Reverse engineers selected database/schemas into a internal representation ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-reference-api.html
SQLForeignKeys Yes ODBC Returns a list of column names that make up foreign keys, if they exist for a specified table. SQLPrimaryKeys Yes ODBC Returns the list of column names that make up the primary key for a table. For the complete ODBC API ...