Bug #12256 | Mysql 5.0.7 Function ceiling() and ceil() | ||
---|---|---|---|
Submitted: | 29 Jul 2005 1:40 | Modified: | 29 Jul 2005 2:05 |
Reporter: | stangly wrong | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | OS: | Windows (Windows Server 2003) | |
Assigned to: | CPU Architecture: | Any |
[29 Jul 2005 1:40]
stangly wrong
[29 Jul 2005 2:05]
MySQL Verification Team
Thank you for your bug report. This issue has already been fixed in the latest released version of that product, which you can download at http://www.mysql.com/downloads/ Additional info: c:\mysql\bin>mysql -uroot Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 to server version: 5.0.10a-beta-nt Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> select ceiling(121/60); +-----------------+ | ceiling(121/60) | +-----------------+ | 3 | +-----------------+ 1 row in set (0.08 sec) mysql>