int_column IN (string_constant)

Bug #817966 reported by Sergei Golubchik
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MariaDB
Fix Released
High
Sergei Golubchik

Bug 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 |
+---+------+

Related branches

Changed in maria:
milestone: none → 5.3
importance: Undecided → High
status: New → Confirmed
Changed in maria:
assignee: nobody → Timour Katchaounov (timour)
Changed in maria:
assignee: Timour Katchaounov (timour) → Sergei (sergii)
Changed in maria:
status: Confirmed → Fix Committed
Changed in maria:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.