Bug #5973 | ndb table belonging to different database shows up in show tables | ||
---|---|---|---|
Submitted: | 8 Oct 2004 7:55 | Modified: | 8 Oct 2004 12:37 |
Reporter: | Tomas Ulin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S2 (Serious) |
Version: | 4.1.6 | OS: | linx |
Assigned to: | Magnus Blåudd | CPU Architecture: | Any |
[8 Oct 2004 7:55]
Tomas Ulin
[8 Oct 2004 8:02]
Tomas Ulin
mysql> create table t3 (a int, b longblob); Query OK, 0 rows affected (0.09 sec) mysql> show tables; +-----------------+ | Tables_in_test2 | +-----------------+ | t2 | | t3 | | t1 | | NDB$BLOB_10_1 | +-----------------+ 4 rows in set (0.03 sec) mysql>
[8 Oct 2004 9:44]
Magnus Blåudd
A fix for the NDB$BLOB_* tables showing up has been pushed.
[8 Oct 2004 12:37]
Magnus Blåudd
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html