[MDEV-3383] LP:817966 - int_column IN (string_constant) Created: 2011-07-29  Updated: 2015-02-02  Resolved: 2012-10-04

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major
Reporter: Sergei Golubchik Assignee: Sergei Golubchik
Resolution: Fixed Votes: 0
Labels: Launchpad

Attachments: XML File LPexportBug817966.xml    

 Description   

create table t1 (a int primary key, b int);
insert t1 values (1,1),(2,2),(3,3);
select * from t1 where a in ('1', '2.1');
-------+

a b

-------+

1 1
2 2

-------+



 Comments   
Comment by Rasmus Johansson (Inactive) [ 2011-10-28 ]

Launchpad bug id: 817966

Generated at Thu Feb 08 06:48:13 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.