Bug #116692 Misleading statement on the first version with transactional grant tables
Submitted: 18 Nov 2024 9:06 Modified: 18 Nov 2024 15:27
Reporter: Laurynas Biveinis (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8.0+ OS:Any
Assigned to: CPU Architecture:Any

[18 Nov 2024 9:06] Laurynas Biveinis
Description:
https://dev.mysql.com/doc/refman/8.0/en/grant-tables.html:

"Before MySQL 8.0, grant tables used the MyISAM storage engine and were nontransactional."

https://dev.mysql.com/doc/refman/8.4/en/grant-tables.html:

"Before MySQL 8.4, grant tables used the MyISAM storage engine and were nontransactional."

https://dev.mysql.com/doc/refman/9.0/en/grant-tables.html:

"Before MySQL 9.0, grant tables used the MyISAM storage engine and were nontransactional."

https://dev.mysql.com/doc/refman/9.1/en/grant-tables.html

"Before MySQL 9.1, grant tables used the MyISAM storage engine and were nontransactional."

I don't recall the actual version were the grant tables were made transactional, but clearly that version cannot be all of 8.0/8.4/9.0/9.1 at the same time.

How to repeat:
Read docs.

Suggested fix:
Mention the actual version where the grant tables were made transactional.
[18 Nov 2024 9:33] MySQL Verification Team
Hello Laurynas,

Thank you for the report and feedback.

regards,
Umesh
[18 Nov 2024 15:27] Edward Gilmore
Posted by developer:
 
Documentation updated for 8.4 and 9.x. Thank you for the bug report.