| Bug #4170 | MySQL server too picky on @@ in system vars | ||
|---|---|---|---|
| Submitted: | 16 Jun 2004 16:51 | Modified: | 16 Jun 2004 19:38 |
| Reporter: | Guilhem Bichot | Email Updates: | |
| Status: | Not a Bug | Impact on me: | |
| Category: | MySQL Server | Severity: | S3 (Non-critical) |
| Version: | 4.0 | OS: | Linux (linux) |
| Assigned to: | CPU Architecture: | Any | |
[16 Jun 2004 16:51]
Guilhem Bichot
[16 Jun 2004 19:38]
Sergei Golubchik
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 Additional info: yes, according to the manual you should use either @@ or global: SET variable_assignment [, variable_assignment] ... variable_assignment: user_var_name = expr | [GLOBAL | SESSION] system_var_name = expr | @@[global. | session.]system_var_name = expr
[16 Jun 2004 20:10]
Guilhem Bichot
"yes, according to the manual you should use either @@ or global" ... and if you use both, it won't work ;) ... still not natural to me. but ok, why not...
