enterprise-support team mailing list archive
-
enterprise-support team
-
Mailing list archive
-
Message #03124
[Bug 1280383] [NEW] function CONV() returns null when passing a parameter
Public bug reported:
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.
** Affects: infinidb
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to MySQL.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1280383
Title:
function CONV() returns null when passing a parameter
To manage notifications about this bug go to:
https://bugs.launchpad.net/infinidb/+bug/1280383/+subscriptions
Follow ups
References