Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

Suppress Information Schema in Lite Version #149

Open
tsutomi opened this issue Apr 21, 2016 · 0 comments
Open

Suppress Information Schema in Lite Version #149

tsutomi opened this issue Apr 21, 2016 · 0 comments

Comments

@tsutomi
Copy link
Member

tsutomi commented Apr 21, 2016

The INFORMATION_SCHEMA that includes the information regarding the system (eg. the tables, columns, schema, constraints, etc.) is not important in a Lite version: it bloats a limited-resource system with views and it also requires the Security features that are going to be suppressed in Lite.

Also, the SHOW statement has to be suppressed or redesigned, since it makes a large use of the INFORMATION_SCHEMA.

@tsutomi tsutomi self-assigned this Apr 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

No branches or pull requests

1 participant