Re: MySQL 4.0.10: connection dies with SELECT @@not_a_global_variable

2003-02-10 Thread Stefan Hinz
Michael, with my last reply, I was somehow wrong. It looks like a bug, indeed. > 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. > Is this by design? Then it should be documented. Otherwise it is

Re: MySQL 4.0.10: connection dies with SELECT @@not_a_global_variable

2003-02-10 Thread Stefan Hinz
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 'w

MySQL 4.0.10: connection dies with SELECT @@not_a_global_variable

2003-02-08 Thread Michael Kofler
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. Is this by design? Then it should be documented. Otherwise it is probably a bug. Best wishes, Michael Kofler http://www.kofler.cc --