Bug #61527 MySQL workbench crash when trying to LOAD DATA LOCAL INFILE
Submitted: 15 Jun 2011 16:04 Modified: 18 Jul 2011 12:57
Reporter: Keith Macdonald Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.22 OS:Windows
Assigned to: CPU Architecture:Any
Tags: LOAD DATA LOCAL INFILE

[15 Jun 2011 16:04] Keith Macdonald
Description:
Every time I try and execute this SQL, MySQL workbench crashes at the LOAD DATA LOCAL INFILE

The table does exist.

DROP TABLE ForumCategory_tbl;

CREATE TABLE ForumCategory_tbl(
	CategoryID int NOT NULL,
	CategoryName varchar(50) NOT NULL,
	SequenceNumber int NOT NULL,
	VisibleOnSite bit NULL,
	CreationDate datetime NULL ) ;

delete from ForumCategory_tbl;

LOAD DATA LOCAL INFILE 'C:/Import/ForumCategory.tsv' REPLACE INTO TABLE ForumCategory_tbl;

How to repeat:
Try importing a tab-seperated data file.
[15 Jun 2011 16:15] Valeriy Kravchuk
Please, check if the same problem happens with a newer version, 5.2.34.
[15 Jul 2011 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[18 Jul 2011 11:25] Keith Macdonald
Upgrading to a newer version has fixed this problem.
[18 Jul 2011 12:57] MySQL Verification Team
According prior comment, closing it.