[MDEV-31924] SHOW CREATE TABLE should not be usable for hidden I_S tables Created: 2023-08-15 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Information Schema |
| Affects Version/s: | 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11, 11.0 |
| Fix Version/s: | 10.4, 10.5, 10.6, 10.11, 11.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Ralf Gebhardt | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
SHOW CREATE TABLE should not be usable for hidden I_S tables. In sql_show.cc, some I_S tables are defined as hidden in ST_SCHEMA_TABLE schema_tables[]: They are not shown with SHOW TABLES
But you can use SHOW CREATE TABLE
Only tried with 10.6.14 and 11.2.0 (preview) |