I am inserting data into the table with mysql load data local infile
statement. my csv file contains 50000 rows.
My question is suppose load data infile stament has inserted 30000 rows and at that time power failure or exception has occurred. In this case will mysql automatically rollback this transaction or there will be 30000 rows into the table.