dbf2mysql -q option broken with mysql323-server and above
Travis Whitton <[email protected]>
| Newsgroups | gmane.os.freebsd.bugbusters |
|---|---|
| Message-ID | <[email protected]> |
Versions of mysql greater than 3.23.49 and greater than 4.0.2 require the MYSQL_OPT_LOCAL_INFILE option in all clients attempting to load data from a file. This patch allows dbf2mysql to function properly with the mysql323-server port. The existing dbf2mysql does not allow quick inserts(the -q) flag, which offers up to a 2.5X speedup. The option to allow local inserts is enable with a new flag (-L). The attached path replaces the existing patch-ab for dbf2mysql-1.14. Thanks, Travis Whitton _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugbusters To unsubscribe, send any mail to "[email protected]"
patch-ab
(application/octet-stream, 4.4 KB) - not displayed