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

Add support for DROP TEMPORARY TABLE IF EXISTS #9244

Closed
lukaseder opened this issue Sep 19, 2019 · 0 comments
Closed

Add support for DROP TEMPORARY TABLE IF EXISTS #9244

lukaseder opened this issue Sep 19, 2019 · 0 comments

Comments

@lukaseder
Copy link
Member

MySQL supports the IF EXISTS clause specifically also for TEMPORARY tables, see https://dev.mysql.com/doc/refman/8.0/en/drop-table.html

As we've seen in a related issue, the TEMPORARY keyword does make a difference in MySQL, so the combination of keywords is worth supporting, even if TEMPORARY tables can also be dropped without the TEMPORARY keyword.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant