Bug #72616 Mysql Workbench quits when running a query with BETWEEN
Submitted: 12 May 2014 8:59 Modified: 13 Jun 2014 12:49
Reporter: Markella Skempri Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:6.1.4 OS:MacOS (OS X 10.9.2 )
Assigned to: CPU Architecture:Any

[12 May 2014 8:59] Markella Skempri
Description:
Trying to run a query with BETWEEN first disconnects from the database (EC2 based) and then kills the workbench.

How to repeat:
My table:

Column	Type	Size	Nulls	Auto	Default
id_action	int	10		 √ 	
id_action_type	int	10	 √ 		null
title	varchar	255	 √ 		null
description	text	65535			
id_auth_company	int	10	 √ 		null
change_on	int	10	 √ 		0
deleted_on	int	10	 √ 		0
create_on	int	10	 √ 		0
active	bit	0			0
id_auth_group	int	10			
template	tinyint	3			0
update_on	int	10			0

My query:

select * from ACTION where  id_auth_group = 69744 and id_action between 12283 and 12455 ;
[12 May 2014 9:50] Markella Skempri
Chash log file from mac

Attachment: MySQLWorkbench_2014-05-12-094324_Markellas-MacBook-Pro.crash (application/octet-stream, text), 91.58 KiB.

[12 May 2014 12:22] MySQL Verification Team
Thank you for the bug report. The issue happens just with that particular table?
Thanks.
[13 Jun 2014 1: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".
[13 Jun 2014 12:49] Markella Skempri
I'm closing this as I don't think it is valid. I can't reproduce as the Workbench crashes in other circumstances that so far seem random.