Bug #54632 Workbench crashes on executing load data local infile statement
Submitted: 19 Jun 2010 12:49 Modified: 20 Jun 2010 20:38
Reporter: Kishore B Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.22 OSS RC, 5.2.23 OS:Windows (Windows XP)
Assigned to: CPU Architecture:Any
Tags: crashes, LOAD DATA, local infile, workbench

[19 Jun 2010 12:49] Kishore B
Description:
Workbench crashes when executing any load data local infile statement.

How to repeat:
execute any statement of following type on mysql wb
load data local infile 'c:\\temp\\invdataEX_VN.txt'
into table invdown_sap_err
fields terminated by '\t'
lines terminated by '\r\n'
[20 Jun 2010 12:29] Valeriy Kravchuk
Verified just as described. I've create table:

create table test.tdata(c1 int, c2 int);

and tried to load two rows of data (values tab-separated) into it:

1	2
3	4

Got a crash.
[20 Jun 2010 20:38] Alfredo Kojima
This is a duplicate of bug #49694, which is a Connector/C bug.