Bug #87585 | dir(db) shows table names in the output | ||
---|---|---|---|
Submitted: | 29 Aug 2017 14:37 | Modified: | 27 Sep 2017 19:25 |
Reporter: | Shahriyar Rzayev | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Document Store: MySQL Shell | Severity: | S2 (Serious) |
Version: | 8.0.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[29 Aug 2017 14:37]
Shahriyar Rzayev
[30 Aug 2017 7:18]
MySQL Verification Team
Hello Shahriyar, Thank you for the report. Thanks, Umesh
[27 Sep 2017 19:25]
Alfredo Kojima
Posted by developer: This is part of the feature of allowing tables to be referenced by name, such as in db.my_collection.find() If an overview of the methods offered by db is desired, then db.help() might be more suitable.