| Bug #27247 | Possible to create NDB and non--NDB tables with the same name | ||
|---|---|---|---|
| Submitted: | 18 Mar 2007 15:11 | Modified: | 10 Dec 2007 16:26 |
| Reporter: | Grigory Rubtsov | ||
| Status: | Not a Bug | ||
| Category: | Server: Cluster | Severity: | S3 (Non-critical) |
| Version: | 5.1.16 | OS: | Linux (Linux) |
| Assigned to: | Target Version: | ||
| Tags: | cluster ndb table create | ||
| Triage: | D3 (Medium) | ||
[18 Mar 2007 15:11]
Grigory Rubtsov
[19 Mar 2007 11:31]
Sveta Smirnova
Thank you for the report. Verified as described.
[19 Mar 2007 11:32]
Sveta Smirnova
test case
Attachment: ndb_bug27247.test (application/octet-stream, text), 290 bytes.
[10 Dec 2007 16:26]
Martin Skold
This is deliberate behavior, local tables in other storage engines are allowed to shadow cluster tables. It is not recommended to use this behavior (better to use separate databases for local and distributed tables), but it is not a bug. Current implementation will give warnings when doing SHOW TABLES; if shadowed table are found.
