Bug #31322 mysqlimport has no way to commit when running with autocommit=0
Submitted: 1 Oct 2007 17:28
Reporter: Matthew Lord Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S4 (Feature request)
Version:all OS:Any
Assigned to: CPU Architecture:Any
Tags: autocommit, mysqlimport

[1 Oct 2007 17:28] Matthew Lord
Description:
If you are using init-connect to disable autocommit there is no way to 
tell mysqlimport to issue a commit when it is finished.  You can use an
account with the SUPER privilege to work around this but it should be an
easy feature to add and makes sense IMO.

How to repeat:
N/A

Suggested fix:
add something like --commit to mysqlimport that tells it to issue a COMMIT when
finished