big big integer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Doruk Fisek

    big big integer

    Hi,

    It is noted in the MySQL manual that unsigned integers bigger than
    922337203685477 5807 (63 bits) shouldn't be used itnarithmetic operations
    since signed BIGINT/DOUBLE is used in arithmetic functions.

    Can we somehow tell MySQL (probably during compilation) to use unsigned
    BIGINT/DOUBLE for arithmetic functions? (I know MySQL wouldn't be able to
    operate on any signed number but that is a price I would be willing to pay)

    Doruk

    --
    FISEK INSTITUTE - http://www.fisek.org

    --
    MySQL General Mailing List
    For list archives: http://lists.mysql.com/mysql
    To unsubscribe: http://lists.mysql.com/mysql?unsub=m...ie.nctu.edu.tw

Working...