Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invisible Columns #59233

Open
Tracked by #7968
dveeden opened this issue Jan 31, 2025 · 0 comments
Open
Tracked by #7968

Invisible Columns #59233

dveeden opened this issue Jan 31, 2025 · 0 comments
Labels
compatibility-mysql80 This is a compatibility issue with MySQL 8.0(but NOT 5.7) compatibility-mysql84 This is a compatibility issue with MySQL 8.4

Comments

@dveeden
Copy link
Contributor

dveeden commented Jan 31, 2025

Support things like this:

CREATE TABLE t1(
  id int PRIMARY KEY,
  c1 int INVISIBLE
);

This is useful for:

@dveeden dveeden mentioned this issue Jan 31, 2025
70 tasks
@dveeden dveeden added compatibility-mysql80 This is a compatibility issue with MySQL 8.0(but NOT 5.7) compatibility-mysql84 This is a compatibility issue with MySQL 8.4 labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility-mysql80 This is a compatibility issue with MySQL 8.0(but NOT 5.7) compatibility-mysql84 This is a compatibility issue with MySQL 8.4
Projects
None yet
Development

No branches or pull requests

1 participant