Bug #12543 SET ONE_SHOT undocumented
Submitted: 12 Aug 2005 7:54 Modified: 13 Sep 2005 14:29
Reporter: Alexander Keremidarski Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:4.1 OS:Any (any)
Assigned to: Stefan Hinz CPU Architecture:Any

[12 Aug 2005 7:54] Alexander Keremidarski
Description:
SET ONE_SHOT syntax is undocumented.

What ONE_SHOT does is to change value of some variable for the duration of next statement only.

Mostly used by Replication, but as it is available as valid SQL syntax it must be mentioned in the manual.

How to repeat:
Try finding in the manual any description of SET ONE_SHOT
[29 Aug 2005 14:16] Guilhem Bichot
Provided documentation to the docs team.
[13 Sep 2005 14:29] Stefan Hinz
Mentioned ONE_SHOT in http://dev.mysql.com/doc/mysql/en/server-system-variables.html.
Described ONE_SHOT in
http://dev.mysql.com/doc/mysql/en/set-option.html, giving examples.