Bug #62981 Docs Correction - Limits page says "number of databases" twice
Submitted: 27 Oct 2011 21:00 Modified: 28 Oct 2011 1:27
Reporter: Chris Calender Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:All OS:Any
Assigned to: CPU Architecture:Any
Tags: "number of databases", limitations, limits

[27 Oct 2011 21:00] Chris Calender
Description:
The following page says "number of databases" twice.

The latter should read "number of tables".

http://dev.mysql.com/doc/refman/5.5/en/database-count-limit.html

Here is the full text of the page:

MySQL has no limit on the number of databases. The underlying file system may have a limit on the number of directories.

MySQL has no limit on the number of databases. The underlying file system may have a limit on the number of tables. Individual storage engines may impose engine-specific constraints. InnoDB permits up to 4 billion tables. 

How to repeat:
N/A

Suggested fix:
N/A
[28 Oct 2011 1:27] John Russell
Updated 2nd paragraph to read:

MySQL has no limit on the number of tables. The underlying file
system may have a limit on the number of files that represent tables.
Individual storage engines may impose engine-specific constraints.
InnoDB permits up to 4 billion tables.

for 5.1, 5.5, 5.6 Ref Man.