MySQL Forums
Forum List  »  General

MySQL: implicit float cast different between 32bit and 64bit mysql-version
Posted by: Matthias Glößl
Date: May 26, 2015 07:54AM

hi,

i've noticed that there is a difference in implicit float casts between the 32bit and the 64bit version of mysql.

e.g.
32bit: SELECT 16353040098354689127='16353040098354689127'; =>1
64bit: SELECT 16353040098354689127='16353040098354689127'; =>0

what is the reason for that behaviour?

i've tried it with the following versions: 5.6.14, 5.6.24.

kind regards,
matthias

Options: ReplyQuote


Subject
Written By
Posted
MySQL: implicit float cast different between 32bit and 64bit mysql-version
May 26, 2015 07:54AM


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.