Bug #108 | SET @@globalvar=... causes error | ||
---|---|---|---|
Submitted: | 27 Feb 2003 20:51 | Modified: | 3 Mar 2003 6:06 |
Reporter: | Arjen Lentz | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.0.10 | OS: | Windows (Windows) |
Assigned to: | CPU Architecture: | Any |
[27 Feb 2003 20:51]
Arjen Lentz
[3 Mar 2003 6:06]
Michael Widenius
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php This is not a bug. SET @@variable_name=# is equal to SET SESSION variable_name=# Using GLOBAL before doesn't have any effect. You should never mix the prefix SESSION or GLOBAL with the @@ variable names