MySQL Forums
Forum List  »  Newbie

Float value can't able to feed in virtual table via INNODB plugin
Posted by: Salil Jain
Date: February 06, 2015 04:49AM

Hi Friends,
I am writing a Innodb plugin.In plugin code I declared the type of column as MYSQL_TYPE_FLOAT and when I am feeding a float value to it via table->field[m]->store(f1, TRUE); where f1=3.145 its cropping the In my case it made it 3 in place of 3.145.So please suggest me how to feed float withot cropping .Thanks.

Options: ReplyQuote


Subject
Written By
Posted
Float value can't able to feed in virtual table via INNODB plugin
February 06, 2015 04:49AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.