Bug #19998 | SET GLOBAL wait_timeout is not propagated to new connections | ||
---|---|---|---|
Submitted: | 22 May 2006 11:56 | Modified: | 22 May 2006 16:26 |
Reporter: | Jan Kneschke | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.16, 5.1-bk | OS: | Linux (Linux/x86, MacOSX) |
Assigned to: | CPU Architecture: | Any |
[22 May 2006 11:56]
Jan Kneschke
[22 May 2006 11:58]
Domas Mituzas
Verified at fresh 5.1-bk build
[22 May 2006 14:58]
Jim Winstead
Did you remember to change interactive_timeout? (That's where the setting for a session's wait_timeout comes from when it has been flagged as an interactive connection, which the mysql client does.) See http://dev.mysql.com/doc/refman/4.1/en/server-system-variables.html This bug should not have been marked 'Verified' without checking this, since it is not mentioned in the bug report.
[22 May 2006 16:13]
Jan Kneschke
Right, this "feature" is working as documented in the manual. For a user this a non-obvious and from his perspective still a bug, even if it is documented.
[22 May 2006 16:26]
Valeriy Kravchuk
There are many different things not obvious to users and even support engineers or developers. Not all of them are bugs, though. So, this one looks like intended and documented behavior - not a bug.