@variableName What Version?

2001-09-11 Thread R Talbot

I currently use MySQL  3.22.32-log

I compiled the source code to use with Caldera 2.3..

Does my version support the use of the @variable syntax..
When I attempt to use this I get error Error 1064 ..
I find that this also would not work  set @min_price=min(shop.price);

P.S   What  is the  log   indicate for my version..


Bob T


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: @variableName What Version?

2001-09-11 Thread Paul DuBois

At 8:02 PM -0400 9/11/01, R Talbot wrote:
I currently use MySQL  3.22.32-log

I compiled the source code to use with Caldera 2.3..

Does my version support the use of the @variable syntax..
When I attempt to use this I get error Error 1064 ..
I find that this also would not work  set @min_price=min(shop.price);

 From the MySQL Reference Manual:

@appendixsubsec Changes in release 3.23.6

@item
Added patch by Sasha for user-defined variables.



P.S   What  is the  log   indicate for my version..

Sorry?  Don't understand what you mean.  If you're asking about
the -log at the end of the version string, it means the server is
running with logging enabled.



Bob T


-- 
Paul DuBois, [EMAIL PROTECTED]

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php