Browse Source
MDEV-21201 No records produced in information_schema query, depending on projection
MDEV-21201 No records produced in information_schema query, depending on projection
In case of NATURAL JOIN / USING mark all field (one table can not be opened in any case so optimisation does not worth it). IMHO table should be checked for used fields and filled after prepare, when we will fave whole info about used fields but it is too big change for a bugfix. Which will be made later by Serg patchbb-10.3-MDEV-22543
5 changed files with 133 additions and 1 deletions
-
64mysql-test/main/information_schema.result
-
62mysql-test/main/information_schema.test
-
2sql/sql_parse.cc
-
5sql/sql_show.cc
-
1sql/table.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue