Subject: Re: mysql NOW() bug on Alpha?
To: netbsd alpha <netbsd_alpha@yahoo.com>
From: Jason R Thorpe <thorpej@zembu.com>
List: port-alpha
Date: 10/05/2000 23:37:29
On Thu, Oct 05, 2000 at 09:38:37PM -0700, netbsd alpha wrote:

 > if you are running mysql on a NetBSD/Alpha, could you
 > please do this select command in mysql console and
 > tell me what you get:
 > 
 > mysql> select NOW();
 > 
 > i'm getting 
 > 
 > mysql> select NOW();
 > +---------------------+
 > | NOW()               |
 > +---------------------+
 > | 2136-11-12 06:05:57 |
 > +---------------------+
 > 1 row in set (0.00 sec)

Yah, looks wonked:

mysql> select NOW();
+---------------------+
| NOW()               |
+---------------------+
| 2136-11-12 06:04:09 |
+---------------------+
1 row in set (0.15 sec)

mysql> status
--------------
mysql  Ver 9.38 Distrib 3.22.32, for -netbsd (alpha)


-- 
        -- Jason R. Thorpe <thorpej@zembu.com>