← Back to team overview

linux-traipu team mailing list archive

Re: [Bug 723561] Re: signed int overflow when no table in use

 

Timothy Chen <723561@xxxxxxxxxxxxxxxxxx> writes:
> I'd like to take this bug as my intro to contributing to drizzle if
> that's fine?

more than fine! go for it!

-- 
Stewart Smith

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/723561

Title:
  signed int overflow when no table in use

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  Triaged

Bug description:
  drizzle> select 999*999*999*999*999*999*999;
  +-----------------------------+
  | 999*999*999*999*999*999*999 |
  +-----------------------------+
  |        -3103214945336780265 | 
  +-----------------------------+
  1 row in set (0.000383 sec)

  Should probably show a truncation/overflow error or something rather
  than a bad result.

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/723561/+subscriptions


References