Comment 7 for bug 408694

Revision history for this message
Ross M. (rwmcfa1) wrote : Re: [Bug 408694] Re: main.func_math fails due to precision error

On Tue, Aug 4, 2009 at 5:15 AM, Jay Pipes<email address hidden> wrote:
> Hi!  Can you repeat these results on MySQL 5.1?  I'm interested to know
> if we've inherited this behaviour or have introduced a regression.
> Thanks!

somewhat surprisingly (to me anyway):

rowlf$ mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.1.28-rc FreeBSD port: mysql-server-5.1.28_1

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> select log(3,9);
+----------+
| log(3,9) |
+----------+
| 2 |
+----------+
1 row in set (0.00 sec)

--
-rm