function CONV() returns null when passing a parameter

Bug #1280383 reported by PORTE
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
InfiniDB Community
New
Undecided
Unassigned

Bug Description

The function CONV() returns null value when we use it on a table's column.

without table selection :
----------------------------------------
select conv(6906195,10,36);
440UR
----------------------------------------

But with a parameter (int(10)) it returns NULL :
----------------------------------------
select conv(id,10,36)), id from test ;
NULL 6906195
----------------------------------------

When we change the ENGINE to MyIsam it's working.

It works too with conversion from 10 to 2/4/8/16 and reverse conversion from 36 to 10.

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.