Bug #88012 Wrong SESSION_TRACK_SCHEMA description Doxygen documentation
Submitted: 6 Oct 2017 14:55 Modified: 9 Oct 2017 13:00
Reporter: Alexey Kopytov Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: Marc ALFF CPU Architecture:Any

[6 Oct 2017 14:55] Alexey Kopytov
Description:
The following page generated from Doxygen comments in
sql/protocol_classic.cc provides incorrect description for the
SESSION_TRACK_SCHEMA type block in an OK packet

https://dev.mysql.com/doc/dev/mysql-server/8.0.3/page_protocol_basic_ok_packet.html

SESSION_TRACK_SCHEMA
| Type           | Name | Description                         |
|----------------+------+-------------------------------------|
| string<lenenc> | name | name of the changed system variable |
|                |      |                                     |

The description has been clearly copy-pasted from another block and
should actually read "name of the changed schema".

How to repeat:
See above.
[6 Oct 2017 18:52] MySQL Verification Team
Thank you for the bug report.
[9 Oct 2017 12:59] Marc ALFF
Thanks Alexey,

Fixed in 8.0.4 and mysql-trunk