Michael,

> I am using MySQL 4.0.10 on Windows. If I process SELECT @@whatever (where
> whatever is not a valid global variable name), the connection is closed.

I guess what you mean is:

Server version:         4.0.5-beta-max-nt-log
mysql> SELECT @@whatever;
ERROR 1193: Unknown system variable 'whatever'

> Is this by design? Then it should be documented. Otherwise it is probably a
> bug.

After updating my server today, I get:

Server version:         4.0.10-gamma-max-nt-log
mysql> SELECT @@whatever;
ERROR 1193: Unknown system variable 'whatever'

OS is Win2K with SP2. What's your OS?

Regards,
--
  Stefan Hinz <[EMAIL PROTECTED]>
  iConnect GmbH <http://iConnect.de>
  Heesestr. 6, 12169 Berlin (Germany)
  Telefon: +49 30 7970948-0  Fax: +49 30 7970948-3


---------------------------------------------------------------------
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

Reply via email to