[MDEV-788] LP:1010055 - mysqlimport should support the ability to disable foreign keys Created: 2012-06-07 Updated: 2019-05-21 Resolved: 2019-05-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Fix Version/s: | 10.2.25, 10.1.41, 10.3.16, 10.4.5 |
| Type: | Task | Priority: | Major |
| Reporter: | Dan Vande More | Assignee: | Robert Bindar |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad, contribution, foundation, patch, upstream | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Would like to see mysqlimport support disabling of foreign keys. This makes mysqldump --tab imports more of reality for those whom use FKs in their schema. Without an option, it would require elaborate scripting that is easily accomplish by mysqlimport (parallel imports, etc). There are already two patches for this option here: http://bugs.mysql.com/bug.php?id=19996 |
| Comments |
| Comment by Rasmus Johansson (Inactive) [ 2012-06-07 ] |
|
Launchpad bug id: 1010055 |
| Comment by Daniel Black [ 2017-12-30 ] |
|
GPL-2.0 patch available https://github.com/facebookarchive/mysql-5.1/commit/797596fed371dc8932ff91660c978615658d81b6 |